|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
Hold a native or wild object, to use id inside railo runtime
| Method Summary | |
java.lang.Object |
call(PageContext pc,
Collection.Key methodName,
java.lang.Object[] arguments)
calls a method of the object |
java.lang.Object |
call(PageContext pc,
java.lang.String methodName,
java.lang.Object[] arguments)
Deprecated. use instead |
java.lang.Object |
callWithNamedValues(PageContext pc,
Collection.Key methodName,
Struct args)
call a method of the Object with named arguments |
java.lang.Object |
callWithNamedValues(PageContext pc,
java.lang.String methodName,
Struct args)
Deprecated. use instead |
java.lang.Object |
get(PageContext pc,
Collection.Key key)
return property or getter of the ContextCollection |
java.lang.Object |
get(PageContext pc,
Collection.Key key,
java.lang.Object defaultValue)
return property |
java.lang.Object |
get(PageContext pc,
java.lang.String key)
Deprecated. use instead |
java.lang.Object |
get(PageContext pc,
java.lang.String key,
java.lang.Object defaultValue)
Deprecated. use instead |
boolean |
isInitalized()
|
java.lang.Object |
set(PageContext pc,
Collection.Key propertyName,
java.lang.Object value)
sets a property (Data Member) value of the object |
java.lang.Object |
set(PageContext pc,
java.lang.String propertyName,
java.lang.Object value)
Deprecated. use instead |
java.lang.Object |
setEL(PageContext pc,
Collection.Key propertyName,
java.lang.Object value)
sets a property (Data Member) value of the object |
java.lang.Object |
setEL(PageContext pc,
java.lang.String propertyName,
java.lang.Object value)
Deprecated. use instead |
| 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 |
public java.lang.Object get(PageContext pc,
java.lang.String key,
java.lang.Object defaultValue)
get(PageContext, railo.runtime.type.Collection.Key, Object)
pc - PageContextkey - Name of the Property
public java.lang.Object get(PageContext pc,
Collection.Key key,
java.lang.Object defaultValue)
pc - PageContextkey - Name of the Property
public java.lang.Object get(PageContext pc,
java.lang.String key)
throws PageException
get(PageContext, railo.runtime.type.Collection.Key)
pc - PageContextkey - Name of the Property
PageException
public java.lang.Object get(PageContext pc,
Collection.Key key)
throws PageException
pc - PageContextkey - Name of the Property
PageException
public java.lang.Object set(PageContext pc,
java.lang.String propertyName,
java.lang.Object value)
throws PageException
set(PageContext, railo.runtime.type.Collection.Key, Object)
pc - propertyName - property name to setvalue - value to insert
PageException
public java.lang.Object set(PageContext pc,
Collection.Key propertyName,
java.lang.Object value)
throws PageException
pc - propertyName - property name to setvalue - value to insert
PageException
public java.lang.Object setEL(PageContext pc,
java.lang.String propertyName,
java.lang.Object value)
setEL(PageContext, railo.runtime.type.Collection.Key, Object)
pc - propertyName - property name to setvalue - value to insert
public java.lang.Object setEL(PageContext pc,
Collection.Key propertyName,
java.lang.Object value)
pc - propertyName - property name to setvalue - value to insert
public java.lang.Object call(PageContext pc,
java.lang.String methodName,
java.lang.Object[] arguments)
throws PageException
call(PageContext, railo.runtime.type.Collection.Key, Object[])
pc - methodName - name of the method to callarguments - arguments to call method with
PageException
public java.lang.Object call(PageContext pc,
Collection.Key methodName,
java.lang.Object[] arguments)
throws PageException
pc - methodName - name of the method to callarguments - arguments to call method with
PageException
public java.lang.Object callWithNamedValues(PageContext pc,
java.lang.String methodName,
Struct args)
throws PageException
callWithNamedValues(PageContext, railo.runtime.type.Collection.Key, Struct)
pc - PageContextmethodName - name of the methodargs - Named Arguments for the method
PageException
public java.lang.Object callWithNamedValues(PageContext pc,
Collection.Key methodName,
Struct args)
throws PageException
pc - PageContextmethodName - name of the methodargs - Named Arguments for the method
PageExceptionpublic boolean isInitalized()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||