|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.cc.framework.http.RequestDecorator
The RequestDecorator is used to add additional parameters to URL's used or generated within a control.
Constructor Summary | |
private |
RequestDecorator()
Constructor |
Method Summary | |
static java.lang.String |
getValue(java.lang.String key,
RequestDecorationType type,
javax.servlet.http.HttpServletRequest request)
Returns a Value |
static java.util.Hashtable |
getValueList(RequestDecorationType type,
javax.servlet.jsp.PageContext pageContext)
Returns the Collection with hidden data Objects |
static void |
parseRequest(javax.servlet.http.HttpServletRequest request)
Fills the Collection from the Request. |
static void |
setValue(java.lang.String key,
java.lang.String value,
RequestDecorationType type,
javax.servlet.http.HttpServletRequest request,
HttpScope scope)
Sets a Value |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
private RequestDecorator()
Method Detail |
public static void setValue(java.lang.String key, java.lang.String value, RequestDecorationType type, javax.servlet.http.HttpServletRequest request, HttpScope scope)
key
- key under which the Data should be stored in the specified
Scope (Session, Request)value
- Value to storetype
- RequestDecorationTyperequest
- HttpServletRequestscope
- HttpScopepublic static java.lang.String getValue(java.lang.String key, RequestDecorationType type, javax.servlet.http.HttpServletRequest request)
key
- Key under which the Object is storedtype
- RequestDecorationTyperequest
- HttpServletRequest
public static java.util.Hashtable getValueList(RequestDecorationType type, javax.servlet.jsp.PageContext pageContext)
type
- HiddenDataTypepageContext
- PageContext
public static void parseRequest(javax.servlet.http.HttpServletRequest request)
request
- HttpServletRequest
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |