org.apache.tiles.el
Class TilesContextELResolver

java.lang.Object
  extended by BeanELResolver
      extended by org.apache.tiles.el.TilesContextELResolver
Direct Known Subclasses:
TilesContextELResolver

public class TilesContextELResolver
extends BeanELResolver

Resolves properties of TilesRequestContext and TilesApplicationContext.

Since:
2.2.1
Version:
$Rev: 816924 $ $Date: 2009-09-19 15:45:40 +0200 (sab, 19 set 2009) $

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

TilesContextELResolver

public TilesContextELResolver()
Method Detail

getCommonPropertyType

public java.lang.Class<?> getCommonPropertyType(ELContext context,
                                                java.lang.Object base)


getFeatureDescriptors

public java.util.Iterator<java.beans.FeatureDescriptor> getFeatureDescriptors(ELContext context,
                                                                              java.lang.Object base)


getType

public java.lang.Class<?> getType(ELContext context,
                                  java.lang.Object base,
                                  java.lang.Object property)


getValue

public java.lang.Object getValue(ELContext context,
                                 java.lang.Object base,
                                 java.lang.Object property)


isReadOnly

public boolean isReadOnly(ELContext context,
                          java.lang.Object base,
                          java.lang.Object property)


setValue

public void setValue(ELContext context,
                     java.lang.Object base,
                     java.lang.Object property,
                     java.lang.Object value)