JavaScript is disabled on your browser.
javax.el

Class CompositeELResolver



  • public class CompositeELResolver
    extends ELResolver 
    An ordered composite list of resolvers.
    Since:
    1.2
    • Method Summary

      Methods
      Modifier and Type Method and Description
      void add (ELResolver elResolver)
      Adds the specified resolver to the list.
      java.lang.Class getCommonPropertyType (ELContext context, java.lang.Object base)
      Returns the most general class of properties in the base object.
      java.util.Iterator getFeatureDescriptors (ELContext context, java.lang.Object base)
      Returns metadata about the variables or properties within the specified base object.
      java.lang.Class getType (ELContext context, java.lang.Object base, java.lang.Object property)
      Returns the class of the specified property of the base object.
      java.lang.Object getValue (ELContext context, java.lang.Object base, java.lang.Object property)
      Resolves the specified property of the base object.
      boolean isReadOnly (ELContext context, java.lang.Object base, java.lang.Object property)
      Indicates whether the specified property of the base object is read-only.
      void setValue (ELContext context, java.lang.Object base, java.lang.Object property, java.lang.Object value)
      Sets the value of the specified property of the base object.
      • Methods inherited from class java.lang.Object

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

      • CompositeELResolver

        public CompositeELResolver()
    • Method Detail

      • add

        public void add(ELResolver elResolver)
        Adds the specified resolver to the list.
      • getFeatureDescriptors

        public java.util.Iterator getFeatureDescriptors(ELContext context,
         java.lang.Object base)
        Description copied from class: ELResolver
        Returns metadata about the variables or properties within the specified base object.
        Specified by:
        getFeatureDescriptors in class ELResolver
        Parameters:
        context - the evaluation context
        base - the target of the operation
      • getCommonPropertyType

        public java.lang.Class getCommonPropertyType(ELContext context,
         java.lang.Object base)
        Description copied from class: ELResolver
        Returns the most general class of properties in the base object.
        Specified by:
        getCommonPropertyType in class ELResolver
        Parameters:
        context - the evaluation context
        base - the target of the operation

AltStyle によって変換されたページ (->オリジナル) /