|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface CmsItemPrivateSession
Provide an virtual Private http Session for an CmsItemBase Class
| Method Summary | |
|---|---|
java.lang.String |
getAttribute(java.lang.String key)
get the attribute value with the given key from the "Virtual Private Session" |
java.lang.String |
getInstanceAttribute(java.lang.String instanceId,
java.lang.String key)
get the attribute value with the given key from the "Virtual Private Session" from this specific instanceId. |
void |
setAttribute(java.lang.String key,
java.lang.String value)
store a String attribute on the "Virtual Private Session" with the given key |
void |
setInstanceAttribute(java.lang.String instanceId,
java.lang.String key,
java.lang.String value)
store a String attribute on the "Virtual Private Session" with the given key only visual for the given instanceId. |
| Method Detail |
|---|
void setAttribute(java.lang.String key,
java.lang.String value)
key - key may not start GX_ (framework internal)value - value to storejava.lang.String getAttribute(java.lang.String key)
key -
void setInstanceAttribute(java.lang.String instanceId,
java.lang.String key,
java.lang.String value)
instanceId - key - key may not start GX_ (framework internal)value - value to store
java.lang.String getInstanceAttribute(java.lang.String instanceId,
java.lang.String key)
instanceId - key -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||