|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface VariableUtil
Variable Util
Method Summary | |
---|---|
Object |
callFunction(PageContext pc,
Object coll,
String key,
Object[] args)
call a Function (UDF, Method) with or witout named values |
Object |
callFunctionWithNamedValues(PageContext pc,
Object coll,
String key,
Object[] args)
call a Function (UDF, Method) with Named Values |
Object |
callFunctionWithoutNamedValues(PageContext pc,
Object coll,
String key,
Object[] args)
call a Function (UDF, Method) without Named Values |
Object |
get(PageContext pc,
Object coll,
String key)
return a property from the given Object, when property doesn't exists throw exception |
Object |
get(PageContext pc,
Object coll,
String key,
Object defaultValue)
return a property from the given Object, when property doesn't exists return null |
Object |
getCollection(PageContext pc,
Object coll,
String key)
return a property from the given Object, when coll is a query return a Column,when property doesn't exists throw exception |
Object |
getCollection(PageContext pc,
Object coll,
String key,
Object defaultValue)
return a property from the given Object, when property doesn't exists return null |
Object |
getLight(PageContext pc,
Object coll,
String key,
Object defaultValue)
return a property from the given Object, when property doesn't exists return null |
Object |
remove(Object coll,
String key)
clear value from Collection |
Object |
removeEL(Object coll,
String key)
remove value from Collection |
Object |
set(PageContext pc,
Object coll,
String key,
Object value)
sets a value to the Object |
Object |
setEL(PageContext pc,
Object coll,
String key,
Object value)
sets a value to the Object |
Method Detail |
---|
Object getCollection(PageContext pc, Object coll, String key, Object defaultValue)
pc
- coll
- Collection to checkkey
- to get from Collection
Object get(PageContext pc, Object coll, String key, Object defaultValue)
pc
- coll
- Collection to checkkey
- to get from Collection
Object getLight(PageContext pc, Object coll, String key, Object defaultValue)
pc
- coll
- Collection to checkkey
- to get from Collection
Object getCollection(PageContext pc, Object coll, String key) throws PageException
pc
- coll
- Collection to checkkey
- to get from Collection
PageException
Object get(PageContext pc, Object coll, String key) throws PageException
pc
- coll
- Collection to checkkey
- to get from Collection
PageException
Object set(PageContext pc, Object coll, String key, Object value) throws PageException
pc
- coll
- Collection to checkkey
- to get from Collectionvalue
- Value to set
PageException
Object setEL(PageContext pc, Object coll, String key, Object value)
pc
- coll
- Collection to checkkey
- to get from Collectionvalue
- Value to set
Object removeEL(Object coll, String key)
coll
- key
-
Object remove(Object coll, String key) throws PageException
coll
- key
-
PageException
Object callFunction(PageContext pc, Object coll, String key, Object[] args) throws PageException
pc
- coll
- Collection of the UDF Functionkey
- name of the functionargs
- arguments to call the function
PageException
Object callFunctionWithoutNamedValues(PageContext pc, Object coll, String key, Object[] args) throws PageException
pc
- coll
- Collection of the UDF Functionkey
- name of the functionargs
- arguments to call the function
PageException
Object callFunctionWithNamedValues(PageContext pc, Object coll, String key, Object[] args) throws PageException
pc
- coll
- Collection of the UDF Functionkey
- name of the functionargs
- arguments to call the function
PageException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |