com.xpn.xwiki.web
Class PropAddForm

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

public class PropAddForm
extends XWikiForm

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.apache.struts.action.ActionForm
multipartRequestHandler, servlet
 
Constructor Summary
PropAddForm()
           
 
Method Summary
 String getPropName()
           
 String getPropType()
           
 void readRequest()
           
 void setPropName(String propName)
           
 void setPropType(String propType)
           
 
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

PropAddForm

public PropAddForm()
Method Detail

getPropName

public String getPropName()

setPropName

public void setPropName(String propName)

getPropType

public String getPropType()

setPropType

public void setPropType(String propType)

readRequest

public void readRequest()
Specified by:
readRequest in class XWikiForm


Copyright © 2004–2014 XWiki. All rights reserved.