Package | Description |
---|---|
lucee.loader.engine | |
lucee.loader.servlet | |
lucee.runtime.config | |
lucee.runtime.engine | |
lucee.runtime.net.flex | |
lucee.runtime.op | |
lucee.runtime.schedule |
Modifier and Type | Class and Description |
---|---|
class |
CFMLEngineWrapper
wrapper for a CFMlEngine
|
Modifier and Type | Method and Description |
---|---|
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)
|
Modifier and Type | Method and Description |
---|---|
boolean |
CFMLEngineWrapper.equalTo(CFMLEngine other,
boolean checkReferenceEqualityOnly)
this interface is new to this class and not offically part of Lucee 3.x, do not use outside the loader
|
void |
CFMLEngineWrapper.onUpdate(CFMLEngine newEngine) |
void |
EngineChangeListener.onUpdate(CFMLEngine newEngine)
will be called whene there is a change oon the engine
|
static void |
CFMLEngineFactory.registerInstance(CFMLEngine engine)
used only for internal usage
|
Constructor and Description |
---|
CFMLEngineWrapper(CFMLEngine engine)
constructor of the class
|
Modifier and Type | Method and Description |
---|---|
void |
LuceeServlet.onUpdate(CFMLEngine newEngine) |
Modifier and Type | Method and Description |
---|---|
CFMLEngine |
ConfigServerImpl.getCFMLEngine() |
CFMLEngine |
ConfigServer.getCFMLEngine() |
Modifier and Type | Class and Description |
---|---|
class |
CFMLEngineImpl
The CFMl Engine
|
Modifier and Type | Method and Description |
---|---|
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
|
Modifier and Type | Method and Description |
---|---|
void |
LuceeAdapter.onUpdate(CFMLEngine newEngine) |
Modifier and Type | Method and Description |
---|---|
static Creation |
CreationImpl.getInstance(CFMLEngine engine) |
Constructor and Description |
---|
SchedulerImpl(CFMLEngine engine,
Config config,
Resource schedulerDir,
String charset)
constructor of the sheduler
|
SchedulerImpl(CFMLEngine engine,
String xml,
Config config)
creates a empty Scheduler, used for event gateway context
|
Copyright © 2015 Lucee