public abstract class ComponentProProxy extends ComponentProxy implements ComponentPro
Collection.Key
ACCESS_COUNT, ACCESS_PACKAGE, ACCESS_PRIVATE, ACCESS_PUBLIC, ACCESS_REMOTE
TYPE_LINKED, TYPE_REGULAR, TYPE_SOFT, TYPE_SYNC, TYPE_WEAKED
Constructor and Description |
---|
ComponentProProxy() |
Modifier and Type | Method and Description |
---|---|
Object |
call(PageContext pc,
int access,
Collection.Key name,
Object[] args) |
Object |
callWithNamedValues(PageContext pc,
int access,
Collection.Key name,
Struct args) |
boolean |
contains(int access,
Collection.Key name) |
Iterator<Map.Entry<Collection.Key,Object>> |
entryIterator(int access) |
Object |
get(int access,
Collection.Key key) |
Object |
get(int access,
Collection.Key key,
Object defaultValue) |
Component |
getBaseComponent() |
abstract ComponentPro |
getComponentPro() |
Member |
getMember(int access,
Collection.Key key,
boolean dataMember,
boolean superAccess) |
Object |
getMetaStructItem(Collection.Key name) |
static Object |
getMetaStructItem(Component c,
Collection.Key name) |
Property[] |
getProperties(boolean onlyPeristent,
boolean includeBaseProperties,
boolean overrideProperties,
boolean inheritedMappedSuperClassOnly) |
static Property[] |
getProperties(Component c,
boolean onlyPeristent,
boolean includeBaseProperties,
boolean overrideProperties,
boolean inheritedMappedSuperClassOnly) |
boolean |
isAccessors() |
boolean |
isEntity() |
boolean |
isPersistent() |
static boolean |
isPersistent(Component c) |
Iterator<Collection.Key> |
keyIterator(int access) |
Collection.Key[] |
keys(int access) |
Iterator<String> |
keysAsStringIterator(int access) |
Set<Collection.Key> |
keySet(int access) |
void |
setEntity(boolean entity) |
static void |
setEntity(Component c,
boolean entity) |
int |
size(int access) |
DumpData |
toDumpData(PageContext pageContext,
int maxlevel,
DumpProperties dp,
int access) |
Iterator<Object> |
valueIterator(int access) |
call, call, callWithNamedValues, callWithNamedValues, castToBoolean, castToBooleanValue, castToDateTime, castToDateTime, castToDoubleValue, castToDoubleValue, castToString, castToString, clear, clone, compareTo, compareTo, compareTo, compareTo, contains, containsKey, containsKey, containsKey, containsValue, duplicate, entryIterator, entrySet, equalTo, get, get, get, get, get, get, get, getAbsName, getBaseAbsName, getCallName, getComponent, getComponentScope, getDisplayName, getExtends, getHint, getIterator, getJavaAccessClass, getMetaData, getName, getOutput, getPageSource, getProperties, getWSDLFile, instanceOf, isBasePeristent, isEmpty, isValidAccess, keyIterator, keys, keysAsStringIterator, keySet, put, putAll, registerUDF, registerUDF, registerUDF, registerUDF, remove, remove, removeEL, set, set, set, setEL, setEL, setEL, setProperty, size, sizeOf, toDumpData, valueIterator, values
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
call, callWithNamedValues, contains, equalTo, getAbsName, getBaseAbsName, getCallName, getComponentScope, getDisplayName, getExtends, getHint, getJavaAccessClass, getMetaData, getName, getOutput, getPageSource, getProperties, getWSDLFile, instanceOf, isBasePeristent, isValidAccess, registerUDF, registerUDF, registerUDF, registerUDF, setProperty
clear, clone, containsKey, containsKey, duplicate, get, get, get, get, keys, remove, removeEL, set, set, setEL, setEL, size
entryIterator, keyIterator, keysAsStringIterator, valueIterator
getIterator
clear, containsKey, containsValue, entrySet, equals, get, hashCode, isEmpty, keySet, put, putAll, remove, size, values
call, callWithNamedValues, get, get, set, setEL
toDumpData
castToBoolean, castToBooleanValue, castToDateTime, castToDateTime, castToDoubleValue, castToDoubleValue, castToString, castToString, compareTo, compareTo, compareTo, compareTo
public ComponentProProxy()
public abstract ComponentPro getComponentPro()
public Property[] getProperties(boolean onlyPeristent, boolean includeBaseProperties, boolean overrideProperties, boolean inheritedMappedSuperClassOnly)
getProperties
in interface ComponentPro
public static Property[] getProperties(Component c, boolean onlyPeristent, boolean includeBaseProperties, boolean overrideProperties, boolean inheritedMappedSuperClassOnly)
public boolean isPersistent()
isPersistent
in interface ComponentPro
public static boolean isPersistent(Component c)
public boolean isAccessors()
isAccessors
in interface ComponentPro
public Object getMetaStructItem(Collection.Key name)
getMetaStructItem
in interface ComponentPro
public static Object getMetaStructItem(Component c, Collection.Key name)
public Set<Collection.Key> keySet(int access)
keySet
in interface ComponentPro
public Object call(PageContext pc, int access, Collection.Key name, Object[] args) throws PageException
call
in interface ComponentPro
PageException
public Object callWithNamedValues(PageContext pc, int access, Collection.Key name, Struct args) throws PageException
callWithNamedValues
in interface ComponentPro
PageException
public int size(int access)
size
in interface ComponentPro
public Collection.Key[] keys(int access)
keys
in interface ComponentPro
public Iterator<Map.Entry<Collection.Key,Object>> entryIterator(int access)
entryIterator
in interface ComponentPro
public Iterator<Object> valueIterator(int access)
valueIterator
in interface ComponentPro
public Object get(int access, Collection.Key key) throws PageException
get
in interface ComponentPro
PageException
public Object get(int access, Collection.Key key, Object defaultValue)
get
in interface ComponentPro
public Iterator<Collection.Key> keyIterator(int access)
keyIterator
in interface ComponentPro
public Iterator<String> keysAsStringIterator(int access)
keysAsStringIterator
in interface ComponentPro
public DumpData toDumpData(PageContext pageContext, int maxlevel, DumpProperties dp, int access)
toDumpData
in interface ComponentPro
public boolean contains(int access, Collection.Key name)
contains
in interface ComponentPro
public Member getMember(int access, Collection.Key key, boolean dataMember, boolean superAccess)
getMember
in interface ComponentPro
public void setEntity(boolean entity)
setEntity
in interface ComponentPro
public boolean isEntity()
isEntity
in interface ComponentPro
public Component getBaseComponent()
getBaseComponent
in interface ComponentPro
Copyright © 2015 Lucee