Package | Description |
---|---|
lucee.runtime | |
lucee.runtime.compiler | |
lucee.runtime.config | |
lucee.runtime.db | |
lucee.transformer.cfml.tag |
Modifier and Type | Method and Description |
---|---|
void |
PageSourcePool.clearUnused(ConfigImpl config)
clear unused pages from page pool
|
MappingImpl |
MappingImpl.cloneReadOnly(ConfigImpl config)
clones a mapping and make it readOnly
|
Modifier and Type | Method and Description |
---|---|
byte[] |
CFMLCompilerImpl.compile(ConfigImpl config,
PageSource source,
TagLib[] tld,
FunctionLib[] fld,
Resource classRootDir,
String className) |
byte[] |
CFMLCompiler.compile(ConfigImpl config,
PageSource source,
TagLib[] tld,
FunctionLib[] fld,
Resource classRootDir,
String className)
compiles a CFML source file
|
Modifier and Type | Class and Description |
---|---|
class |
ConfigServerImpl
config server impl
|
class |
ConfigWebImpl
Web Context
|
Modifier and Type | Method and Description |
---|---|
boolean |
ConfigWebAdmin._removeExtension(ConfigImpl config,
String extensionID) |
void |
ConfigWebAdmin._updateExtension(ConfigImpl config,
RHExtension ext) |
static void |
ConfigWebUtil.checkGeneralReadAccess(ConfigImpl config,
String password) |
static void |
ConfigWebUtil.checkGeneralWriteAccess(ConfigImpl config,
String password) |
static Password |
ConfigWebUtil.checkPassword(ConfigImpl config,
String type,
String password) |
static void |
ConfigWebFactory.createContextFilesPost(Resource configDir,
ConfigImpl config,
javax.servlet.ServletConfig servletConfig,
boolean isEventGatewayContext,
boolean doNew) |
static boolean |
ConfigWebAdmin.fixLogging(ConfigServerImpl cs,
ConfigImpl config,
Document doc)
the following code remove all logging defintions spread over the complete xml and adds them to the new "logging" tag
|
static void |
ConfigWebFactory.load(ConfigServerImpl cs,
ConfigImpl config,
Document doc,
boolean isReload,
boolean doNew) |
static ConfigWebAdmin |
ConfigWebAdmin.newInstance(ConfigImpl config,
String password) |
static void |
ConfigWebFactory.reloadLib(ConfigImpl config) |
static void |
ConfigWebAdmin.removeRHExtension(ConfigImpl config,
String extensionID) |
static void |
Password.updatePassword(ConfigImpl config,
Password passwordOld,
Password passwordNew) |
static void |
Password.updatePassword(ConfigImpl config,
String strPasswordOld,
String strPasswordNew) |
static Password |
Password.updatePasswordIfNecessary(ConfigImpl config,
Password passwordOld,
String strPasswordNew) |
static void |
ConfigWebAdmin.updateRHExtension(ConfigImpl config,
RHExtension rhExtension) |
Constructor and Description |
---|
DatasourceManagerImpl(ConfigImpl c)
constructor of the class
|
Modifier and Type | Method and Description |
---|---|
Page |
CFMLTransformer.transform(ConfigImpl config,
CFMLString cfml,
TagLib[] tlibs,
FunctionLib[] flibs,
long sourceLastModified,
Boolean dotNotationUpperCase)
Startmethode zum transfomieren einer CFMLString.
|
Page |
CFMLTransformer.transform(ConfigImpl config,
PageSource ps,
TagLib[] tlibs,
FunctionLib[] flibs)
Startmethode zum transfomieren einer CFML Datei.
|
Copyright © 2015 Lucee