com.xpn.xwiki.web
Class PropAddForm

java.lang.Object
  extended byorg.apache.struts.action.ActionForm
      extended bycom.xpn.xwiki.web.XWikiForm
          extended bycom.xpn.xwiki.web.PropAddForm
All Implemented Interfaces:
java.io.Serializable

public class PropAddForm
extends XWikiForm

See Also:
Serialized Form

Field Summary
private  java.lang.String propName
           
private  java.lang.String propType
           
 
Fields inherited from class com.xpn.xwiki.web.XWikiForm
 
Fields inherited from class org.apache.struts.action.ActionForm
multipartRequestHandler, servlet
 
Constructor Summary
PropAddForm()
           
 
Method Summary
 java.lang.String getPropName()
           
 java.lang.String getPropType()
           
 void readRequest()
           
 void setPropName(java.lang.String propName)
           
 void setPropType(java.lang.String propType)
           
 
Methods inherited from class com.xpn.xwiki.web.XWikiForm
getRequest, reset, reset, reset, setRequest, 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
 

Field Detail

propName

private java.lang.String propName

propType

private java.lang.String propType
Constructor Detail

PropAddForm

public PropAddForm()
Method Detail

getPropName

public java.lang.String getPropName()

setPropName

public void setPropName(java.lang.String propName)

getPropType

public java.lang.String getPropType()

setPropType

public void setPropType(java.lang.String propType)

readRequest

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


Copyright 2003 Ludovic Dubost