Package | Description |
---|---|
lucee.commons.lang | |
lucee.runtime | |
lucee.runtime.config | |
lucee.runtime.customtag | |
lucee.runtime.functions.system | |
lucee.runtime.listener | |
lucee.runtime.orm.hibernate | |
lucee.transformer.cfml |
Modifier and Type | Method and Description |
---|---|
static PageSource |
MappingUtil.searchMappingRecursive(Mapping mapping,
String name,
boolean onlyCFC) |
Modifier and Type | Class and Description |
---|---|
class |
MappingImpl
Mapping class
|
Modifier and Type | Method and Description |
---|---|
Mapping |
PageSourceImpl.getMapping() |
Mapping |
PageSource.getMapping() |
Modifier and Type | Method and Description |
---|---|
static Mapping[] |
ConfigWebUtil.getAllMappings(Config c) |
static Mapping[] |
ConfigWebUtil.getAllMappings(PageContext pc) |
Mapping |
ConfigWebImpl.getApplicationMapping(String virtual,
String physical) |
Mapping |
ConfigWebImpl.getApplicationMapping(String type,
String virtual,
String physical,
String archive,
boolean physicalFirst,
boolean ignoreVirtual) |
Mapping[] |
ConfigImpl.getComponentMappings() |
Mapping[] |
Config.getComponentMappings() |
Mapping[] |
ConfigImpl.getCustomTagMappings() |
Mapping[] |
Config.getCustomTagMappings()
return the mapping to custom tag directory
|
Mapping |
ConfigImpl.getFunctionMapping() |
Mapping[] |
ConfigImpl.getMappings() |
Mapping[] |
Config.getMappings() |
Mapping |
ConfigWebImpl.getServerFunctionMapping() |
Mapping |
ConfigWebImpl.getServerTagMapping() |
Mapping |
ConfigImpl.getTagMapping() |
Modifier and Type | Method and Description |
---|---|
static Object |
ConfigWebUtil.getIdMapping(Mapping m) |
PageSource |
ConfigImpl.getPageSource(Mapping[] mappings,
String relPath,
boolean onlyTopLevel) |
PageSource |
Config.getPageSource(Mapping[] mappings,
String relPath,
boolean onlyTopLevel)
Deprecated.
use instead getPageSources or getPageSourceExisting
|
PageSource |
ConfigImpl.getPageSourceExisting(PageContext pc,
Mapping[] mappings,
String relPath,
boolean onlyTopLevel,
boolean useSpecialMappings,
boolean useDefaultMapping,
boolean onlyPhysicalExisting) |
PageSource |
Config.getPageSourceExisting(PageContext pc,
Mapping[] mappings,
String relPath,
boolean onlyTopLevel,
boolean useSpecialMappings,
boolean useDefaultMapping,
boolean onlyPhysicalExisting)
return existing PageSource that match the given criteria, if there is no PageSource null is returned.
|
PageSource[] |
ConfigImpl.getPageSources(PageContext pc,
Mapping[] mappings,
String relPath,
boolean onlyTopLevel,
boolean useSpecialMappings,
boolean useDefaultMapping) |
PageSource[] |
Config.getPageSources(PageContext pc,
Mapping[] mappings,
String relPath,
boolean onlyTopLevel,
boolean useSpecialMappings,
boolean useDefaultMapping)
get all PageSources that match the given criteria
|
PageSource[] |
ConfigImpl.getPageSources(PageContext pc,
Mapping[] mappings,
String relPath,
boolean onlyTopLevel,
boolean useSpecialMappings,
boolean useDefaultMapping,
boolean useComponentMappings) |
Resource |
ConfigImpl.getPhysical(Mapping[] mappings,
String relPath,
boolean alsoDefaultMapping) |
Resource |
Config.getPhysical(Mapping[] mappings,
String relPath,
boolean alsoDefaultMapping)
Deprecated.
use instead getPhysicalResources or getPhysicalResourceExisting
|
Resource |
ConfigImpl.getPhysicalResourceExisting(PageContext pc,
Mapping[] mappings,
String relPath,
boolean onlyTopLevel,
boolean useSpecialMappings,
boolean useDefaultMapping) |
Resource |
Config.getPhysicalResourceExisting(PageContext pc,
Mapping[] mappings,
String relPath,
boolean onlyTopLevel,
boolean useSpecialMappings,
boolean useDefaultMapping)
return existing Resource that match the given criteria, if there is no Resource null is returned.
|
Resource[] |
ConfigImpl.getPhysicalResources(PageContext pc,
Mapping[] mappings,
String relPath,
boolean onlyTopLevel,
boolean useSpecialMappings,
boolean useDefaultMapping) |
Resource[] |
Config.getPhysicalResources(PageContext pc,
Mapping[] mappings,
String relPath,
boolean onlyTopLevel,
boolean useSpecialMappings,
boolean useDefaultMapping)
get all Resources that match the given criteria
|
PageSource |
ConfigImpl.toPageSource(Mapping[] mappings,
Resource res,
PageSource defaultValue) |
Modifier and Type | Method and Description |
---|---|
static String |
CustomTagUtil.toString(Mapping[] ctms) |
Modifier and Type | Method and Description |
---|---|
static void |
PagePoolClear.clear(Mapping mapping) |
static void |
PagePoolClear.clear(Mapping[] mappings) |
Modifier and Type | Method and Description |
---|---|
Mapping[] |
ModernApplicationContext.getComponentMappings() |
Mapping[] |
ClassicApplicationContext.getComponentMappings() |
Mapping[] |
ApplicationContext.getComponentMappings() |
Mapping[] |
ModernApplicationContext.getCustomTagMappings() |
Mapping[] |
ClassicApplicationContext.getCustomTagMappings() |
Mapping[] |
ApplicationContext.getCustomTagMappings() |
Mapping[] |
ModernApplicationContext.getMappings() |
Mapping[] |
ClassicApplicationContext.getMappings() |
Mapping[] |
ApplicationContext.getMappings() |
static Mapping[] |
AppListenerUtil.toComponentMappings(ConfigWeb cw,
Object o,
Resource source) |
static Mapping[] |
AppListenerUtil.toComponentMappings(ConfigWeb cw,
Object o,
Resource source,
Mapping[] defaultValue) |
static Mapping[] |
AppListenerUtil.toCustomTagMappings(ConfigWeb cw,
Object o,
Resource source) |
static Mapping[] |
AppListenerUtil.toCustomTagMappings(ConfigWeb cw,
Object o,
Resource source,
Mapping[] defaultValue) |
static Mapping[] |
AppListenerUtil.toMappings(ConfigWeb cw,
Object o,
Mapping[] defaultValue,
Resource source) |
static Mapping[] |
AppListenerUtil.toMappings(ConfigWeb cw,
Object o,
Resource source) |
Modifier and Type | Method and Description |
---|---|
void |
ModernApplicationContext.setComponentMappings(Mapping[] componentMappings) |
void |
ClassicApplicationContext.setComponentMappings(Mapping[] cmappings) |
void |
ApplicationContext.setComponentMappings(Mapping[] componentMappings) |
void |
ModernApplicationContext.setCustomTagMappings(Mapping[] customTagMappings) |
void |
ClassicApplicationContext.setCustomTagMappings(Mapping[] ctmappings) |
void |
ApplicationContext.setCustomTagMappings(Mapping[] customTagMappings) |
void |
ModernApplicationContext.setMappings(Mapping[] mappings) |
void |
ClassicApplicationContext.setMappings(Mapping[] mappings) |
void |
ApplicationContext.setMappings(Mapping[] mappings) |
static Mapping[] |
AppListenerUtil.toComponentMappings(ConfigWeb cw,
Object o,
Resource source,
Mapping[] defaultValue) |
static Mapping[] |
AppListenerUtil.toCustomTagMappings(ConfigWeb cw,
Object o,
Resource source,
Mapping[] defaultValue) |
static Mapping[] |
AppListenerUtil.toMappings(ConfigWeb cw,
Object o,
Mapping[] defaultValue,
Resource source) |
Modifier and Type | Method and Description |
---|---|
static Mapping[] |
HibernateSessionFactory.createMappings(PageContext pc,
Resource[] resources) |
Modifier and Type | Method and Description |
---|---|
static TransfomerSettings |
TransfomerSettings.toSetting(Mapping mapping,
Boolean dotNotationUpperCase) |
Copyright © 2015 Lucee