|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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
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 |
protected GridControl cookies
protected GridControl headers
protected GridControl parameters
protected GridControl requestInfo
protected GridControl sessionAttrs
protected GridControl applicationAttrs
Constructor Detail |
public ViewJspRuntimePropertiesForm()
Method Detail |
public GridControl getApplicationAttrs()
public GridControl getCookies()
public GridControl getHeaders()
public GridControl getParameters()
public GridControl getRequestInfo()
public GridControl getSessionAttrs()
public void setApplicationAttrs(GridControl applicationAttrs)
applicationAttrs
- The applicationAttrs to setpublic void setCookies(GridControl cookies)
cookies
- The cookies to setpublic void setHeaders(GridControl headers)
headers
- The headers to setpublic void setParameters(GridControl parameters)
parameters
- The parameters to setpublic void setRequestInfo(GridControl requestInfo)
requestInfo
- The requestInfo to setpublic void setSessionAttrs(GridControl sessionAttrs)
sessionAttrs
- The sessionAttrs to set
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |