Package com.xpn.xwiki.web
Class ObjectRemoveForm
- java.lang.Object
-
- com.xpn.xwiki.web.XWikiForm
-
- com.xpn.xwiki.web.ObjectAddForm
-
- com.xpn.xwiki.web.ObjectRemoveForm
-
public class ObjectRemoveForm extends ObjectAddForm
-
-
Constructor Summary
Constructors Constructor Description ObjectRemoveForm()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getClassId()
void
readRequest()
void
setClassId(int classId)
-
Methods inherited from class com.xpn.xwiki.web.ObjectAddForm
getClassName, getObject, setClassName
-
Methods inherited from class com.xpn.xwiki.web.XWikiForm
getRequest, reset, reset, setRequest
-
-
-
-
Method Detail
-
readRequest
public void readRequest()
- Overrides:
readRequest
in classObjectAddForm
-
getClassId
public int getClassId()
-
setClassId
public void setClassId(int classId)
-
-