|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.el.ELResolver
javax.el.BeanELResolver
org.apache.tiles.evaluator.el.TilesContextELResolver
public class TilesContextELResolver
Resolves properties of TilesRequestContext
and
TilesApplicationContext
.
Nested Class Summary |
---|
Nested classes/interfaces inherited from class javax.el.BeanELResolver |
---|
javax.el.BeanELResolver.BeanProperties, javax.el.BeanELResolver.BeanProperty |
Field Summary | |
---|---|
protected java.util.Set<java.lang.String> |
applicationProperties
Contains the properties of TilesApplicationContext . |
protected java.util.List<java.beans.FeatureDescriptor> |
descriptors
The descriptors of TilesRequestContext and
TilesApplicationContext . |
protected java.util.Set<java.lang.String> |
requestProperties
Contains the properties of TilesRequestContext . |
Fields inherited from class javax.el.ELResolver |
---|
RESOLVABLE_AT_DESIGN_TIME, TYPE |
Constructor Summary | |
---|---|
TilesContextELResolver()
Constructor. |
Method Summary | |
---|---|
protected void |
collectBeanInfo(java.lang.Class<?> clazz,
java.util.List<java.beans.FeatureDescriptor> list,
java.util.Set<java.lang.String> properties)
Collects bean infos from a class and filling a list. |
java.lang.Class<?> |
getCommonPropertyType(javax.el.ELContext context,
java.lang.Object base)
|
java.util.Iterator<java.beans.FeatureDescriptor> |
getFeatureDescriptors(javax.el.ELContext context,
java.lang.Object base)
|
java.lang.Class<?> |
getType(javax.el.ELContext context,
java.lang.Object base,
java.lang.Object property)
|
java.lang.Object |
getValue(javax.el.ELContext context,
java.lang.Object base,
java.lang.Object property)
|
boolean |
isReadOnly(javax.el.ELContext context,
java.lang.Object base,
java.lang.Object property)
|
void |
setValue(javax.el.ELContext context,
java.lang.Object base,
java.lang.Object property,
java.lang.Object value)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected java.util.List<java.beans.FeatureDescriptor> descriptors
TilesRequestContext
and
TilesApplicationContext
.
protected java.util.Set<java.lang.String> requestProperties
TilesRequestContext
.
protected java.util.Set<java.lang.String> applicationProperties
TilesApplicationContext
.
Constructor Detail |
---|
public TilesContextELResolver()
Method Detail |
---|
public java.lang.Class<?> getCommonPropertyType(javax.el.ELContext context, java.lang.Object base)
getCommonPropertyType
in class javax.el.BeanELResolver
public java.util.Iterator<java.beans.FeatureDescriptor> getFeatureDescriptors(javax.el.ELContext context, java.lang.Object base)
getFeatureDescriptors
in class javax.el.BeanELResolver
public java.lang.Class<?> getType(javax.el.ELContext context, java.lang.Object base, java.lang.Object property)
getType
in class javax.el.BeanELResolver
public java.lang.Object getValue(javax.el.ELContext context, java.lang.Object base, java.lang.Object property)
getValue
in class javax.el.BeanELResolver
public boolean isReadOnly(javax.el.ELContext context, java.lang.Object base, java.lang.Object property)
isReadOnly
in class javax.el.BeanELResolver
public void setValue(javax.el.ELContext context, java.lang.Object base, java.lang.Object property, java.lang.Object value)
setValue
in class javax.el.BeanELResolver
protected void collectBeanInfo(java.lang.Class<?> clazz, java.util.List<java.beans.FeatureDescriptor> list, java.util.Set<java.lang.String> properties)
clazz
- The class to be inspected.list
- The list to fill.properties
- The properties set to be filled.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |