com.imcode.imcms.flow
Class PublishDocumentPageFlow
java.lang.Object
com.imcode.imcms.flow.PageFlow
com.imcode.imcms.flow.DocumentPageFlow
com.imcode.imcms.flow.PublishDocumentPageFlow
- All Implemented Interfaces:
- HttpSessionAttribute, java.io.Serializable
public class PublishDocumentPageFlow
- extends DocumentPageFlow
- See Also:
- Serialized Form
|
Method Summary |
protected void |
dispatchFromPage(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
java.lang.String page)
|
protected void |
dispatchOk(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
java.lang.String page)
|
protected void |
dispatchToFirstPage(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
|
DocumentDomainObject |
getDocument()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PublishDocumentPageFlow
public PublishDocumentPageFlow(DocumentDomainObject document,
DispatchCommand returnCommand,
DocumentPageFlow.SaveDocumentCommand saveDocumentCommand,
UserDomainObject user)
getDocument
public DocumentDomainObject getDocument()
- Specified by:
getDocument in class DocumentPageFlow
dispatchFromPage
protected void dispatchFromPage(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
java.lang.String page)
throws java.io.IOException,
javax.servlet.ServletException
- Specified by:
dispatchFromPage in class PageFlow
- Throws:
java.io.IOException
javax.servlet.ServletException
dispatchOk
protected void dispatchOk(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
java.lang.String page)
throws java.io.IOException,
javax.servlet.ServletException
- Specified by:
dispatchOk in class PageFlow
- Throws:
java.io.IOException
javax.servlet.ServletException
dispatchToFirstPage
protected void dispatchToFirstPage(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
throws java.io.IOException,
javax.servlet.ServletException
- Specified by:
dispatchToFirstPage in class PageFlow
- Throws:
java.io.IOException
javax.servlet.ServletException