Package | Description |
---|---|
lucee.runtime | |
lucee.runtime.component | |
lucee.runtime.config | |
lucee.runtime.tag | |
lucee.runtime.thread | |
lucee.runtime.type | |
lucee.runtime.type.util |
Modifier and Type | Class and Description |
---|---|
class |
ComponentPage
A Page that can produce Components
|
class |
InterfacePage
A Page that can produce Components
|
class |
PagePlus |
Modifier and Type | Method and Description |
---|---|
Page |
PageSourceImpl.getPage()
return page when already loaded, otherwise null
|
Page |
PageSourceImpl.loadPage(ConfigWeb config) |
Page |
PageSource.loadPage(ConfigWeb config)
loads the Page from this PageSource
|
Page |
PageSourceImpl.loadPage(ConfigWeb config,
Page defaultValue) |
Page |
PageSource.loadPage(ConfigWeb config,
Page defaultValue)
loads the Page from this PageSource
|
Page |
PageSourceImpl.loadPage(PageContext pc) |
Page |
PageSource.loadPage(PageContext pc) |
Page |
PageSourceImpl.loadPage(PageContext pc,
boolean forceReload) |
Page |
PageSourceImpl.loadPage(PageContext pc,
Page defaultValue) |
Page |
PageSource.loadPage(PageContext pc,
Page defaultValue) |
static Page |
PageSourceImpl.loadPage(PageContext pc,
PageSource[] arr) |
static Page |
PageSourceImpl.loadPage(PageContext pc,
PageSource[] arr,
Page defaultValue) |
Modifier and Type | Method and Description |
---|---|
boolean |
PageContextImpl.isTrusted(Page page) |
Page |
PageSourceImpl.loadPage(ConfigWeb config,
Page defaultValue) |
Page |
PageSource.loadPage(ConfigWeb config,
Page defaultValue)
loads the Page from this PageSource
|
Page |
PageSourceImpl.loadPage(PageContext pc,
Page defaultValue) |
Page |
PageSource.loadPage(PageContext pc,
Page defaultValue) |
static Page |
PageSourceImpl.loadPage(PageContext pc,
PageSource[] arr,
Page defaultValue) |
void |
PageContextImpl.setPageUsed(Page page) |
Modifier and Type | Method and Description |
---|---|
static Page |
MetadataUtil.getPageWhenMetaDataStillValid(PageContext pc,
ComponentImpl comp,
boolean ignoreCache) |
static Page |
MetadataUtil.getPageWhenMetaDataStillValid(PageContext pc,
InterfaceImpl interf,
boolean ignoreCache) |
static Page |
ComponentLoader.loadPage(PageContext pc,
PageSource ps,
boolean forceReload) |
static Page |
ComponentLoader.loadPage(PageContext pc,
PageSource child,
String rawPath,
Boolean searchLocal,
Boolean searchRoot) |
Modifier and Type | Method and Description |
---|---|
static ComponentImpl |
ComponentLoader.loadComponent(PageContext pc,
Page page,
PageSource ps,
String callPath,
boolean isRealPath) |
static ComponentImpl |
ComponentLoader.loadComponent(PageContext pc,
Page page,
PageSource ps,
String callPath,
boolean isRealPath,
boolean silent) |
static InterfaceImpl |
ComponentLoader.loadInterface(PageContext pc,
Page page,
PageSource ps,
String callPath,
boolean isRealPath,
Map interfaceUDFs) |
Modifier and Type | Method and Description |
---|---|
Page |
ConfigWebImpl.getBaseComponentPage(PageContext pc) |
Page |
ConfigImpl.getCachedPage(PageContext pc,
String pathWithCFC) |
Modifier and Type | Method and Description |
---|---|
void |
ThreadTag.register(Page currentPage,
int threadIndex) |
Constructor and Description |
---|
ChildThreadImpl(PageContextImpl parent,
Page page,
String tagName,
int threadIndex,
Struct attrs,
boolean serializable) |
Modifier and Type | Method and Description |
---|---|
Page |
UDFGSProperty.getPage() |
Modifier and Type | Method and Description |
---|---|
static Page |
ComponentUtil.getPage(PageContext pc,
PageSource ps) |
Copyright © 2015 Lucee