|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Objects
Hold a native or wild object, to use id inside railo runtime
Method Summary | |
---|---|
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 |
Methods inherited from interface railo.runtime.dump.Dumpable |
---|
toDumpData |
Methods inherited from interface railo.runtime.op.Castable |
---|
castToBoolean, castToBooleanValue, castToDateTime, castToDateTime, castToDoubleValue, castToDoubleValue, castToString, castToString, compareTo, compareTo, compareTo, compareTo |
Method Detail |
---|
Object get(PageContext pc, Collection.Key key, Object defaultValue)
pc
- PageContextkey
- Name of the Property
Object get(PageContext pc, Collection.Key key) throws PageException
pc
- PageContextkey
- Name of the Property
PageException
Object set(PageContext pc, Collection.Key propertyName, Object value) throws PageException
pc
- propertyName
- property name to setvalue
- value to insert
PageException
Object setEL(PageContext pc, Collection.Key propertyName, Object value)
pc
- propertyName
- property name to setvalue
- value to insert
Object call(PageContext pc, Collection.Key methodName, Object[] arguments) throws PageException
pc
- methodName
- name of the method to callarguments
- arguments to call method with
PageException
Object callWithNamedValues(PageContext pc, Collection.Key methodName, Struct args) throws PageException
pc
- PageContextmethodName
- name of the methodargs
- Named Arguments for the method
PageException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |