public interface Objects extends Dumpable, Castable
Modifier and Type | Method and Description |
---|---|
Object |
call(PageContext pc,
Collection.Key methodName,
Object[] arguments)
calls a method of the object
|
Object |
callWithNamedValues(PageContext pc,
Collection.Key methodName,
Struct args)
call a method of the Object with named arguments
|
Object |
get(PageContext pc,
Collection.Key key)
return property or getter of the ContextCollection
|
Object |
get(PageContext pc,
Collection.Key key,
Object defaultValue)
return property
|
Object |
set(PageContext pc,
Collection.Key propertyName,
Object value)
sets a property (Data Member) value of the object
|
Object |
setEL(PageContext pc,
Collection.Key propertyName,
Object value)
sets a property (Data Member) value of the object
|
toDumpData
castToBoolean, castToBooleanValue, castToDateTime, castToDateTime, castToDoubleValue, castToDoubleValue, castToString, castToString, compareTo, compareTo, compareTo, compareTo
Object get(PageContext pc, Collection.Key key, Object defaultValue)
pc
- PageContextkey
- Name of the PropertyObject get(PageContext pc, Collection.Key key) throws PageException
pc
- PageContextkey
- Name of the PropertyPageException
Object set(PageContext pc, Collection.Key propertyName, Object value) throws PageException
pc
- propertyName
- property name to setvalue
- value to insertPageException
Object setEL(PageContext pc, Collection.Key propertyName, Object value)
pc
- propertyName
- property name to setvalue
- value to insertObject call(PageContext pc, Collection.Key methodName, Object[] arguments) throws PageException
pc
- methodName
- name of the method to callarguments
- arguments to call method withPageException
Object callWithNamedValues(PageContext pc, Collection.Key methodName, Struct args) throws PageException
pc
- PageContextmethodName
- name of the methodargs
- Named Arguments for the methodPageException
Copyright © 2015 Lucee