com.ptc.core.query.report.client.generation
Class ReportProcessor

java.lang.Object
  extended by wt.enterprise.URLProcessor
      extended by com.ptc.core.query.report.client.generation.ReportProcessor
All Implemented Interfaces:
Externalizable, Serializable, TemplateProcessor

public class ReportProcessor
extends URLProcessor
implements TemplateProcessor

This class processes HTTP requests for reports.

Supported API: true

Extendable: false

See Also:
Serialized Form

Method Summary
 void handleRequest(HTTPRequest req, HTTPResponse resp)
          Deprecated.  
 
Methods inherited from class wt.enterprise.URLProcessor
generateForm, getLocale, handleException, handleIncludeRequest, hanldleHTMLError, invokeAction, parameterValue, presentFormProcessorException, processForm, processForm, readContextStatic, URLTemplateAction, validatePostStringStatic
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

handleRequest

public void handleRequest(HTTPRequest req,
                          HTTPResponse resp)
                   throws WTException
Deprecated. 

The initial method called to initiate template processing, its parameters give access to the HTML request and response.

Supported API: true

Specified by:
handleRequest in interface TemplateProcessor
Parameters:
req -
resp -
Throws:
WTException