com.esri.adf.web.ags.tasks
Class AGSPrintableResult

java.lang.Object
  extended by com.esri.adf.web.tasks.PrintableResult
      extended by com.esri.adf.web.ags.tasks.AGSPrintableResult
All Implemented Interfaces:
Serializable

public class AGSPrintableResult
extends PrintableResult

The class is specifically to deal with ArcGIS server related data object (e.g. network analysis, geoprocessing) stored in the given ResultNode.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.esri.adf.web.tasks.PrintableResult
DETAIL_TAG, DETAILS_TAG, isCDATA, ISCDATA_TAG, KEY_TAG, NAME_TAG, PRINTCDATA_TAG, RESULTNODE_TAG, RESULTS_TAG, VALUE_TAG
 
Constructor Summary
AGSPrintableResult()
           
 
Method Summary
 void processResult(ResultNode resultNode, Element resultTag)
          The method needs to be overridden by subclass to process the given ResultNode object;
 
Methods inherited from class com.esri.adf.web.tasks.PrintableResult
addResultDetail, addResultObject, isCDATA, setCDATA
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AGSPrintableResult

public AGSPrintableResult()
Method Detail

processResult

public void processResult(ResultNode resultNode,
                          Element resultTag)
Description copied from class: PrintableResult
The method needs to be overridden by subclass to process the given ResultNode object;

Specified by:
processResult in class PrintableResult