org.deegree.enterprise.control
Interface FormEvent

All Known Implementing Classes:
WebEvent

public interface FormEvent

Represents a HTML-Form event created by the webbrowser. Encapsulates all nessesary information.

Version:
$Revision: 1.1 $
Author:
$Author: poth $

Method Summary
 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.Object getSource()
          Returns the source object.
 

Method Detail

getParameter

public java.util.Properties getParameter()
Returns the list of parameter.


getDocumentPath

public java.lang.String getDocumentPath()
Returns the document path.


getRequestUser

public RequestUser getRequestUser()
Returns an object containig information about the user.


getSource

public java.lang.Object getSource()
Returns the source object. Normaly the an HTTPRequest object.