Uses of Interface
railo.runtime.ComponentPro

Packages that use ComponentPro
railo.runtime   
railo.runtime.functions.other   
railo.runtime.orm.hibernate   
railo.runtime.type.cfc   
railo.runtime.type.util   
 

Uses of ComponentPro in railo.runtime
 

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

Methods in railo.runtime that return ComponentPro
 ComponentPro ComponentScope.getComponent()
          Returns the value of component.
 ComponentPro ComponentScopeShadow.getComponent()
           
 ComponentPro ComponentScopeThis.getComponent()
          Returns the value of component.
 

Uses of ComponentPro in railo.runtime.functions.other
 

Methods in railo.runtime.functions.other with parameters of type ComponentPro
static Struct GetMetaData.getMetaData(ComponentPro cfc, PageContext pc)
           
 

Uses of ComponentPro in railo.runtime.orm.hibernate
 

Methods in railo.runtime.orm.hibernate that return types with arguments of type ComponentPro
static List<ComponentPro> HibernateSessionFactory.loadComponents(PageContext pc, HibernateORMEngine engine, ORMConfiguration ormConf)
           
 

Methods in railo.runtime.orm.hibernate with parameters of type ComponentPro
static Property[] HibernateUtil.getProperties(ComponentPro component, int fieldType, Property[] defaultValue)
           
 

Uses of ComponentPro in railo.runtime.type.cfc
 

Subinterfaces of ComponentPro in railo.runtime.type.cfc
 interface ComponentAccess
           
 

Classes in railo.runtime.type.cfc that implement ComponentPro
 class ComponentAccessProxy
           
 class ComponentProProxy
           
 

Methods in railo.runtime.type.cfc that return ComponentPro
 ComponentPro ComponentAccessProxy.getComponentPro()
           
abstract  ComponentPro ComponentProProxy.getComponentPro()
           
 

Uses of ComponentPro in railo.runtime.type.util
 

Methods in railo.runtime.type.util that return ComponentPro
static ComponentPro ComponentUtil.toComponentPro(Component comp)
           
static ComponentPro ComponentUtil.toComponentPro(Component comp, ComponentPro defaultValue)
           
static ComponentPro ComponentUtil.toComponentPro(Object obj)
           
 

Methods in railo.runtime.type.util with parameters of type ComponentPro
static ComponentPro ComponentUtil.toComponentPro(Component comp, ComponentPro defaultValue)
           
 



Copyright © 2012 Railo