Package | Description |
---|---|
com.xpn.xwiki | |
com.xpn.xwiki.web |
Modifier and Type | Method and Description |
---|---|
XWikiForm |
XWikiContext.getForm() |
Modifier and Type | Method and Description |
---|---|
void |
XWikiContext.setForm(XWikiForm form) |
Modifier and Type | Class and Description |
---|---|
class |
DeleteVersionsForm
Struts form for
DeleteVersionsAction . |
class |
EditForm
An object containing the information sent in an action request to perform changes on a document.
|
class |
ObjectAddForm
Note: We store the class name as a String and not a Document Reference since Struts Form beans are called before
there's an Execution Context available and before there's a current document in the Execution Context.
|
class |
ObjectRemoveForm |
class |
PrepareEditForm |
class |
PreviewForm |
class |
PropAddForm |
class |
PropChangeForm
|
class |
RollbackForm |
Modifier and Type | Method and Description |
---|---|
protected Class<? extends XWikiForm> |
AbstractPropChangeAction.getFormClass() |
protected Class<? extends XWikiForm> |
PropAddAction.getFormClass() |
protected Class<? extends XWikiForm> |
RollbackAction.getFormClass() |
protected Class<? extends XWikiForm> |
AdminAction.getFormClass() |
protected Class<? extends XWikiForm> |
LockAction.getFormClass() |
protected Class<? extends XWikiForm> |
ObjectRemoveAction.getFormClass() |
protected Class<? extends XWikiForm> |
DeleteVersionsAction.getFormClass() |
protected Class<? extends XWikiForm> |
InlineAction.getFormClass()
Deprecated.
|
protected Class<? extends XWikiForm> |
CancelAction.getFormClass() |
protected Class<? extends XWikiForm> |
ObjectAddAction.getFormClass() |
protected Class<? extends XWikiForm> |
SaveAndContinueAction.getFormClass() |
protected Class<? extends XWikiForm> |
CommentSaveAction.getFormClass() |
protected Class<? extends XWikiForm> |
PropUpdateAction.getFormClass() |
protected Class<? extends XWikiForm> |
XWikiAction.getFormClass() |
protected Class<? extends XWikiForm> |
CommentAddAction.getFormClass() |
protected Class<? extends XWikiForm> |
EditAction.getFormClass() |
Modifier and Type | Method and Description |
---|---|
protected XWikiContext |
XWikiAction.initializeXWikiContext(javax.servlet.http.HttpServletRequest servletRequest,
javax.servlet.http.HttpServletResponse servletResponse,
XWikiForm form) |
Copyright © 2004–2021 XWiki. All rights reserved.