org.scrashmeow.ojb.console.ui.form
Class ViewJspRuntimePropertiesForm

java.lang.Object
  |
  +--org.apache.struts.action.ActionForm
        |
        +--org.apache.struts.validator.ValidatorForm
              |
              +--org.scrashmeow.ojb.console.framework.OjbcValidatorForm
                    |
                    +--org.scrashmeow.ojb.console.ui.form.ViewJspRuntimePropertiesForm
All Implemented Interfaces:
ApplicationServiceAware, java.io.Serializable

public class ViewJspRuntimePropertiesForm
extends OjbcValidatorForm

Author:
alexander To change this generated comment edit the template variable "typecomment": Window>Preferences>Java>Templates. To enable and disable the creation of type comments go to Window>Preferences>Java>Code Generation.
See Also:
Serialized Form

Field Summary
protected  GridControl applicationAttrs
          Field applicationAttrs
protected  GridControl cookies
          Field cookies
protected  GridControl headers
          Field headers
protected  GridControl parameters
          Field parameters
protected  GridControl requestInfo
          Field requestInfo
protected  GridControl sessionAttrs
          Field sessionAttrs
 
Fields inherited from class org.apache.struts.validator.ValidatorForm
page, validatorResults
 
Fields inherited from class org.apache.struts.action.ActionForm
multipartRequestHandler, servlet
 
Constructor Summary
ViewJspRuntimePropertiesForm()
          Constructor for HomeForm.
 
Method Summary
 GridControl getApplicationAttrs()
          Returns the applicationAttrs.
 GridControl getCookies()
          Returns the cookies.
 GridControl getHeaders()
          Returns the headers.
 GridControl getParameters()
          Returns the parameters.
 GridControl getRequestInfo()
          Returns the requestInfo.
 GridControl getSessionAttrs()
          Returns the sessionAttrs.
 void setApplicationAttrs(GridControl applicationAttrs)
          Sets the applicationAttrs.
 void setCookies(GridControl cookies)
          Sets the cookies.
 void setHeaders(GridControl headers)
          Sets the headers.
 void setParameters(GridControl parameters)
          Sets the parameters.
 void setRequestInfo(GridControl requestInfo)
          Sets the requestInfo.
 void setSessionAttrs(GridControl sessionAttrs)
          Sets the sessionAttrs.
 
Methods inherited from class org.scrashmeow.ojb.console.framework.OjbcValidatorForm
getApplicationService, getMethod, getValidate, isDispatchedTo, setMethod, setValidate
 
Methods inherited from class org.apache.struts.validator.ValidatorForm
getPage, getResultValueMap, getValidatorResults, log, log, reset, setPage, setValidatorResults, validate
 
Methods inherited from class org.apache.struts.action.ActionForm
getMultipartRequestHandler, getServlet, getServletWrapper, reset, setMultipartRequestHandler, setServlet, validate
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

cookies

protected GridControl cookies
Field cookies


headers

protected GridControl headers
Field headers


parameters

protected GridControl parameters
Field parameters


requestInfo

protected GridControl requestInfo
Field requestInfo


sessionAttrs

protected GridControl sessionAttrs
Field sessionAttrs


applicationAttrs

protected GridControl applicationAttrs
Field applicationAttrs

Constructor Detail

ViewJspRuntimePropertiesForm

public ViewJspRuntimePropertiesForm()
Constructor for HomeForm.

Method Detail

getApplicationAttrs

public GridControl getApplicationAttrs()
Returns the applicationAttrs.

Returns:
GridControl

getCookies

public GridControl getCookies()
Returns the cookies.

Returns:
GridControl

getHeaders

public GridControl getHeaders()
Returns the headers.

Returns:
GridControl

getParameters

public GridControl getParameters()
Returns the parameters.

Returns:
GridControl

getRequestInfo

public GridControl getRequestInfo()
Returns the requestInfo.

Returns:
GridControl

getSessionAttrs

public GridControl getSessionAttrs()
Returns the sessionAttrs.

Returns:
GridControl

setApplicationAttrs

public void setApplicationAttrs(GridControl applicationAttrs)
Sets the applicationAttrs.

Parameters:
applicationAttrs - The applicationAttrs to set

setCookies

public void setCookies(GridControl cookies)
Sets the cookies.

Parameters:
cookies - The cookies to set

setHeaders

public void setHeaders(GridControl headers)
Sets the headers.

Parameters:
headers - The headers to set

setParameters

public void setParameters(GridControl parameters)
Sets the parameters.

Parameters:
parameters - The parameters to set

setRequestInfo

public void setRequestInfo(GridControl requestInfo)
Sets the requestInfo.

Parameters:
requestInfo - The requestInfo to set

setSessionAttrs

public void setSessionAttrs(GridControl sessionAttrs)
Sets the sessionAttrs.

Parameters:
sessionAttrs - The sessionAttrs to set


Copyright © 2003 Alexander Bibighaus et al. All Rights Reserved.