Package | Description |
---|---|
lucee.runtime.config | |
lucee.transformer.library.tag |
Modifier and Type | Method and Description |
---|---|
static void |
ConfigWebFactory.load(ConfigServerImpl cs,
ConfigImpl config,
Document doc,
boolean isReload,
boolean doNew) |
static ConfigServerImpl |
ConfigServerFactory.newInstance(CFMLEngineImpl engine,
Map<String,CFMLFactory> initContextes,
Map<String,CFMLFactory> contextes,
Resource configDir)
creates a new ServletConfig Impl Object
|
static ConfigWebImpl |
ConfigWebFactory.newInstance(CFMLFactoryImpl factory,
ConfigServerImpl configServer,
Resource configDir,
boolean isConfigDirACustomSetting,
javax.servlet.ServletConfig servletConfig)
creates a new ServletConfig Impl Object
|
static void |
ConfigServerFactory.reloadInstance(ConfigServerImpl configServer)
reloads the Config Object
|
static void |
ConfigWebFactory.reloadInstance(ConfigServerImpl cs,
ConfigWebImpl cw,
boolean force)
reloads the Config Object
|
void |
ConfigWebAdmin.removePassword(String contextPath) |
void |
ConfigWebAdmin.store() |
Modifier and Type | Method and Description |
---|---|
TagDependentBodyTransformer |
TagLibTag.getBodyTransformer()
Gibt den TagDependentBodyTransformer dieser Klasse zurueck.
|
ExprTransformer |
ImportTagLib.getExprTransfomer() |
ExprTransformer |
TagLib.getExprTransfomer()
Laedt den innerhalb der TagLib definierten ExprTransfomer und gibt diesen zurueck.
|
Tag |
TagLibTag.getTag(Position start,
Position end)
return ASM Tag for this tag
|
static TagLib[] |
TagLibFactory.loadFrom(Resource res) |
static TagLib[] |
TagLibFactory.loadFromDirectory(Resource dir)
Laedt mehrere TagLib's die innerhalb eines Verzeichnisses liegen.
|
static TagLib[] |
TagLibFactory.loadFromDirectory(Resource dir,
String saxParser)
Laedt mehrere TagLib's die innerhalb eines Verzeichnisses liegen.
|
static TagLib |
TagLibFactory.loadFromFile(Resource res)
Laedt eine einzelne TagLib.
|
static TagLib |
TagLibFactory.loadFromFile(Resource res,
String saxParser)
Laedt eine einzelne TagLib.
|
static TagLib |
TagLibFactory.loadFromStream(InputStream is)
Laedt eine einzelne TagLib.
|
static TagLib |
TagLibFactory.loadFromStream(InputStream is,
String saxParser)
Laedt eine einzelne TagLib.
|
static TagLib |
TagLibFactory.loadFromSystem()
Laedt die Systeminterne TLD.
|
static TagLib |
TagLibFactory.loadFromSystem(String saxParser)
Laedt die Systeminterne TLD.
|
Copyright © 2015 Lucee