Package com.esri.adf.web.util

The util package contains utility helper classes.

See:
          Description

Interface Summary
WebContextRefreshArgs  
 

Class Summary
ADFDownloadServlet  
ADFMimeDataServlet A servlet which provides the ability to display MIME data in your browser.
ADFServletContextListener The ADFServletContextListener initializes a WebApplication object and sets it as an attribute on the ServletContext.
When the ServletContext is destroyed, it destroys the associated WebApplication and attempts to clean up all server hosted objects in the current thread.
This class must be registered as a listener-class (in the web.xml file) for the web application.
ADFSessionTimeoutFilter A servlet filter which checks if the session has timed out or not.
ADFTileServlet A Servlet which provides the ability to display Tile data in your browser.
ADFUploadServlet  
ConstantMethodBinding  
Cryptographer  
GraphicsUtil Utility class for Graphics to export symbol.
GroupThreadPool  
ImageUtil  
JCSCache Uses Apache's Java Caching System to cache image MIME data to disk.
MeasureUtil  
TileUtils  
WebUtil Utility methods to retrieve information about the controls.
XMLUtil Utility methods for standard XML operations.
 

Package com.esri.adf.web.util Description

The util package contains utility helper classes. The WebUtil class gives you quick access to the WebContext and information about your WebApplication and WebSession. The ApplicationProperties class reads and stores information pertaining to the arcgis_webapps.properties file. The XMLUtil class provides access to XML functions for such tasks as creating documents or elements. This package also has classes which implement the MIME data servlet, the servlet context listener, and the session timeout servlet filter.