|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.struts.action.ActionForm
com.xpn.xwiki.web.XWikiForm
com.xpn.xwiki.web.PropChangeForm
public class PropChangeForm
Struts Form for the class property delete
, property disable
and
property enable
actions.
Field Summary |
---|
Fields inherited from class org.apache.struts.action.ActionForm |
---|
multipartRequestHandler, servlet |
Constructor Summary | |
---|---|
PropChangeForm()
|
Method Summary | |
---|---|
String |
getPropertyName()
Getter for the property name . |
void |
readRequest()
|
void |
setPropertyName(String propertyName)
Setter for the property name . |
Methods inherited from class com.xpn.xwiki.web.XWikiForm |
---|
getRequest, reset, reset, setRequest |
Methods inherited from class org.apache.struts.action.ActionForm |
---|
getMultipartRequestHandler, getServlet, getServletWrapper, reset, setMultipartRequestHandler, setServlet, validate, validate |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PropChangeForm()
Method Detail |
---|
public void readRequest()
readRequest
in class XWikiForm
public String getPropertyName()
property name
.
public void setPropertyName(String propertyName)
property name
.
propertyName
- the property name specified in the request
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |