javax.servlet
Class ServletRequestAttributeEvent
java.lang.Object
java.util.EventObject
javax.servlet.ServletRequestEvent
javax.servlet.ServletRequestAttributeEvent
- All Implemented Interfaces:
- java.io.Serializable
public class ServletRequestAttributeEvent
- extends ServletRequestEvent
The event thrown to request attribute listeners
- Version:
- $Id: ServletRequestAttributeEvent.java,v 1.2 2006/02/28 07:32:47 rickknowles Exp $
- Author:
- Rick Knowles
- See Also:
- Serialized Form
Fields inherited from class java.util.EventObject |
source |
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 |
ServletRequestAttributeEvent
public ServletRequestAttributeEvent(ServletContext sc,
ServletRequest request,
java.lang.String name,
java.lang.Object value)
getName
public java.lang.String getName()
getValue
public java.lang.Object getValue()
Copyright © 2013. All Rights Reserved.