Package com.xpn.xwiki.web
Class ObjectAddForm
- java.lang.Object
-
- com.xpn.xwiki.web.XWikiForm
-
- com.xpn.xwiki.web.ObjectAddForm
-
- Direct Known Subclasses:
ObjectRemoveForm
public class ObjectAddForm extends XWikiForm
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. This bean should be considered only as a helper placeholder for getting parameters from the HTTP Request.- Version:
- $Id: 0f32594611efca1786c8a2c368aeef354909dd08 $
-
-
Constructor Summary
Constructors Constructor Description ObjectAddForm()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getClassName()
Map<String,String[]>
getObject(String prefix)
void
readRequest()
void
setClassName(String className)
-
Methods inherited from class com.xpn.xwiki.web.XWikiForm
getRequest, reset, reset, setRequest
-
-