Uses of Interface
railo.commons.lang.types.RefBoolean

Packages that use RefBoolean
railo.commons.lang.types   
railo.runtime   
railo.runtime.engine   
railo.runtime.listener   
railo.runtime.op   
railo.runtime.orm.hibernate   
railo.runtime.type.cfc   
railo.runtime.type.scope   
railo.runtime.type.scope.session   
railo.runtime.type.util   
 

Uses of RefBoolean in railo.commons.lang.types
 

Classes in railo.commons.lang.types that implement RefBoolean
 class RefBooleanImpl
          Integer Type that can be modified
 

Uses of RefBoolean in railo.runtime
 

Methods in railo.runtime with parameters of type RefBoolean
 Class ComponentImpl.getJavaAccessClass(PageContext pc, RefBoolean isNew)
           
 Class ComponentImpl.getJavaAccessClass(PageContext pc, RefBoolean isNew, boolean writeLog, boolean takeTop, boolean create, boolean supressWSbeforeArg)
           
 Class ComponentWrap.getJavaAccessClass(RefBoolean isNew)
           
 Class SuperComponent.getJavaAccessClass(RefBoolean isNew)
           
 Class ComponentImpl.getJavaAccessClass(RefBoolean isNew)
           
 Class Component.getJavaAccessClass(RefBoolean isNew)
          returns java class to the component interface (all UDFs), this class is generated dynamic when used
 

Uses of RefBoolean in railo.runtime.engine
 

Constructors in railo.runtime.engine with parameters of type RefBoolean
Controler(ConfigServer configServer, Map contextes, int interval, RefBoolean run)
           
Monitor(ConfigServer configServer, RefBoolean run)
           
 

Uses of RefBoolean in railo.runtime.listener
 

Methods in railo.runtime.listener with parameters of type RefBoolean
static PageSource AppListenerUtil.getApplicationPageSource(PageContext pc, PageSource requestedPage, int mode, RefBoolean isCFC)
           
static PageSource AppListenerUtil.getApplicationPageSourceCurr2Root(PageContext pc, PageSource requestedPage, RefBoolean isCFC)
           
static PageSource AppListenerUtil.getApplicationPageSourceCurrent(PageSource requestedPage, RefBoolean isCFC)
           
static PageSource AppListenerUtil.getApplicationPageSourceRoot(PageContext pc, RefBoolean isCFC)
           
 

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

Uses of RefBoolean in railo.runtime.op
 

Methods in railo.runtime.op with parameters of type RefBoolean
static Object ThreadLocalDuplication.get(Object object, RefBoolean before)
           
 

Uses of RefBoolean in railo.runtime.orm.hibernate
 

Methods in railo.runtime.orm.hibernate with parameters of type RefBoolean
static Object HibernateCaster.toSQL(HibernateORMEngine engine, ColumnInfo ci, Object value, RefBoolean isArray)
          translate CFMl specific types to Hibernate/SQL specific types
static Object HibernateCaster.toSQL(HibernateORMEngine engine, org.hibernate.type.Type type, Object value, RefBoolean isArray)
          translate CFMl specific types to Hibernate/SQL specific types
 

Uses of RefBoolean in railo.runtime.type.cfc
 

Methods in railo.runtime.type.cfc with parameters of type RefBoolean
 Class ComponentProxy.getJavaAccessClass(RefBoolean isNew)
           
 

Uses of RefBoolean in railo.runtime.type.scope
 

Methods in railo.runtime.type.scope with parameters of type RefBoolean
 Application ScopeContext.getApplicationScope(PageContext pc, RefBoolean isNew)
          return the application Scope for this context (cfid,cftoken,contextname)
 Session ScopeContext.getSessionScope(PageContext pc, RefBoolean isNew)
          return the session Scope for this context (cfid,cftoken,contextname)
 

Uses of RefBoolean in railo.runtime.type.scope.session
 

Methods in railo.runtime.type.scope.session with parameters of type RefBoolean
static Session SessionMemory.getInstance(PageContext pc, RefBoolean isNew, Log log)
          load a new instance of the class
 

Uses of RefBoolean in railo.runtime.type.util
 

Methods in railo.runtime.type.util with parameters of type RefBoolean
static Class ComponentUtil.getComponentJavaAccess(PageContext pc, ComponentAccess component, RefBoolean isNew, boolean create, boolean writeLog, boolean supressWSbeforeArg)
          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.
 



Copyright © 2012 Railo