|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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.
This class represents the interface all classes that want to have
some concept of "State" relative Template Processing need to implement.
an class that implements this interface will be conversive with an
an HTTPState object that is used to encapsulate the current "state"
of a template processing session.
The most common way to implement this interface is to have an
aggregated instance of an HTTPState object and then have all of
methods in this interface actually proxy for the HTTPState object.
Then, if you would like to pass off the current state, you only
need to pass off the aggregated HTTPState object.
Supported API: true
Extendable: false
Field Summary | |
static String |
CONTEXT_ACTION
Deprecated. |
static String |
CONTEXT_CLASS_NAME
Deprecated. |
static String |
CONTEXT_OBJ
Deprecated. |
static String |
CONTEXT_PROPERTIES
Deprecated. |
static String |
FORM_DATA
Deprecated. |
static String |
QUERY_DATA
Deprecated. |
static String |
RESPONSE_EXCEPTIONS
Deprecated. |
static String |
RESPONSE_FOOTERS
Deprecated. |
static String |
RESPONSE_HEADERS
Deprecated. |
static String |
RESPONSE_MESSAGES
Deprecated. |
static String |
RESPONSE_STRING
Deprecated. |
static String |
STATUS
Deprecated. |
Method Summary | |
void |
addToResponseExceptions(Exception newException)
Deprecated. |
void |
addToResponseFooters(LocalizableMessage newFooter)
Deprecated. |
void |
addToResponseHeaders(LocalizableMessage newHeader)
Deprecated. |
void |
addToResponseMessages(LocalizableMessage newMessage)
Deprecated. |
String |
getContextAction()
Deprecated. |
String |
getContextClassName()
Deprecated. |
Object |
getContextObj()
Deprecated. |
Properties |
getContextProperties()
Deprecated. |
Properties |
getFormData()
Deprecated. |
Properties |
getQueryData()
Deprecated. |
Vector |
getResponseExceptions()
Deprecated. |
Vector |
getResponseFooters()
Deprecated. |
Vector |
getResponseHeaders()
Deprecated. |
Vector |
getResponseMessages()
Deprecated. |
String |
getResponseString()
Deprecated. |
int |
getStatus()
Deprecated. |
void |
setContextAction(String a_ContextAction)
Deprecated. |
void |
setContextClassName(String a_ContextClassName)
Deprecated. |
void |
setContextObj(Object a_ContextObj)
Deprecated. |
void |
setContextProperties(Properties a_ContextProperties)
Deprecated. |
void |
setFormData(Properties a_FormData)
Deprecated. |
void |
setQueryData(Properties a_QueryData)
Deprecated. |
void |
setResponseExceptions(Vector a_ResponseExceptions)
Deprecated. |
void |
setResponseFooters(Vector a_ResponseFooters)
Deprecated. |
void |
setResponseHeaders(Vector a_ResponseHeaders)
Deprecated. |
void |
setResponseMessages(Vector a_ResponseMessages)
Deprecated. |
void |
setResponseString(String a_ResponseString)
Deprecated. |
void |
setStatus(int a_Status)
Deprecated. |
Field Detail |
public static final String CONTEXT_ACTION
public static final String CONTEXT_OBJ
public static final String CONTEXT_CLASS_NAME
public static final String CONTEXT_PROPERTIES
public static final String RESPONSE_EXCEPTIONS
public static final String RESPONSE_FOOTERS
public static final String RESPONSE_HEADERS
public static final String RESPONSE_MESSAGES
public static final String RESPONSE_STRING
public static final String STATUS
public static final String FORM_DATA
public static final String QUERY_DATA
Method Detail |
public String getContextAction()
public void setContextAction(String a_ContextAction)
a_ContextAction
- public Object getContextObj()
public void setContextObj(Object a_ContextObj)
a_ContextObj
- public String getContextClassName()
public void setContextClassName(String a_ContextClassName)
a_ContextClassName
- public Properties getContextProperties()
public void setContextProperties(Properties a_ContextProperties)
a_ContextProperties
- public Vector getResponseExceptions()
public void setResponseExceptions(Vector a_ResponseExceptions)
a_ResponseExceptions
- public Vector getResponseFooters()
public void setResponseFooters(Vector a_ResponseFooters)
a_ResponseFooters
- public Vector getResponseHeaders()
public void setResponseHeaders(Vector a_ResponseHeaders)
a_ResponseHeaders
- public Vector getResponseMessages()
public void setResponseMessages(Vector a_ResponseMessages)
a_ResponseMessages
- public String getResponseString()
public void setResponseString(String a_ResponseString)
a_ResponseString
- public int getStatus()
public void setStatus(int a_Status)
a_Status
- public Properties getFormData()
public void setFormData(Properties a_FormData)
a_FormData
- public Properties getQueryData()
public void setQueryData(Properties a_QueryData)
a_QueryData
- public void addToResponseExceptions(Exception newException)
showResponseExceptions
Supported API: true
newException
- public void addToResponseMessages(LocalizableMessage newMessage)
showResponseMessages
Supported API: true
newMessage
- public void addToResponseHeaders(LocalizableMessage newHeader)
showResponseHeaders
Supported API: true
newHeader
- public void addToResponseFooters(LocalizableMessage newFooter)
showResponseFooters
Supported API: true
newFooter
-
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |