|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.ptc.windchill.cadx.common.ClientActionProcessService
public class ClientActionProcessService
Supported API: true
Extendable: false
| Field Summary |
|---|
| Fields inherited from interface wt.templateutil.processor.ProcessorService |
|---|
STATE |
| 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 |
addToResponseExceptions(Exception newException)
Deprecated. |
void |
addToResponseFooters(LocalizableMessage newFooter)
Deprecated. |
void |
addToResponseHeaders(LocalizableMessage newHeader)
Deprecated. |
void |
addToResponseMessages(LocalizableMessage newMessage)
Deprecated. |
String |
getContextAction()
Gets the value of the attribute: contextAction; Context Action is the name of the action of the current page Supported API: true |
String |
getContextClassName()
Gets the value of the attribute: contextClassName; Context Object Name is the name of the class of the current page Supported API: true |
Object |
getContextObj()
Gets the value of the attribute: contextObj; Context Object is the reference object of the current page Supported API: true |
Properties |
getContextProperties()
Gets the value of the attribute: contextProperties. |
Properties |
getFormData()
Gets the value of the attribute: formData; Form Data is the data present in the form of the current HTML page. |
Properties |
getQueryData()
Gets the value of the attribute: queryData; Query Data is the information present after the "?" mark on the URL of the current page. |
Vector |
getResponseExceptions()
Gets the value of the attribute: responseExceptions. |
Vector |
getResponseFooters()
Gets the value of the attribute: responseFooters. |
Vector |
getResponseHeaders()
Gets the value of the attribute: responseHeaders. |
Vector |
getResponseMessages()
Gets the value of the attribute: responseMessages. |
String |
getResponseString()
Gets the value of the attribute: responseString. |
HTTPState |
getState()
Gets the object for the association that plays role: theState. |
int |
getStatus()
Gets the value of the attribute: status. |
void |
setContextAction(String a_ContextAction)
Sets the value of the attribute: contextAction; Context Action is the name of the action of the current page Supported API: true |
void |
setContextClassName(String a_ContextClassName)
Sets the value of the attribute: contextClassName; Context Object Name is the name of the class of the current page Supported API: true |
void |
setContextObj(Object a_ContextObj)
Sets the value of the attribute: contextObj; Context Object is the reference object of the current page Supported API: true |
void |
setContextProperties(Properties a_ContextProperties)
Sets the value of the attribute: contextProperties. |
void |
setFormData(Properties a_FormData)
Sets the value of the attribute: formData; Form Data is the data present in the form of the current HTML page. |
void |
setQueryData(Properties a_QueryData)
Sets the value of the attribute: queryData; Query Data is the information present after the "?" mark on the URL of the current page. |
void |
setResponseExceptions(Vector a_ResponseExceptions)
Sets the value of the attribute: responseExceptions. |
void |
setResponseFooters(Vector a_ResponseFooters)
Sets the value of the attribute: responseFooters. |
void |
setResponseHeaders(Vector a_ResponseHeaders)
Sets the value of the attribute: responseHeaders. |
void |
setResponseMessages(Vector a_ResponseMessages)
Sets the value of the attribute: responseMessages. |
void |
setResponseString(String a_ResponseString)
Sets the value of the attribute: responseString. |
void |
setState(HTTPState a_State)
Sets the object for the association that plays role: theState. |
void |
setStatus(int a_Status)
Sets the value of the attribute: status. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public HTTPState getState()
getState in interface ProcessorServicepublic void setState(HTTPState a_State)
setState in interface ProcessorServicea_State - public String getContextAction()
getContextAction in interface ContextHolderpublic void setContextAction(String a_ContextAction)
setContextAction in interface ContextHoldera_ContextAction - public Object getContextObj()
getContextObj in interface ContextHolderpublic void setContextObj(Object a_ContextObj)
setContextObj in interface ContextHoldera_ContextObj - public String getContextClassName()
getContextClassName in interface ContextHolderpublic void setContextClassName(String a_ContextClassName)
setContextClassName in interface ContextHoldera_ContextClassName - public Properties getContextProperties()
getContextProperties in interface ContextHolderpublic void setContextProperties(Properties a_ContextProperties)
setContextProperties in interface ContextHoldera_ContextProperties - public Vector getResponseExceptions()
getResponseExceptions in interface ContextHolderpublic void setResponseExceptions(Vector a_ResponseExceptions)
setResponseExceptions in interface ContextHoldera_ResponseExceptions - public Vector getResponseFooters()
getResponseFooters in interface ContextHolderpublic void setResponseFooters(Vector a_ResponseFooters)
setResponseFooters in interface ContextHoldera_ResponseFooters - public Vector getResponseHeaders()
getResponseHeaders in interface ContextHolderpublic void setResponseHeaders(Vector a_ResponseHeaders)
setResponseHeaders in interface ContextHoldera_ResponseHeaders - public Vector getResponseMessages()
getResponseMessages in interface ContextHolderpublic void setResponseMessages(Vector a_ResponseMessages)
setResponseMessages in interface ContextHoldera_ResponseMessages - public String getResponseString()
getResponseString in interface ContextHolderpublic void setResponseString(String a_ResponseString)
setResponseString in interface ContextHoldera_ResponseString - public int getStatus()
getStatus in interface ContextHolderpublic void setStatus(int a_Status)
setStatus in interface ContextHoldera_Status - public Properties getFormData()
getFormData in interface ContextHolderpublic void setFormData(Properties a_FormData)
setFormData in interface ContextHoldera_FormData - public Properties getQueryData()
getQueryData in interface ContextHolderpublic void setQueryData(Properties a_QueryData)
setQueryData in interface ContextHoldera_QueryData - public void addToResponseExceptions(Exception newException)
showResponseExceptions
Supported API: true
addToResponseExceptions in interface ContextHoldernewException - public void addToResponseMessages(LocalizableMessage newMessage)
showResponseMessages
Supported API: true
addToResponseMessages in interface ContextHoldernewMessage - public void addToResponseHeaders(LocalizableMessage newHeader)
showResponseHeaders
Supported API: true
addToResponseHeaders in interface ContextHoldernewHeader - public void addToResponseFooters(LocalizableMessage newFooter)
showResponseFooters
Supported API: true
addToResponseFooters in interface ContextHoldernewFooter -
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||