|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ComponentImpl | |
---|---|
railo.runtime | |
railo.runtime.component | |
railo.runtime.type | |
railo.runtime.type.util |
Uses of ComponentImpl in railo.runtime |
---|
Methods in railo.runtime that return ComponentImpl | |
---|---|
abstract ComponentImpl |
ComponentPage.newInstance(PageContext pc,
String callPath,
boolean isRealPath)
|
Methods in railo.runtime with parameters of type ComponentImpl | |
---|---|
static Map |
ComponentImpl.duplicateDataMember(ComponentImpl c,
Map map,
Map newMap,
boolean deepCopy)
duplicate the datamember in the map, ignores the udfs |
static Map<Collection.Key,UDF> |
ComponentImpl.duplicateUTFMap(ComponentImpl src,
ComponentImpl trg,
Map<Collection.Key,UDF> srcMap,
Map<Collection.Key,UDF> trgMap)
|
abstract void |
ComponentPage.initComponent(PageContext pc,
ComponentImpl c)
|
static Collection |
SuperComponent.superInstance(ComponentImpl comp)
|
static Member |
SuperComponent.superMember(ComponentImpl comp)
|
Constructors in railo.runtime with parameters of type ComponentImpl | |
---|---|
ComponentScopeShadow(ComponentImpl component,
ComponentScopeShadow scope,
boolean cloneShadow)
Constructor of the class |
|
ComponentScopeShadow(ComponentImpl component,
Map<Collection.Key,Object> shadow)
Constructor of the class |
|
ComponentScopeThis(ComponentImpl component)
constructor of the class |
Uses of ComponentImpl in railo.runtime.component |
---|
Methods in railo.runtime.component that return ComponentImpl | |
---|---|
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,
String rawPath,
Boolean searchLocal,
Boolean searchRoot)
|
Uses of ComponentImpl in railo.runtime.type |
---|
Methods in railo.runtime.type with parameters of type ComponentImpl | |
---|---|
UDF |
UDFSetterProperty.duplicate(ComponentImpl c)
|
UDF |
UDFRemoveProperty.duplicate(ComponentImpl c)
|
UDF |
UDFGetterProperty.duplicate(ComponentImpl c)
|
UDF |
UDFHasProperty.duplicate(ComponentImpl c)
|
UDF |
UDFAddProperty.duplicate(ComponentImpl c)
|
UDF |
UDFImpl.duplicate(ComponentImpl c)
|
void |
UDFImpl.setOwnerComponent(ComponentImpl component)
|
Constructors in railo.runtime.type with parameters of type ComponentImpl | |
---|---|
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)
|
Uses of ComponentImpl in railo.runtime.type.util |
---|
Methods in railo.runtime.type.util with parameters of type ComponentImpl | |
---|---|
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)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |