Class VariableContextElResolver


  • public class VariableContextElResolver
    extends javax.el.ELResolver
    Author:
    Daniel Meyer
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String VARIABLE_CONTEXT_KEY  
      • Fields inherited from class javax.el.ELResolver

        RESOLVABLE_AT_DESIGN_TIME, TYPE
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Class<?> getCommonPropertyType​(javax.el.ELContext arg0, java.lang.Object arg1)  
      java.util.Iterator<java.beans.FeatureDescriptor> getFeatureDescriptors​(javax.el.ELContext arg0, java.lang.Object arg1)  
      java.lang.Class<?> getType​(javax.el.ELContext arg0, java.lang.Object arg1, java.lang.Object arg2)  
      java.lang.Object getValue​(javax.el.ELContext context, java.lang.Object base, java.lang.Object property)  
      boolean isReadOnly​(javax.el.ELContext context, java.lang.Object base, java.lang.Object property)  
      void setValue​(javax.el.ELContext context, java.lang.Object base, java.lang.Object property, java.lang.Object value)  
      protected java.lang.Object unpack​(TypedValue typedValue)  
      • Methods inherited from class javax.el.ELResolver

        invoke
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • VARIABLE_CONTEXT_KEY

        public static final java.lang.String VARIABLE_CONTEXT_KEY
        See Also:
        Constant Field Values
    • Constructor Detail

      • VariableContextElResolver

        public VariableContextElResolver()
    • Method Detail

      • getValue

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

        public void setValue​(javax.el.ELContext context,
                             java.lang.Object base,
                             java.lang.Object property,
                             java.lang.Object value)
        Specified by:
        setValue in class javax.el.ELResolver
      • isReadOnly

        public boolean isReadOnly​(javax.el.ELContext context,
                                  java.lang.Object base,
                                  java.lang.Object property)
        Specified by:
        isReadOnly in class javax.el.ELResolver
      • getCommonPropertyType

        public java.lang.Class<?> getCommonPropertyType​(javax.el.ELContext arg0,
                                                        java.lang.Object arg1)
        Specified by:
        getCommonPropertyType in class javax.el.ELResolver
      • getFeatureDescriptors

        public java.util.Iterator<java.beans.FeatureDescriptor> getFeatureDescriptors​(javax.el.ELContext arg0,
                                                                                      java.lang.Object arg1)
        Specified by:
        getFeatureDescriptors in class javax.el.ELResolver
      • getType

        public java.lang.Class<?> getType​(javax.el.ELContext arg0,
                                          java.lang.Object arg1,
                                          java.lang.Object arg2)
        Specified by:
        getType in class javax.el.ELResolver
      • unpack

        protected java.lang.Object unpack​(TypedValue typedValue)