com.esri.gpt.control.view
Class ThumbnailServlet
java.lang.Object
javax.servlet.GenericServlet
javax.servlet.http.HttpServlet
com.esri.gpt.framework.context.BaseServlet
com.esri.gpt.control.view.ThumbnailServlet
- All Implemented Interfaces:
- Serializable, Servlet, ServletConfig
public class ThumbnailServlet
- extends BaseServlet
Handles the display of local metadata thumbnail images.
Most thumbnails are remote urls and are accessed through standard HTTP.
The images for some metadata thumbnails are stored within the DBMS. These
typically come from metadata that is being created/edited through ArcCatalog.
These images are retrieved by the browser through this Servlet. A sample url
to access this servlet:
<img
src="/GPT9/thumbnail?uuid={6153A394-70A9-4311-A6DC-582F2F9758FF}"/>
- 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 |
ThumbnailServlet
public ThumbnailServlet()
execute
protected void execute(HttpServletRequest request,
HttpServletResponse response,
RequestContext context)
throws Exception
- Executes the request.
- Specified by:
execute
in class BaseServlet
- Parameters:
request
- the HTTP requestresponse
- the HTTP responsecontext
- request context
- Throws:
Exception
- if an exception occurs
Copyright 2011 Environmental Systems Research Institute.
All rights reserved.
Use is subject to
license terms.