com.esri.gpt.control.search.browse
Class TocServlet
java.lang.Object
javax.servlet.GenericServlet
javax.servlet.http.HttpServlet
com.esri.gpt.framework.context.BaseServlet
com.esri.gpt.control.search.browse.TocServlet
- All Implemented Interfaces:
- Serializable, Servlet, ServletConfig
public class TocServlet
- extends BaseServlet
Serves tables of content supporting browse functionality.
- See Also:
- Serialized Form
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.GenericServlet |
destroy, getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletInfo, getServletName, init, init, log, log |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TocServlet
public TocServlet()
execute
protected void execute(HttpServletRequest request,
HttpServletResponse response,
RequestContext context)
throws Exception
- Executes a request.
- Specified by:
execute
in class BaseServlet
- Parameters:
request
- the HTTP servlet requestresponse
- the HTTP servlet responsecontext
- the request context
- Throws:
Exception
- if a processing exception occurs
Copyright 2011 Environmental Systems Research Institute.
All rights reserved.
Use is subject to
license terms.