com.esri.adf.web.util
Class ADFTileServlet

java.lang.Object
  extended by javax.servlet.GenericServlet
      extended by javax.servlet.http.HttpServlet
          extended by com.esri.adf.web.util.ADFTileServlet
All Implemented Interfaces:
Serializable, javax.servlet.Servlet, javax.servlet.ServletConfig

public class ADFTileServlet
extends javax.servlet.http.HttpServlet

A Servlet which provides the ability to display Tile data in your browser. Tile data is used to safely transfer binary data into text strings and transport over HTTP.

See Also:
Serialized Form

Field Summary
static String DEFAULT_IMAGE_FORMAT
          The format of the tile image..
static String ID
          The unique id to get the Tile data for a specific control.
static String WEB_SESSION_NAME
          The name of the WebSession object.
 
Constructor Summary
ADFTileServlet()
           
 
Method Summary
 void doGet(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
           
 
Methods inherited from class javax.servlet.http.HttpServlet
doDelete, doHead, doOptions, doPost, doPut, doTrace, getLastModified, service, service
 
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
 

Field Detail

ID

public static final String ID
The unique id to get the Tile data for a specific control.

See Also:
Constant Field Values

DEFAULT_IMAGE_FORMAT

public static final String DEFAULT_IMAGE_FORMAT
The format of the tile image..

See Also:
Constant Field Values

WEB_SESSION_NAME

public static final String WEB_SESSION_NAME
The name of the WebSession object.

See Also:
Constant Field Values
Constructor Detail

ADFTileServlet

public ADFTileServlet()
Method Detail

doGet

public void doGet(javax.servlet.http.HttpServletRequest request,
                  javax.servlet.http.HttpServletResponse response)
           throws IOException
Overrides:
doGet in class javax.servlet.http.HttpServlet
Throws:
IOException