railo.runtime.interpreter.ref
Interface Set

All Superinterfaces:
Ref
All Known Implementing Classes:
ArgumentBind, Bind, Scope, Variable

public interface Set
extends Ref


Method Summary
 Ref getKey(PageContext pc)
           
 String getKeyAsString(PageContext pc)
           
 Ref getParent(PageContext pc)
           
 Object setValue(PageContext pc, Object obj)
           
 
Methods inherited from interface railo.runtime.interpreter.ref.Ref
eeq, getCollection, getTypeName, getValue, touchValue
 

Method Detail

setValue

Object setValue(PageContext pc,
                Object obj)
                throws PageException
Returns:
sets a value
Throws:
PageException

getParent

Ref getParent(PageContext pc)
              throws PageException
Throws:
PageException

getKey

Ref getKey(PageContext pc)
           throws PageException
Throws:
PageException

getKeyAsString

String getKeyAsString(PageContext pc)
                      throws PageException
Throws:
PageException


Copyright © 2012 Railo