Uses of Interface
railo.runtime.Component

Packages that use Component
railo.commons.io.res.type.cfml   
railo.runtime   
railo.runtime.cache   
railo.runtime.functions.component   
railo.runtime.functions.dynamicEvaluation   
railo.runtime.functions.orm   
railo.runtime.functions.other   
railo.runtime.gateway   
railo.runtime.java   
railo.runtime.net.rpc.server   
railo.runtime.op   
railo.runtime.orm   
railo.runtime.orm.hibernate   
railo.runtime.orm.hibernate.event   
railo.runtime.tag   
railo.runtime.type   
railo.runtime.type.cfc   
railo.runtime.type.trace   
railo.runtime.type.util   
railo.runtime.util   
railo.transformer.bytecode.util   
 

Uses of Component in railo.commons.io.res.type.cfml
 

Constructors in railo.commons.io.res.type.cfml with parameters of type Component
CFMLResource(CFMLResourceProvider provider, Component cfc)
           
 

Uses of Component in railo.runtime
 

Subinterfaces of Component in railo.runtime
 interface ComponentPro
           
 

Classes in railo.runtime that implement Component
 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 Component
 Component PageContextImpl.getActiveComponent()
           
abstract  Component PageContext.getActiveComponent()
           
 Component ComponentScopeShadow.getComponent()
           
 Component ComponentScopeThis.getComponent()
          Returns the value of component.
 Component ComponentScope.getComponent()
          Returns the value of component.
 Component PageContextImpl.loadComponent(String compPath)
           
abstract  Component PageContext.loadComponent(String compPath)
           
 

Methods in railo.runtime with parameters of type Component
static String ComponentPage.convertResult(PageContext pc, Component component, String methodName, Object returnFormat, Object queryFormat, Object rtn)
           
static ComponentWrap ComponentWrap.toComponentWrap(int access, Component component)
           
static Struct ComponentPage.translate(Component c, String strMethodName, Struct params)
           
 

Uses of Component in railo.runtime.cache
 

Constructors in railo.runtime.cache with parameters of type Component
ComponentCacheEventListener(Component cfc)
           
 

Uses of Component in railo.runtime.functions.component
 

Methods in railo.runtime.functions.component with parameters of type Component
static Struct ComponentInfo.call(PageContext pc, Component component)
          Deprecated.  
 

Uses of Component in railo.runtime.functions.dynamicEvaluation
 

Methods in railo.runtime.functions.dynamicEvaluation with parameters of type Component
static void EvaluateComponent.setInternalState(Component comp, Struct sctThis, Struct sctVariables)
           
 

Uses of Component in railo.runtime.functions.orm
 

Methods in railo.runtime.functions.orm with parameters of type Component
static void EntityNew.setPropeties(PageContext pc, Component cfc, Struct properties, boolean ignoreNotExisting)
           
 

Uses of Component in railo.runtime.functions.other
 

Methods in railo.runtime.functions.other that return Component
static Component CreateObject.doComponent(PageContext pc, String className)
           
 

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

Uses of Component in railo.runtime.gateway
 

Methods in railo.runtime.gateway that return Component
 Component GatewayEngineImpl.getPersistentRemoteCFC(String id)
           
 Component GatewayEngineImpl.setPersistentRemoteCFC(String id, Component cfc)
           
 

Methods in railo.runtime.gateway with parameters of type Component
 Component GatewayEngineImpl.setPersistentRemoteCFC(String id, Component cfc)
           
 

Uses of Component in railo.runtime.java
 

Methods in railo.runtime.java with parameters of type Component
static Object JavaProxy.call(ConfigWeb config, Component cfc, String methodName, Object... arguments)
           
 

Uses of Component in railo.runtime.net.rpc.server
 

Methods in railo.runtime.net.rpc.server with parameters of type Component
 void RPCServer.doGet(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, Component component)
          Process GET requests.
 void RPCServer.doPost(javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse res, Component component)
          Process a POST to the servlet by handing it off to the Axis Engine.
static void ComponentController.set(PageContext p, Component c)
          removes PageContext and Component sets component and pageContext to invoke
 

Uses of Component in railo.runtime.op
 

Methods in railo.runtime.op that return Component
 Component CreationImpl.createComponentFromName(PageContext pc, String fullName)
           
 Component CreationImpl.createComponentFromPath(PageContext pc, String path)
           
static Component Caster.toComponent(Object o)
          cast a Object to a Component
static Component Caster.toComponent(Object o, Component defaultValue)
           
 

Methods in railo.runtime.op with parameters of type Component
static Component Caster.toComponent(Object o, Component defaultValue)
           
 

Uses of Component in railo.runtime.orm
 

Methods in railo.runtime.orm that return Component
 Component ORMSession.create(PageContext pc, String entityName)
          creates a entity matching the given name
 Component ORMSession.load(PageContext pc, String name, String id)
          load and return a Object that match given id, if there is more than one Object matching the id, only the first Object is returned
 Component ORMSession.load(PageContext pc, String name, Struct filter)
          load and return a Object that match given filter, if there is more than one Object matching the filter, only the first Object is returned
 Component ORMSession.loadByExample(PageContext pc, Object obj)
          load and return a Object that match given sampleEntity, if there is more than one Object matching the id, only the first Object is returned
 Component ORMSession.merge(PageContext pc, Object obj)
          Attaches the specified entity to the current ORM session.
 

Methods in railo.runtime.orm with parameters of type Component
static Object ORMUtil.getPropertyValue(Component cfc, String name, Object defaultValue)
           
 

Constructors in railo.runtime.orm with parameters of type Component
ORMException(Component cfc, String message)
          Constructor of the class
ORMException(Component cfc, String message, String detail)
          Constructor of the class
ORMException(ORMEngine engine, Component cfc, String message)
           
ORMException(ORMEngine engine, Component cfc, String message, String detail)
           
 

Uses of Component in railo.runtime.orm.hibernate
 

Methods in railo.runtime.orm.hibernate that return Component
 Component HibernateORMEngine.create(PageContext pc, HibernateORMSession session, String entityName, boolean unique)
           
 Component HibernateORMSession.create(PageContext pc, String entityName)
           
 Component HibernateORMEngine.getEntityByCFCName(String cfcName, boolean unique)
           
 Component HibernateORMEngine.getEntityByEntityName(String entityName, boolean unique)
           
 Component HibernateORMSession.load(PageContext pc, String cfcName, String id)
           
 Component HibernateORMSession.load(PageContext pc, String name, Struct filter)
           
 Component HibernateORMSession.loadByExample(PageContext pc, Object obj)
           
 Component HibernateORMSession.merge(PageContext pc, Object obj)
           
static Component HibernateCaster.toComponent(Object obj)
           
 

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

Methods in railo.runtime.orm.hibernate with parameters of type Component
 void HibernateORMSession._delete(PageContext pc, Component cfc)
           
 void HibernateORMEngine.createMapping(PageContext pc, Component cfc, DatasourceConnection dc, ORMConfiguration ormConf)
           
static void HBMCreator.createXMLMapping(PageContext pc, DatasourceConnection dc, Component cfc, ORMConfiguration ormConf, Element hibernateMapping, HibernateORMEngine engine)
           
static String HibernateCaster.getEntityName(Component cfc)
           
static Property[] HBMCreator.getIds(HibernateORMEngine engine, Component cfc, Property[] props, String tableName, boolean ignoreTableName)
           
static Property[] HBMCreator.getIds(HibernateORMEngine engine, Component cfc, railo.runtime.orm.hibernate.PropertyCollection pc)
           
static Property[] HibernateUtil.getProperties(Component component, int fieldType, Property[] defaultValue)
           
static railo.runtime.orm.hibernate.PropertyCollection HBMCreator.splitJoins(HibernateORMEngine engine, Component cfc, Map<String,railo.runtime.orm.hibernate.PropertyCollection> joins, Property[] props)
           
static String HibernateCaster.toComponentName(Component cfc)
          return the full name (package and name) of a component
 

Constructors in railo.runtime.orm.hibernate with parameters of type Component
HibernateException(HibernateORMEngine engine, Component cfc, String message)
           
HibernateException(HibernateORMEngine engine, Component cfc, String message, String detail)
           
 

Uses of Component in railo.runtime.orm.hibernate.event
 

Methods in railo.runtime.orm.hibernate.event that return Component
 Component EventListener.getCFC()
           
 

Methods in railo.runtime.orm.hibernate.event with parameters of type Component
static boolean EventListener.hasEventType(Component cfc, Collection.Key eventType)
           
static void EventListener.invoke(Collection.Key name, Component cfc, Struct data, Object arg)
           
 

Constructors in railo.runtime.orm.hibernate.event with parameters of type Component
AllEventListener(Component component)
           
EventListener(Component component, Collection.Key eventType, boolean allEvents)
           
PostDeleteEventListenerImpl(Component component)
           
PostInsertEventListenerImpl(Component component)
           
PostLoadEventListenerImpl(Component component)
           
PostUpdateEventListenerImpl(Component component)
           
PreDeleteEventListenerImpl(Component component)
           
PreInsertEventListenerImpl(Component component)
           
PreLoadEventListenerImpl(Component component)
           
PreUpdateEventListenerImpl(Component component)
           
 

Uses of Component in railo.runtime.tag
 

Methods in railo.runtime.tag that return Component
 Component CFTag.getComponent()
           
 

Uses of Component in railo.runtime.type
 

Methods in railo.runtime.type that return Component
 Component ComponentMethod.getComponent()
           
 Component UDFGSProperty.getOwnerComponent()
           
 Component UDFImpl.getOwnerComponent()
           
 Component UDF.getOwnerComponent()
          Deprecated.  
 

Uses of Component in railo.runtime.type.cfc
 

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

Classes in railo.runtime.type.cfc that implement Component
 class ComponentAccessProxy
           
 class ComponentProxy
           
 

Methods in railo.runtime.type.cfc that return Component
 Component ComponentAccessProxy.getComponent()
           
abstract  Component ComponentProxy.getComponent()
           
 

Uses of Component in railo.runtime.type.trace
 

Methods in railo.runtime.type.trace that return Component
 Component TOUDF.getOwnerComponent()
           
 

Uses of Component in railo.runtime.type.util
 

Methods in railo.runtime.type.util that return Component
static Component ComponentUtil.toComponent(Object obj)
           
 

Methods in railo.runtime.type.util with parameters of type Component
static String ComponentUtil.getClassname(Component component)
           
static Property[] ComponentUtil.getIDProperties(Component c, boolean onlyPeristent, boolean includeBaseProperties)
           
static PageSource ComponentUtil.getPageSource(Component cfc)
           
static Property[] ComponentUtil.getProperties(Component c, boolean onlyPeristent, boolean includeBaseProperties, boolean preferBaseProperties, boolean inheritedMappedSuperClassOnly)
           
static Class ComponentUtil.getServerComponentPropertiesClass(PageContext pc, Component component)
           
static String ComponentUtil.md5(Component c)
           
static ExpressionException ComponentUtil.notFunction(Component c, Collection.Key key, Object member, int access)
           
static ComponentAccess ComponentUtil.toComponentAccess(Component comp)
           
static ComponentAccess ComponentUtil.toComponentAccess(Component comp, ComponentAccess defaultValue)
           
 

Uses of Component in railo.runtime.util
 

Methods in railo.runtime.util that return Component
 Component Creation.createComponentFromName(PageContext pc, String fullName)
          creates a component object from (Full)Name, for example railo.extensions.net.HTTPUtil
 Component Creation.createComponentFromPath(PageContext pc, String path)
          creates a component object from a absolute local path, for example /Users/susi/Projects/Sorglos/wwwrooot/railo/extensions/net/HTTPUtil.cfc
 

Uses of Component in railo.transformer.bytecode.util
 

Methods in railo.transformer.bytecode.util with parameters of type Component
static Object JavaProxyFactory.createProxy(PageContext pc, Component cfc, Class extendz, Class... interfaces)
           
 



Copyright © 2012 Railo