com.ptc.windchill.cadx.ws
Class ProcessWsSelFormTaskDelegate
java.lang.Object
wt.templateutil.processor.FormTaskDelegate
com.ptc.windchill.cadx.ws.ProcessWsSelFormTaskDelegate
- All Implemented Interfaces:
- ContextHolder
- public class ProcessWsSelFormTaskDelegate
- extends FormTaskDelegate
Fields inherited from interface wt.templateutil.processor.ContextHolder |
CONTEXT_ACTION, CONTEXT_CLASS_NAME, CONTEXT_OBJ, CONTEXT_PROPERTIES, FORM_DATA, QUERY_DATA, RESPONSE_EXCEPTIONS, RESPONSE_FOOTERS, RESPONSE_HEADERS, RESPONSE_MESSAGES, RESPONSE_STRING, STATUS |
Method Summary |
void |
processAction(ContentHTTPStream contentStream)
Processed the desired action and then updates the state so that
the desired response page can be generated. |
Methods inherited from class wt.templateutil.processor.FormTaskDelegate |
addToResponseExceptions, addToResponseFooters, addToResponseHeaders, addToResponseMessages, deleteFormDataFromSession, getContextAction, getContextClassName, getContextObj, getContextProperties, getFormData, getQueryData, getResponseExceptions, getResponseFooters, getResponseHeaders, getResponseMessages, getResponseString, getState, getStatus, saveFormDataInSession, setContextAction, setContextClassName, setContextObj, setContextProperties, setFormData, setQueryData, setResponseExceptions, setResponseFooters, setResponseHeaders, setResponseMessages, setResponseString, setState, setStatus, switchPages |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CHECKBOX_ON
private static final String CHECKBOX_ON
- See Also:
- Constant Field Values
SELID
public static final String SELID
- See Also:
- Constant Field Values
REFURL
private static final String REFURL
- See Also:
- Constant Field Values
URL_PARAM_SEPERATOR
private static final char URL_PARAM_SEPERATOR
- See Also:
- Constant Field Values
URL_SEC_PARAM_SEPERATOR
private static final char URL_SEC_PARAM_SEPERATOR
- See Also:
- Constant Field Values
RESOURCE
private static final String RESOURCE
- See Also:
- Constant Field Values
messagesResource
private static ResourceBundle messagesResource
locale
private Locale locale
DEBUG
private static boolean DEBUG
VERBOSE
private static boolean VERBOSE
ProcessWsSelFormTaskDelegate
public ProcessWsSelFormTaskDelegate()
processAction
public void processAction(ContentHTTPStream contentStream)
throws Exception
- Description copied from class:
FormTaskDelegate
- Processed the desired action and then updates the state so that
the desired response page can be generated.
Use the addToResponse
methods to pass back messages on the status/results of the action.
Supported API: true
- Specified by:
processAction
in class FormTaskDelegate
- Parameters:
contentStream
-
- Throws:
Exception