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