JavaScript is disabled on your browser.
javax.servlet

Class ServletRequestAttributeEvent

  • All Implemented Interfaces:
    java.io.Serializable


    public class ServletRequestAttributeEvent
    extends ServletRequestEvent 
    an attribute within the ServletRequest changed. The event source is defined as the source ServletRequest.
    Since:
    2.4
    See Also:
    Serialized Form
    • Field Summary

      • Fields inherited from class java.util.EventObject

        source
    • Method Summary

      Methods
      Modifier and Type Method and Description
      java.lang.String getName ()
      java.lang.Object getValue ()
      • Methods inherited from class java.util.EventObject

        getSource, toString
      • Methods inherited from class java.lang.Object

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

      • ServletRequestAttributeEvent

        public ServletRequestAttributeEvent(ServletContext context,
         ServletRequest request,
         java.lang.String name,
         java.lang.Object value)
        create the event.
    • Method Detail

      • getName

        public java.lang.String getName()
      • getValue

        public java.lang.Object getValue()

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