com.esri.adf.web.util
Class ADFTileServlet
java.lang.Object
  
javax.servlet.GenericServlet
      
javax.servlet.http.HttpServlet
          
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
 
 
 
| 
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 | 
 
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
 
 
ADFTileServlet
public ADFTileServlet()
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