|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.ptc.core.ca.web.client.gw.WebGateway
@Deprecated public class WebGateway
The class that effectively acts as a gateway class to DCA Web implementation. A very shallow gw.jsp is provided to initialize a few beans and invoke the handling of a request on a gateway object.
The following is a set of properties affecting gateway behavior that
can be specified in wt.properties file
com.ptc.core.ca.web.client.gw.resource to specify alternative
gateway web application resource. Default value is /wtcore/jsp/com/ptc/core/ca/web/gw/gw.jsp/
com.ptc.core.ca.web.client.gw.scriptFile to specify
alternative java script file. Default value is /wtcore/js/com/ptc/core/ca/web/misc/main.js
com.ptc.core.ca.web.client.gw.useJavascriptForErrorReporting
to specify whether DCA needs to use java script for reporting errors.
Default value is true
com.ptc.core.ca.web.client.gw.logExceptions to specify
whether DCA needs to log exceptions. Default value is false
com.ptc.core.ca.web.client.gw.debugMode to specify whether
DCA needs to run in debug mode. Default value is false
| Field Summary | |
|---|---|
static String |
GATEWAY_RESOURCE
Deprecated. Supported API: true |
| Method Summary | |
|---|---|
void |
handleInstructions(WebEnvData envData)
Deprecated. Supported API: true |
void |
handleRequest(WebEnvData envData)
Deprecated. Supported API: true |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final String GATEWAY_RESOURCE
| Method Detail |
|---|
public void handleRequest(WebEnvData envData)
throws IOException,
ServletException
envData -
IOException
javax.servlet.ServletException
ServletException
public void handleInstructions(WebEnvData envData)
throws IOException,
ServletException,
WTException
envData -
IOException
javax.servlet.ServletException
WTException
ServletException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||