|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectBeanELResolver
org.apache.tiles.el.TilesContextELResolver
public class TilesContextELResolver
Resolves properties of TilesRequestContext
and
TilesApplicationContext
.
Constructor Summary | |
---|---|
TilesContextELResolver()
|
Method Summary | |
---|---|
java.lang.Class<?> |
getCommonPropertyType(ELContext context,
java.lang.Object base)
|
java.util.Iterator<java.beans.FeatureDescriptor> |
getFeatureDescriptors(ELContext context,
java.lang.Object base)
|
java.lang.Class<?> |
getType(ELContext context,
java.lang.Object base,
java.lang.Object property)
|
java.lang.Object |
getValue(ELContext context,
java.lang.Object base,
java.lang.Object property)
|
boolean |
isReadOnly(ELContext context,
java.lang.Object base,
java.lang.Object property)
|
void |
setValue(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 |
Constructor Detail |
---|
public TilesContextELResolver()
Method Detail |
---|
public java.lang.Class<?> getCommonPropertyType(ELContext context, java.lang.Object base)
public java.util.Iterator<java.beans.FeatureDescriptor> getFeatureDescriptors(ELContext context, java.lang.Object base)
public java.lang.Class<?> getType(ELContext context, java.lang.Object base, java.lang.Object property)
public java.lang.Object getValue(ELContext context, java.lang.Object base, java.lang.Object property)
public boolean isReadOnly(ELContext context, java.lang.Object base, java.lang.Object property)
public void setValue(ELContext context, java.lang.Object base, java.lang.Object property, java.lang.Object value)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |