Uses of Class
com.xpn.xwiki.web.EditForm
-
Packages that use EditForm Package Description com.xpn.xwiki.doc com.xpn.xwiki.web -
-
Uses of EditForm in com.xpn.xwiki.doc
Methods in com.xpn.xwiki.doc with parameters of type EditForm Modifier and Type Method Description void
XWikiDocument. readAddedUpdatedAndRemovedObjectsFromForm(EditForm eform, XWikiContext context)
Adds objects, applies property updates and removes objects as specified in the form.void
XWikiDocument. readDocMetaFromForm(EditForm eform, XWikiContext context)
void
XWikiDocument. readFromForm(EditForm eform, XWikiContext context)
void
XWikiDocument. readObjectsFromForm(EditForm eform, XWikiContext context)
Updates properties of existing objects with the values from the given form.void
XWikiDocument. readObjectsFromFormUpdateOrCreate(EditForm eform, XWikiContext context)
Create and/or update objects in a document given a list of HTTP parameters of the form<spacename>.<classname>_<number>_<propertyname>
.void
XWikiDocument. readTemporaryUploadedFiles(EditForm editForm)
Read the list of attachment that should be added fromgetTemporaryUploadedFiles()
and attach them to the current document if they can be found in theTemporaryAttachmentSessionsManager
.void
XWikiDocument. readTranslationMetaFromForm(EditForm eform, XWikiContext context)
-
Uses of EditForm in com.xpn.xwiki.web
Subclasses of EditForm in com.xpn.xwiki.web Modifier and Type Class Description class
PreviewForm
-