JavaScript is disabled on your browser.
javax.el

Class MapELResolver



  • public class MapELResolver
    extends ELResolver 
    Property resolution on maps.
    Since:
    2.1
    • Constructor Summary

      Constructors
      Constructor and Description
      MapELResolver ()
      New read/write resolver.
      MapELResolver (boolean readOnly)
      New resolver with the specified behavior.
    • Method Summary

      Methods
      Modifier and Type Method and Description
      java.lang.Class getCommonPropertyType (ELContext context, java.lang.Object base)
      If the base is a map, returns Object.class.
      java.util.Iterator<java.beans.FeatureDescriptor> 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 type of values in this map.
      java.lang.Object getValue (ELContext context, java.lang.Object base, java.lang.Object property)
      Returns the value at the given index.
      boolean isReadOnly (ELContext context, java.lang.Object base, java.lang.Object property)
      Indicates whether the value at the specified index is read-only.
      void setValue (ELContext context, java.lang.Object base, java.lang.Object property, java.lang.Object value)
      Sets the value at the given index.
      • Methods inherited from class java.lang.Object

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

      • MapELResolver

        public MapELResolver()
        New read/write resolver.
      • MapELResolver

        public MapELResolver(boolean readOnly)
        New resolver with the specified behavior.
        Parameters:
        readOnly - true only if the resolver is to be read-only

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