Uses of Interface
railo.runtime.type.cfc.ComponentAccess

Packages that use ComponentAccess
railo.runtime   
railo.runtime.listener   
railo.runtime.orm.hibernate.tuplizer.proxy   
railo.runtime.type.cfc   
railo.runtime.type.util   
 

Uses of ComponentAccess in railo.runtime
 

Classes in railo.runtime that implement ComponentAccess
 class CFCProxy
          Proxy for "dynamic-map" entity representations.
 class ComponentImpl
          %**% MUST add handling for new attributes (style, namespace, serviceportname, porttypename, wsdlfile, bindingname, and output)
 

Methods in railo.runtime that return ComponentAccess
 ComponentAccess ComponentImpl._base()
           
 ComponentAccess ComponentWrap.getComponentAccess()
           
 ComponentAccess CFCProxy.getComponentAccess()
           
 

Constructors in railo.runtime with parameters of type ComponentAccess
ComponentWrap(int access, ComponentAccess component)
          constructor of the class
 

Uses of ComponentAccess in railo.runtime.listener
 

Methods in railo.runtime.listener that return ComponentAccess
 ComponentAccess ModernApplicationContext.getComponent()
           
 

Constructors in railo.runtime.listener with parameters of type ComponentAccess
ModernApplicationContext(PageContext pc, ComponentAccess cfc, RefBoolean throwsErrorWhileInit)
           
 

Uses of ComponentAccess in railo.runtime.orm.hibernate.tuplizer.proxy
 

Methods in railo.runtime.orm.hibernate.tuplizer.proxy that return ComponentAccess
 ComponentAccess CFCLazyInitializer.getCFC()
           
 

Uses of ComponentAccess in railo.runtime.type.cfc
 

Classes in railo.runtime.type.cfc that implement ComponentAccess
 class ComponentAccessProxy
           
 

Methods in railo.runtime.type.cfc that return ComponentAccess
 ComponentAccess ComponentAccessProxy._base()
           
 ComponentAccess ComponentAccess._base()
           
abstract  ComponentAccess ComponentAccessProxy.getComponentAccess()
           
 

Uses of ComponentAccess in railo.runtime.type.util
 

Methods in railo.runtime.type.util that return ComponentAccess
static ComponentAccess ComponentUtil.getActiveComponent(PageContext pc, ComponentAccess current)
           
static ComponentAccess ComponentUtil.toComponentAccess(Component comp)
           
static ComponentAccess ComponentUtil.toComponentAccess(Component comp, ComponentAccess defaultValue)
           
 

Methods in railo.runtime.type.util with parameters of type ComponentAccess
static ComponentAccess ComponentUtil.getActiveComponent(PageContext pc, ComponentAccess current)
           
static Class ComponentUtil.getComponentJavaAccess(ComponentAccess component, RefBoolean isNew, boolean create, boolean writeLog)
          generate a ComponentJavaAccess (CJA) class from a component a CJA is a dynamic genarted java class that has all method defined inside a component as java methods.
static Struct ComponentUtil.getPropertiesAsStruct(ComponentAccess ca, boolean onlyPersistent)
           
static ComponentAccess ComponentUtil.toComponentAccess(Component comp, ComponentAccess defaultValue)
           
 



Copyright © 2012 Railo