|
ArcGIS Server Geoportal extension 10
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.servlet.GenericServlet
javax.servlet.http.HttpServlet
com.esri.gpt.framework.context.BaseServlet
com.esri.gpt.control.harvest.servlets.publish.HarvestPublishServlet
public class HarvestPublishServlet
Harvest-Publish servlet. It allows to publish documents harvested by Harvesting Tool.
Command name and commands parameters ar send to the servlet as attributes. Attribute named cmd holds command name. Varius commands requires different parameters. Each call to any command has to be authenticated through HTTP Basic Authentication.true
to retrieve only harvested sites for
the specified user.true
to retrieve only harvested sites due
now only.
Constructor Summary | |
---|---|
HarvestPublishServlet()
Deprecated. Creates instance of the servlet. |
Method Summary | |
---|---|
protected void |
execute(HttpServletRequest request,
HttpServletResponse response,
RequestContext context)
Deprecated. Executes harvest-publish request. |
void |
init(ServletConfig config)
Deprecated. Initializes servlet. |
Methods inherited from class com.esri.gpt.framework.context.BaseServlet |
---|
authenticate, doGet, doPost, getCredentials, getLogger, getParameterValue, getRealm, readInputCharacters, writeCharacterResponse, writeHtmlResponse, writeXmlResponse |
Methods inherited from class javax.servlet.http.HttpServlet |
---|
doDelete, doHead, doOptions, doPut, doTrace, getLastModified, service, service |
Methods inherited from class javax.servlet.GenericServlet |
---|
destroy, getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletInfo, getServletName, init, log, log |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public HarvestPublishServlet()
Method Detail |
---|
public void init(ServletConfig config) throws ServletException
init
in interface Servlet
init
in class GenericServlet
config
- servlet configuration
ServletException
- if error initializing servletprotected void execute(HttpServletRequest request, HttpServletResponse response, RequestContext context) throws ServletException, IOException, CredentialsDeniedException, NotAuthorizedException
execute
in class BaseServlet
request
- HTTP request.response
- HTTP response.context
- request context
ServletException
- if error invoking command.
IOException
- if error writing to the buffer.
CredentialsDeniedException
- if user not authenticated to perform
publishing
NotAuthorizedException
- if authenticated user is not authorized to
perform requested action.
|
ArcGIS Server Geoportal extension 10
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |