public interface ComponentPro extends Component
Collection.Key
ACCESS_COUNT, ACCESS_PACKAGE, ACCESS_PRIVATE, ACCESS_PUBLIC, ACCESS_REMOTE
TYPE_LINKED, TYPE_REGULAR, TYPE_SOFT, TYPE_SYNC, TYPE_WEAKED
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) |
Property[] |
getProperties(boolean onlyPeristent,
boolean includeBaseProperties,
boolean preferBaseProperties,
boolean inheritedMappedSuperClassOnly) |
boolean |
isAccessors() |
boolean |
isEntity() |
boolean |
isPersistent() |
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) |
int |
size(int access) |
DumpData |
toDumpData(PageContext pageContext,
int maxlevel,
DumpProperties dp,
int access) |
Iterator<Object> |
valueIterator(int access) |
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
Property[] getProperties(boolean onlyPeristent, boolean includeBaseProperties, boolean preferBaseProperties, boolean inheritedMappedSuperClassOnly)
boolean isPersistent()
boolean isAccessors()
void setEntity(boolean entity)
boolean isEntity()
Component getBaseComponent()
Object getMetaStructItem(Collection.Key name)
Set<Collection.Key> keySet(int access)
Object call(PageContext pc, int access, Collection.Key name, Object[] args) throws PageException
PageException
Object callWithNamedValues(PageContext pc, int access, Collection.Key name, Struct args) throws PageException
PageException
int size(int access)
Collection.Key[] keys(int access)
Iterator<Collection.Key> keyIterator(int access)
Iterator<String> keysAsStringIterator(int access)
Iterator<Map.Entry<Collection.Key,Object>> entryIterator(int access)
Iterator<Object> valueIterator(int access)
Object get(int access, Collection.Key key) throws PageException
PageException
Object get(int access, Collection.Key key, Object defaultValue)
DumpData toDumpData(PageContext pageContext, int maxlevel, DumpProperties dp, int access)
boolean contains(int access, Collection.Key name)
Member getMember(int access, Collection.Key key, boolean dataMember, boolean superAccess)
Copyright © 2015 Lucee