public interface Reference
Modifier and Type | Method and Description |
---|---|
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 exist
|
Object |
touchEL(PageContext pc)
create it when not exist
|
String getKeyAsString() throws PageException
getKey()
PageException
Collection.Key getKey() throws PageException
PageException
Object get(PageContext pc) throws PageException
pc
- PageContext of the actuell RequestPageException
Object get(PageContext pc, Object defaultValue)
pc
- PageContext of the actuell RequestPageException
Object set(PageContext pc, Object value) throws PageException
pc
- PageContext of the actuell Requestvalue
- resets the value of the variablePageException
Object setEL(PageContext pc, Object value)
pc
- PageContext of the actuell Requestvalue
- resets the value of the variablePageException
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
Copyright © 2015 Lucee