|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ContextHolder
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 |
|---|
static final String CONTEXT_ACTION
static final String CONTEXT_OBJ
static final String CONTEXT_CLASS_NAME
static final String CONTEXT_PROPERTIES
static final String RESPONSE_EXCEPTIONS
static final String RESPONSE_FOOTERS
static final String RESPONSE_HEADERS
static final String RESPONSE_MESSAGES
static final String RESPONSE_STRING
static final String STATUS
static final String FORM_DATA
static final String QUERY_DATA
| Method Detail |
|---|
String getContextAction()
void setContextAction(String a_ContextAction)
a_ContextAction - Object getContextObj()
void setContextObj(Object a_ContextObj)
a_ContextObj - String getContextClassName()
void setContextClassName(String a_ContextClassName)
a_ContextClassName - Properties getContextProperties()
void setContextProperties(Properties a_ContextProperties)
a_ContextProperties - Vector getResponseExceptions()
void setResponseExceptions(Vector a_ResponseExceptions)
a_ResponseExceptions - Vector getResponseFooters()
void setResponseFooters(Vector a_ResponseFooters)
a_ResponseFooters - Vector getResponseHeaders()
void setResponseHeaders(Vector a_ResponseHeaders)
a_ResponseHeaders - Vector getResponseMessages()
void setResponseMessages(Vector a_ResponseMessages)
a_ResponseMessages - String getResponseString()
void setResponseString(String a_ResponseString)
a_ResponseString - int getStatus()
void setStatus(int a_Status)
a_Status - Properties getFormData()
void setFormData(Properties a_FormData)
a_FormData - Properties getQueryData()
void setQueryData(Properties a_QueryData)
a_QueryData - void addToResponseExceptions(Exception newException)
showResponseExceptions
Supported API: true
newException - void addToResponseMessages(LocalizableMessage newMessage)
showResponseMessages
Supported API: true
newMessage - void addToResponseHeaders(LocalizableMessage newHeader)
showResponseHeaders
Supported API: true
newHeader - 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 | ||||||||