org.deegree_impl.enterprise.control
Class WebEvent

java.lang.Object
  extended byjava.util.EventObject
      extended byorg.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

Field Summary
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
WebEvent(HttpServletRequest request)
          Creates a new WebEvent object.
 
Method Summary
private  java.util.Properties _getParameters(HttpServletRequest request)
          Returns a list of Properties with key value pairs created out of the incoming POST paramteres.
private  HttpServletRequest _getRequest()
           
private  RequestUser _getRequestUser(HttpServletRequest request)
           
 java.lang.String getDocumentPath()
          Returns the document path.
 java.util.Properties getParameter()
          Returns the list of parameter.
 RequestUser getRequestUser()
          Returns an object containig information about the user.
 java.lang.String toString()
           
 
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
 
Methods inherited from interface org.deegree.enterprise.control.FormEvent
getSource
 

Constructor Detail

WebEvent

public WebEvent(HttpServletRequest request)
Creates a new WebEvent object.

Parameters:
request -
Method Detail

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: