Package | Description |
---|---|
lucee.loader.engine | |
lucee.runtime | |
lucee.runtime.config | |
lucee.runtime.engine | |
lucee.runtime.listener |
Modifier and Type | Method and Description |
---|---|
CFMLFactory |
CFMLEngineWrapper.getCFMLFactory(javax.servlet.ServletContext srvContext,
javax.servlet.ServletConfig srvConfig,
javax.servlet.http.HttpServletRequest req) |
CFMLFactory |
CFMLEngine.getCFMLFactory(javax.servlet.ServletContext srvContext,
javax.servlet.ServletConfig srvConfig,
javax.servlet.http.HttpServletRequest req) |
Modifier and Type | Class and Description |
---|---|
class |
CFMLFactoryImpl
implements a JSP Factory, this class produce JSP Compatible PageContext Object
this object holds also the must interfaces to coldfusion specified functionlity
|
Modifier and Type | Method and Description |
---|---|
CFMLFactory |
PageContextImpl.getCFMLFactory() |
abstract CFMLFactory |
PageContext.getCFMLFactory() |
Modifier and Type | Method and Description |
---|---|
CFMLFactory |
ConfigImpl.getFactory() |
CFMLFactory |
Config.getFactory() |
Modifier and Type | Method and Description |
---|---|
Map<String,CFMLFactory> |
ConfigServerImpl.getJSPFactoriesAsMap() |
Map<String,CFMLFactory> |
ConfigServer.getJSPFactoriesAsMap() |
Modifier and Type | Method and Description |
---|---|
static ConfigServerImpl |
ConfigServerFactory.newInstance(CFMLEngineImpl engine,
Map<String,CFMLFactory> initContextes,
Map<String,CFMLFactory> contextes,
Resource configDir)
creates a new ServletConfig Impl Object
|
static ConfigServerImpl |
ConfigServerFactory.newInstance(CFMLEngineImpl engine,
Map<String,CFMLFactory> initContextes,
Map<String,CFMLFactory> contextes,
Resource configDir)
creates a new ServletConfig Impl Object
|
Constructor and Description |
---|
ConfigImpl(CFMLFactory factory,
Resource configDir,
Resource configFile,
TagLib[] tlds,
FunctionLib[] flds) |
Modifier and Type | Method and Description |
---|---|
CFMLFactory |
CFMLEngineImpl.getCFMLFactory(javax.servlet.ServletContext srvContext,
javax.servlet.ServletConfig srvConfig,
javax.servlet.http.HttpServletRequest req) |
Modifier and Type | Method and Description |
---|---|
Map<String,CFMLFactory> |
CFMLEngineImpl.getCFMLFactories() |
Modifier and Type | Method and Description |
---|---|
void |
ModernAppListener.onApplicationEnd(CFMLFactory factory,
String applicationName) |
void |
ClassicAppListener.onApplicationEnd(CFMLFactory factory,
String applicationName) |
void |
NoneAppListener.onApplicationEnd(CFMLFactory factory,
String applicationName) |
void |
ApplicationListener.onApplicationEnd(CFMLFactory cfmlFactory,
String applicationName)
this method will be called when a application scope ends
|
void |
ModernAppListener.onSessionEnd(CFMLFactory factory,
String applicationName,
String cfid) |
void |
ClassicAppListener.onSessionEnd(CFMLFactory cfmlFactory,
String applicationName,
String cfid) |
void |
NoneAppListener.onSessionEnd(CFMLFactory cfmlFactory,
String applicationName,
String cfid) |
void |
ApplicationListener.onSessionEnd(CFMLFactory cfmlFactory,
String applicationName,
String cfid)
this method will be called when a session ends
|
Copyright © 2015 Lucee