public abstract class ComponentProReflectionProxy extends ComponentProxy
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 |
---|
ComponentProReflectionProxy() |
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() |
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
public ComponentProReflectionProxy()
public Property[] getProperties(boolean onlyPeristent, boolean includeBaseProperties, boolean overrideProperties, boolean inheritedMappedSuperClassOnly)
public static Property[] getProperties(Component c, boolean onlyPeristent, boolean includeBaseProperties, boolean overrideProperties, boolean inheritedMappedSuperClassOnly)
public boolean isPersistent()
public static boolean isPersistent(Component c)
public boolean isAccessors()
public Object getMetaStructItem(Collection.Key name)
public static Object getMetaStructItem(Component c, Collection.Key name)
public Set<Collection.Key> keySet(int access)
public Object call(PageContext pc, int access, Collection.Key name, Object[] args)
public Object callWithNamedValues(PageContext pc, int access, Collection.Key name, Struct args)
public int size(int access)
public Collection.Key[] keys(int access)
public Iterator<Map.Entry<Collection.Key,Object>> entryIterator(int access)
public Iterator<Object> valueIterator(int access)
public Object get(int access, Collection.Key key)
public Object get(int access, Collection.Key key, Object defaultValue)
public Iterator<Collection.Key> keyIterator(int access)
public Iterator<String> keysAsStringIterator(int access)
public DumpData toDumpData(PageContext pageContext, int maxlevel, DumpProperties dp, int access)
public boolean contains(int access, Collection.Key name)
public Member getMember(int access, Collection.Key key, boolean dataMember, boolean superAccess)
public void setEntity(boolean entity)
public boolean isEntity()
public Component getBaseComponent()
Copyright © 2015 Lucee