org.deegree_impl.enterprise.control
Class WebEvent
java.lang.Object
java.util.EventObject
org.deegree_impl.enterprise.control.WebEvent
- All Implemented Interfaces:
- FormEvent, java.io.Serializable
- Direct Known Subclasses:
- RPCWebEvent
- public class WebEvent
- extends java.util.EventObject
- implements FormEvent
- Version:
- $Revision: 1.2 $
- Author:
- Torsten Friebe, Andreas Poth
- See Also:
- Serialized Form
Fields inherited from class java.util.EventObject |
source |
Constructor Summary |
WebEvent(HttpServletRequest request)
Creates a new WebEvent object. |
Methods inherited from class java.util.EventObject |
getSource |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
WebEvent
public WebEvent(HttpServletRequest request)
- Creates a new WebEvent object.
- Parameters:
request
-
getParameter
public java.util.Properties getParameter()
- Description copied from interface:
FormEvent
- Returns the list of parameter.
- Specified by:
getParameter
in interface FormEvent
- Returns:
getDocumentPath
public java.lang.String getDocumentPath()
- Description copied from interface:
FormEvent
- Returns the document path.
- Specified by:
getDocumentPath
in interface FormEvent
- Returns:
getRequestUser
public RequestUser getRequestUser()
- Description copied from interface:
FormEvent
- Returns an object containig information about the user.
- Specified by:
getRequestUser
in interface FormEvent
- Returns:
toString
public java.lang.String toString()
- Returns:
_getParameters
private java.util.Properties _getParameters(HttpServletRequest request)
- Returns a list of Properties with key value pairs created out of
the incoming POST paramteres.
_getRequestUser
private RequestUser _getRequestUser(HttpServletRequest request)
- Parameters:
request
-
- Returns:
_getRequest
private HttpServletRequest _getRequest()
- Returns: