railo.runtime.interpreter.ref
Class RefSupport
java.lang.Object
railo.runtime.interpreter.ref.RefSupport
- All Implemented Interfaces:
- Ref
- Direct Known Subclasses:
- And, ArgumentBind, Assign, BIFCall, Big, Bind, Casting, Concat, Cont, CT, Div, DynAssign, EEQ, Elvis, EQ, EQV, Exp, GT, GTE, Imp, IntDiv, LBoolean, LFunctionValue, LString, LStringBuffer, LT, LTE, Minus, Mod, Multi, NCT, NEEQ, Negate, NEQ, Not, Or, Plus, Scope, UDFCall, Variable, Xor
public abstract class RefSupport
- extends Object
- implements Ref
Support class to implement the refs
RefSupport
public RefSupport()
getCollection
public Object getCollection(PageContext pc)
throws PageException
- Description copied from interface:
Ref
- return the value for that the reference is for
- Specified by:
getCollection
in interface Ref
- Returns:
- value to reference
- Throws:
PageException
touchValue
public Object touchValue(PageContext pc)
throws PageException
- Description copied from interface:
Ref
- return the value for that the reference is for
- Specified by:
touchValue
in interface Ref
- Returns:
- value to reference
- Throws:
PageException
eeq
public boolean eeq(PageContext pc,
Ref other)
throws PageException
- Specified by:
eeq
in interface Ref
- Throws:
PageException
Copyright © 2012 Railo