Uses of Interface
railo.loader.engine.CFMLEngine

Packages that use CFMLEngine
railo.loader.engine   
railo.loader.servlet   
railo.runtime.config   
railo.runtime.engine   
railo.runtime.net.flex   
railo.runtime.schedule   
 

Uses of CFMLEngine in railo.loader.engine
 

Classes in railo.loader.engine that implement CFMLEngine
 class CFMLEngineWrapper
          wrapper for a CFMlEngine
 

Methods in railo.loader.engine that return CFMLEngine
static CFMLEngine CFMLEngineFactory.getInstance()
          returns instance of this factory (singelton-> always the same instance) do auto update when changes occur
static CFMLEngine CFMLEngineFactory.getInstance(javax.servlet.ServletConfig config)
          returns instance of this factory (singelton-> always the same instance) do auto update when changes occur
static CFMLEngine CFMLEngineFactory.getInstance(javax.servlet.ServletConfig config, EngineChangeListener listener)
          returns instance of this factory (singelton-> always the same instance)
 

Methods in railo.loader.engine with parameters of type CFMLEngine
 boolean CFMLEngineWrapper.equalTo(CFMLEngine other, boolean checkReferenceEqualityOnly)
          this interface is new to this class and not offically part of Railo 3.x, do not use outside the loader
 void EngineChangeListener.onUpdate(CFMLEngine newEngine)
          will be called whene there is a change oon the engine
 void CFMLEngineWrapper.onUpdate(CFMLEngine newEngine)
           
static void CFMLEngineFactory.registerInstance(CFMLEngine engine)
          used only for internal usage
 

Constructors in railo.loader.engine with parameters of type CFMLEngine
CFMLEngineWrapper(CFMLEngine engine)
          constructor of the class
 

Uses of CFMLEngine in railo.loader.servlet
 

Methods in railo.loader.servlet with parameters of type CFMLEngine
 void RailoServlet.onUpdate(CFMLEngine newEngine)
           
 

Uses of CFMLEngine in railo.runtime.config
 

Methods in railo.runtime.config that return CFMLEngine
 CFMLEngine ConfigServerImpl.getCFMLEngine()
           
 CFMLEngine ConfigServer.getCFMLEngine()
           
 

Uses of CFMLEngine in railo.runtime.engine
 

Classes in railo.runtime.engine that implement CFMLEngine
 class CFMLEngineImpl
          The CFMl Engine
 

Methods in railo.runtime.engine that return CFMLEngine
static CFMLEngine CFMLEngineImpl.getInstance()
          get singelton instance of the CFML Engine, throwsexception when not already init
static CFMLEngine CFMLEngineImpl.getInstance(CFMLEngineFactory factory)
          get singelton instance of the CFML Engine
 

Uses of CFMLEngine in railo.runtime.net.flex
 

Methods in railo.runtime.net.flex with parameters of type CFMLEngine
 void RailoAdapter.onUpdate(CFMLEngine newEngine)
           
 

Uses of CFMLEngine in railo.runtime.schedule
 

Constructors in railo.runtime.schedule with parameters of type CFMLEngine
SchedulerImpl(CFMLEngine engine, Config config, Resource schedulerDir, LogAndSource log, String charset)
          constructor of the sheduler
SchedulerImpl(CFMLEngine engine, String xml, Config config, LogAndSource log)
          creates a empty Scheduler, used for event gateway context
 



Copyright © 2012 Railo