com.xpn.xwiki.web
Class PreviewForm

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

public class PreviewForm
extends EditForm

See Also:
Serialized Form

Field Summary
private  boolean releaseLock
           
 
Fields inherited from class com.xpn.xwiki.web.EditForm
 
Fields inherited from class com.xpn.xwiki.web.XWikiForm
 
Fields inherited from class org.apache.struts.action.ActionForm
multipartRequestHandler, servlet
 
Constructor Summary
PreviewForm()
           
 
Method Summary
 boolean isReleaseLock()
           
 void setReleaseLock(boolean releaseLock)
           
 
Methods inherited from class com.xpn.xwiki.web.EditForm
getContent, getCreator, getDefaultLanguage, getLanguage, getName, getObject, getObjectNumbers, getParent, getTemplate, getWeb, readRequest, setContent, setCreator, setDefaultLanguage, setLanguage, setName, setParent, setTemplate, setWeb
 
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

releaseLock

private boolean releaseLock
Constructor Detail

PreviewForm

public PreviewForm()
Method Detail

isReleaseLock

public boolean isReleaseLock()

setReleaseLock

public void setReleaseLock(boolean releaseLock)


Copyright 2003 Ludovic Dubost