wt.enterprise
Interface TemplateProcessor

All Superinterfaces:
Externalizable, Serializable
All Known Implementing Classes:
BasicTemplateProcessor, ReportProcessor, StackTraceUtil, StdTemplateProcessor

public interface TemplateProcessor
extends Externalizable

Deprecation Notice: This class is still valid for this release, however this serves as advance notice that it will be removed in the future. All user interfaces built using the Windchill HTML Template Processing client architecture will be rewritten using a different framework in an upcoming release. Defines the handleRequest call that begins HTML template processing; an implementation of this interface will process 'Windchill script' calls that come from an HTML template file.

Supported API: true

Extendable: false

See Also:
"'Customizing the HTML Client' in 'Customizer's Guide'"

Method Summary
 void handleRequest(HTTPRequest req, HTTPResponse resp)
          Deprecated.  
 
Methods inherited from interface java.io.Externalizable
readExternal, writeExternal
 

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

Parameters:
req -
resp -
Throws:
WTException