borland Packages  Class Hierarchy  internetbeans Package 

SubmitEvent class

java.lang.Object
   +----java.util.EventObject
           +----com.borland.internetbeans.SubmitEvent

About the SubmitEvent class

Variables  Constructors  Properties  Methods  

Implements Serializable

Note: This package is a feature of JBuilder Professional and Enterprise.

Signifies submitting a form (typically by clicking a submit button or image).


SubmitEvent variables

Variables implemented in java.util.EventObject

SubmitEvent constructors

SubmitEvent properties

*Read-only properties **Write-only properties

Properties implemented in this class

Properties implemented in java.lang.Object

Properties implemented in java.util.EventObject

SubmitEvent methods

Methods implemented in java.lang.Object

Methods implemented in java.util.EventObject


SubmitEvent constructors

SubmitEvent(java.lang.Object, javax.servlet.http.HttpServletRequest, javax.servlet.http.HttpSession)

  public SubmitEvent(Object source, HttpServletRequest request, HttpSession session)
Creates a new SubmitEvent

Parameters:

source
- object that performed the submit action

SubmitEvent properties

request

 public HttpServletRequest getRequest()
The request that sent that posted the submit.

session

 public HttpSession getSession()
The session of the user that posted the submit.