Package | Description |
---|---|
lucee.runtime | |
lucee.runtime.component | |
lucee.runtime.type | |
lucee.runtime.type.trace | |
lucee.runtime.type.util |
Modifier and Type | Method and Description |
---|---|
abstract ComponentImpl |
ComponentPage.newInstance(PageContext pc,
String callPath,
boolean isRelPath) |
Modifier and Type | Method and Description |
---|---|
static MapPro |
ComponentImpl.duplicateDataMember(ComponentImpl c,
MapPro map,
MapPro newMap,
boolean deepCopy)
duplicate the datamember in the map, ignores the udfs
|
static MapPro<Collection.Key,UDF> |
ComponentImpl.duplicateUTFMap(ComponentImpl src,
ComponentImpl trg,
MapPro<Collection.Key,UDF> srcMap,
MapPro<Collection.Key,UDF> trgMap) |
abstract void |
ComponentPage.initComponent(PageContext pc,
ComponentImpl c) |
static Collection |
SuperComponent.superInstance(ComponentImpl comp) |
static Member |
SuperComponent.superMember(ComponentImpl comp) |
Constructor and Description |
---|
ComponentScopeShadow(ComponentImpl component,
ComponentScopeShadow scope,
boolean cloneShadow)
Constructor of the class
|
ComponentScopeShadow(ComponentImpl component,
MapPro shadow)
Constructor of the class
|
ComponentScopeThis(ComponentImpl component)
constructor of the class
|
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 ComponentImpl |
ComponentLoader.loadComponent(PageContext pc,
PageSource child,
String rawPath,
Boolean searchLocal,
Boolean searchRoot) |
Modifier and Type | Method and Description |
---|---|
static Page |
MetadataUtil.getPageWhenMetaDataStillValid(PageContext pc,
ComponentImpl comp,
boolean ignoreCache) |
Modifier and Type | Method and Description |
---|---|
UDF |
Closure.duplicate(ComponentImpl c) |
UDF |
UDFImpl.duplicate(ComponentImpl cfc) |
void |
UDFGSProperty.setOwnerComponent(ComponentImpl component) |
void |
BIF.setOwnerComponent(ComponentImpl owner) |
void |
UDFPlus.setOwnerComponent(ComponentImpl component) |
void |
UDFImpl.setOwnerComponent(ComponentImpl component) |
Constructor and Description |
---|
UDFAddProperty(ComponentImpl component,
Property prop) |
UDFGetterProperty(ComponentImpl component,
Property prop) |
UDFGSProperty(ComponentImpl component,
String name,
FunctionArgument[] arguments,
short rtnType,
String rtnFormat) |
UDFHasProperty(ComponentImpl component,
Property prop) |
UDFRemoveProperty(ComponentImpl component,
Property prop) |
UDFSetterProperty(ComponentImpl component,
Property prop) |
Modifier and Type | Method and Description |
---|---|
void |
TOUDF.setOwnerComponent(ComponentImpl cfc) |
Modifier and Type | Method and Description |
---|---|
static void |
PropertyFactory.addAdd(ComponentImpl comp,
Property prop) |
static void |
PropertyFactory.addGet(ComponentImpl comp,
Property prop) |
static void |
PropertyFactory.addHas(ComponentImpl comp,
Property prop) |
static void |
PropertyFactory.addRemove(ComponentImpl comp,
Property prop) |
static void |
PropertyFactory.addSet(ComponentImpl comp,
Property prop) |
static void |
PropertyFactory.createPropertyUDFs(ComponentImpl comp,
Property property) |
Copyright © 2015 Lucee