org.apache.myfaces.extensions.validator.core.el
Class ExtValELResolver

java.lang.Object
  extended by javax.el.ELResolver
      extended by org.apache.myfaces.extensions.validator.core.el.ExtValELResolver

public class ExtValELResolver
extends javax.el.ELResolver

Since:
1.x.1
Author:
Gerhard Petracek

Field Summary
 
Fields inherited from class javax.el.ELResolver
RESOLVABLE_AT_DESIGN_TIME, TYPE
 
Constructor Summary
ExtValELResolver(javax.el.ELResolver elResolver)
           
 
Method Summary
static javax.el.ELContext createContextWrapper(javax.el.ELContext context, javax.el.ELResolver resolver)
           
 java.lang.Object getBaseObject()
           
 java.lang.Class<?> getCommonPropertyType(javax.el.ELContext elContext, java.lang.Object o)
           
 java.util.Iterator<java.beans.FeatureDescriptor> getFeatureDescriptors(javax.el.ELContext elContext, java.lang.Object o)
           
 java.lang.String getPath()
           
 java.lang.String getProperty()
           
 java.lang.Class<?> getType(javax.el.ELContext elContext, java.lang.Object o, java.lang.Object o1)
           
 java.lang.Object getValue(javax.el.ELContext elContext, java.lang.Object base, java.lang.Object property)
           
 boolean isReadOnly(javax.el.ELContext elContext, java.lang.Object o, java.lang.Object o1)
           
 void reset()
           
 void setValue(javax.el.ELContext elContext, java.lang.Object o, java.lang.Object o1, java.lang.Object o2)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExtValELResolver

public ExtValELResolver(javax.el.ELResolver elResolver)
Method Detail

getBaseObject

public java.lang.Object getBaseObject()

getProperty

public java.lang.String getProperty()

getPath

public java.lang.String getPath()

reset

public void reset()

getValue

public java.lang.Object getValue(javax.el.ELContext elContext,
                                 java.lang.Object base,
                                 java.lang.Object property)
Specified by:
getValue in class javax.el.ELResolver

getType

public java.lang.Class<?> getType(javax.el.ELContext elContext,
                                  java.lang.Object o,
                                  java.lang.Object o1)
Specified by:
getType in class javax.el.ELResolver

setValue

public void setValue(javax.el.ELContext elContext,
                     java.lang.Object o,
                     java.lang.Object o1,
                     java.lang.Object o2)
Specified by:
setValue in class javax.el.ELResolver

isReadOnly

public boolean isReadOnly(javax.el.ELContext elContext,
                          java.lang.Object o,
                          java.lang.Object o1)
Specified by:
isReadOnly in class javax.el.ELResolver

getFeatureDescriptors

public java.util.Iterator<java.beans.FeatureDescriptor> getFeatureDescriptors(javax.el.ELContext elContext,
                                                                              java.lang.Object o)
Specified by:
getFeatureDescriptors in class javax.el.ELResolver

getCommonPropertyType

public java.lang.Class<?> getCommonPropertyType(javax.el.ELContext elContext,
                                                java.lang.Object o)
Specified by:
getCommonPropertyType in class javax.el.ELResolver

createContextWrapper

public static javax.el.ELContext createContextWrapper(javax.el.ELContext context,
                                                      javax.el.ELResolver resolver)


Copyright © 2008 The Apache Software Foundation. All Rights Reserved.