|
|||||||||
| 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(javax.el.ELResolver beanElResolver)
Constructor. |
|
| Method Summary | |
|---|---|
Class<?> |
getCommonPropertyType(javax.el.ELContext context,
Object base)
|
Iterator<FeatureDescriptor> |
getFeatureDescriptors(javax.el.ELContext context,
Object base)
|
Class<?> |
getType(javax.el.ELContext context,
Object base,
Object property)
|
Object |
getValue(javax.el.ELContext context,
Object base,
Object property)
|
boolean |
isReadOnly(javax.el.ELContext context,
Object base,
Object property)
|
void |
setValue(javax.el.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(javax.el.ELResolver beanElResolver)
beanElResolver - The used bean resolver.| Method Detail |
|---|
public Class<?> getCommonPropertyType(javax.el.ELContext context,
Object base)
getCommonPropertyType in class javax.el.ELResolver
public Iterator<FeatureDescriptor> getFeatureDescriptors(javax.el.ELContext context,
Object base)
getFeatureDescriptors in class javax.el.ELResolver
public Class<?> getType(javax.el.ELContext context,
Object base,
Object property)
getType in class javax.el.ELResolver
public Object getValue(javax.el.ELContext context,
Object base,
Object property)
getValue in class javax.el.ELResolver
public boolean isReadOnly(javax.el.ELContext context,
Object base,
Object property)
isReadOnly in class javax.el.ELResolver
public void setValue(javax.el.ELContext context,
Object base,
Object property,
Object value)
setValue in class javax.el.ELResolver
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||