Package com.xpn.xwiki.web
Class DeleteVersionsForm
- java.lang.Object
-
- com.xpn.xwiki.web.XWikiForm
-
- com.xpn.xwiki.web.DeleteVersionsForm
-
public class DeleteVersionsForm extends XWikiForm
Struts form forDeleteVersionsAction
.- Version:
- $Id: 7d391bc8ea492001390ff9786c472326e210e5fb $
-
-
Constructor Summary
Constructors Constructor Description DeleteVersionsForm()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getLanguage()
String
getRev()
String
getRev1()
String
getRev2()
boolean
isConfirmed()
void
readRequest()
-
Methods inherited from class com.xpn.xwiki.web.XWikiForm
getRequest, reset, reset, setRequest
-
-
-
-
Method Detail
-
readRequest
public void readRequest()
- Specified by:
readRequest
in classXWikiForm
-
getRev1
public String getRev1()
- Returns:
- from revision
-
getRev2
public String getRev2()
- Returns:
- to revision
-
getRev
public String getRev()
- Returns:
- single revision
-
getLanguage
public String getLanguage()
- Returns:
- document language
-
isConfirmed
public boolean isConfirmed()
- Returns:
- is action confirmed
-
-