com.xpn.xwiki.web
Class ObjectRemoveForm

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

public class ObjectRemoveForm
extends ObjectAddForm

See Also:
Serialized Form

Field Summary
private  int classId
           
 
Fields inherited from class com.xpn.xwiki.web.ObjectAddForm
 
Fields inherited from class com.xpn.xwiki.web.XWikiForm
 
Fields inherited from class org.apache.struts.action.ActionForm
multipartRequestHandler, servlet
 
Constructor Summary
ObjectRemoveForm()
           
 
Method Summary
 int getClassId()
           
 void readRequest()
           
 void setClassId(int classId)
           
 
Methods inherited from class com.xpn.xwiki.web.ObjectAddForm
getClassName, getObject, setClassName
 
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

classId

private int classId
Constructor Detail

ObjectRemoveForm

public ObjectRemoveForm()
Method Detail

readRequest

public void readRequest()
Overrides:
readRequest in class ObjectAddForm

getClassId

public int getClassId()

setClassId

public void setClassId(int classId)


Copyright 2003 Ludovic Dubost