Uses of Interface
railo.runtime.type.scope.Variables

Packages that use Variables
railo.runtime   
railo.runtime.type.scope   
 

Uses of Variables in railo.runtime
 

Subinterfaces of Variables in railo.runtime
 interface ComponentScope
           
 

Classes in railo.runtime that implement Variables
 class ComponentScopeShadow
           
 class ComponentScopeThis
           
 

Methods in railo.runtime that return Variables
 Variables ComponentImpl.beforeCall(PageContext pc)
          will be called before executing method or constructor
 Variables PageContextImpl.variablesScope()
           
abstract  Variables PageContext.variablesScope()
           
 

Methods in railo.runtime with parameters of type Variables
 void ComponentImpl.afterCall(PageContext pc, Variables parent)
          Deprecated. replaced with afterConstructor(PageContext pc, Variables parent)
 void ComponentImpl.afterConstructor(PageContext pc, Variables parent)
          will be called after invoking constructor, only invoked by constructor (component body execution)
 void PageContextImpl.setVariablesScope(Variables variables)
           
abstract  void PageContext.setVariablesScope(Variables scope)
          set a other variable scope
 

Uses of Variables in railo.runtime.type.scope
 

Classes in railo.runtime.type.scope that implement Variables
 class VariablesImpl
           
 

Methods in railo.runtime.type.scope that return Variables
 Variables CallerImpl.getVariablesScope()
          FUTURE add to intrface Caller
 Variables UndefinedImpl.variablesScope()
           
 



Copyright © 2012 Railo