com.xpn.xwiki.web
Class PropChangeForm

java.lang.Object
  extended by org.apache.struts.action.ActionForm
      extended by com.xpn.xwiki.web.XWikiForm
          extended by com.xpn.xwiki.web.PropChangeForm
All Implemented Interfaces:
Serializable

public class PropChangeForm
extends XWikiForm

Struts Form for the class property delete, property disable and property enable actions.

Since:
2.4M2
Version:
$Id: 86b51aff3f810ceba0f05087eef9257e202fcaf5 $
See Also:
Serialized Form

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

PropChangeForm

public PropChangeForm()
Method Detail

readRequest

public void readRequest()

Specified by:
readRequest in class XWikiForm

getPropertyName

public String getPropertyName()
Getter for the property name.

Returns:
the property name specified in the request

setPropertyName

public void setPropertyName(String propertyName)
Setter for the property name.

Parameters:
propertyName - the property name specified in the request


Copyright © 2004–2014 XWiki. All rights reserved.