|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.el.ELResolver
org.apache.tiles.el.TilesContextELResolver
public class TilesContextELResolver
Resolves properties of Request
and
ApplicationContext
.
Field Summary |
---|
Fields inherited from class javax.el.ELResolver |
---|
RESOLVABLE_AT_DESIGN_TIME, TYPE |
Constructor Summary | |
---|---|
TilesContextELResolver(ELResolver beanElResolver)
Constructor. |
Method Summary | |
---|---|
Class<?> |
getCommonPropertyType(ELContext context,
Object base)
|
Iterator<FeatureDescriptor> |
getFeatureDescriptors(ELContext context,
Object base)
|
Class<?> |
getType(ELContext context,
Object base,
Object property)
|
Object |
getValue(ELContext context,
Object base,
Object property)
|
boolean |
isReadOnly(ELContext context,
Object base,
Object property)
|
void |
setValue(ELContext context,
Object base,
Object property,
Object value)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public TilesContextELResolver(ELResolver beanElResolver)
beanElResolver
- The used bean resolver.Method Detail |
---|
public Class<?> getCommonPropertyType(ELContext context, Object base)
getCommonPropertyType
in class ELResolver
public Iterator<FeatureDescriptor> getFeatureDescriptors(ELContext context, Object base)
getFeatureDescriptors
in class ELResolver
public Class<?> getType(ELContext context, Object base, Object property)
getType
in class ELResolver
public Object getValue(ELContext context, Object base, Object property)
getValue
in class ELResolver
public boolean isReadOnly(ELContext context, Object base, Object property)
isReadOnly
in class ELResolver
public void setValue(ELContext context, Object base, Object property, Object value)
setValue
in class ELResolver
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |