Package com.xpn.xwiki.web
Class PrepareEditForm
- java.lang.Object
-
- com.xpn.xwiki.web.XWikiForm
-
- com.xpn.xwiki.web.PrepareEditForm
-
@Deprecated(since="14.3RC1") public class PrepareEditForm extends XWikiForm
Deprecated.Since 14.3RC1, useEditForm
instead.
-
-
Constructor Summary
Constructors Constructor Description PrepareEditForm()
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description String
getCreator()
Deprecated.String
getDefaultLanguage()
Deprecated.String
getDefaultTemplate()
Deprecated.String
getParent()
Deprecated.String
getTemplate()
Deprecated.boolean
isLockForce()
Deprecated.void
readRequest()
Deprecated.void
setCreator(String creator)
Deprecated.void
setDefaultLanguage(String defaultLanguage)
Deprecated.void
setDefaultTemplate(String template)
Deprecated.void
setLockForce(boolean lockForce)
Deprecated.void
setParent(String parent)
Deprecated.void
setTemplate(String template)
Deprecated.-
Methods inherited from class com.xpn.xwiki.web.XWikiForm
getRequest, reset, reset, setRequest
-
-
-
-
Method Detail
-
readRequest
public void readRequest()
Deprecated.- Specified by:
readRequest
in classXWikiForm
-
getTemplate
public String getTemplate()
Deprecated.
-
setTemplate
public void setTemplate(String template)
Deprecated.
-
getDefaultTemplate
public String getDefaultTemplate()
Deprecated.
-
setDefaultTemplate
public void setDefaultTemplate(String template)
Deprecated.
-
getParent
public String getParent()
Deprecated.
-
setParent
public void setParent(String parent)
Deprecated.
-
getCreator
public String getCreator()
Deprecated.
-
setCreator
public void setCreator(String creator)
Deprecated.
-
getDefaultLanguage
public String getDefaultLanguage()
Deprecated.
-
setDefaultLanguage
public void setDefaultLanguage(String defaultLanguage)
Deprecated.
-
isLockForce
public boolean isLockForce()
Deprecated.
-
setLockForce
public void setLockForce(boolean lockForce)
Deprecated.
-
-