public abstract class XWikiForm
extends org.apache.struts.action.ActionForm
Constructor and Description |
---|
XWikiForm() |
Modifier and Type | Method and Description |
---|---|
XWikiRequest |
getRequest() |
abstract void |
readRequest() |
void |
reset(org.apache.struts.action.ActionMapping mapping,
javax.servlet.http.HttpServletRequest request)
Reset all properties to their default values.
|
void |
reset(org.apache.struts.action.ActionMapping mapping,
XWikiRequest request)
Reset all properties to their default values.
|
void |
setRequest(javax.servlet.http.HttpServletRequest request)
Set the request.
|
public void setRequest(javax.servlet.http.HttpServletRequest request)
readRequest()
to refresh the internal state after setting the request.request
- The servlet request we are processingpublic void reset(org.apache.struts.action.ActionMapping mapping, javax.servlet.http.HttpServletRequest request)
reset
in class org.apache.struts.action.ActionForm
mapping
- The mapping used to select this instancerequest
- The servlet request we are processingpublic void reset(org.apache.struts.action.ActionMapping mapping, XWikiRequest request)
mapping
- The mapping used to select this instancerequest
- The servlet request we are processingpublic XWikiRequest getRequest()
public abstract void readRequest()
Copyright © 2004–2021 XWiki. All rights reserved.