|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
| Method Summary | |
java.lang.Object |
get(PageContext pc)
|
java.lang.Object |
get(PageContext pc,
java.lang.Object defaultValue)
|
Collection.Key |
getKey()
|
java.lang.String |
getKeyAsString()
Deprecated. use instead |
java.lang.Object |
getParent()
|
java.lang.Object |
remove(PageContext pc)
clears the variable from collection |
java.lang.Object |
removeEL(PageContext pc)
clears the variable from collection |
java.lang.Object |
set(PageContext pc,
java.lang.Object value)
|
java.lang.Object |
setEL(PageContext pc,
java.lang.Object value)
|
java.lang.Object |
touch(PageContext pc)
create it when not exists |
java.lang.Object |
touchEL(PageContext pc)
create it when not exists |
| Method Detail |
public java.lang.String getKeyAsString()
throws PageException
getKey()
PageException
public Collection.Key getKey()
throws PageException
PageException
public java.lang.Object get(PageContext pc)
throws PageException
pc - PageContext of the actuell Request
PageException
public java.lang.Object get(PageContext pc,
java.lang.Object defaultValue)
pc - PageContext of the actuell Request
PageException
public java.lang.Object set(PageContext pc,
java.lang.Object value)
throws PageException
pc - PageContext of the actuell Requestvalue - resets the value of the variable
PageException
public java.lang.Object setEL(PageContext pc,
java.lang.Object value)
pc - PageContext of the actuell Requestvalue - resets the value of the variable
PageException
public java.lang.Object remove(PageContext pc)
throws PageException
pc -
PageExceptionpublic java.lang.Object removeEL(PageContext pc)
pc -
PageException
public java.lang.Object touch(PageContext pc)
throws PageException
pc -
PageExceptionpublic java.lang.Object touchEL(PageContext pc)
pc -
PageExceptionpublic java.lang.Object getParent()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||