com.imcode.imcms.flow
Class EditDocumentPageFlow
java.lang.Object
com.imcode.imcms.flow.PageFlow
com.imcode.imcms.flow.DocumentPageFlow
com.imcode.imcms.flow.EditDocumentPageFlow
- All Implemented Interfaces:
- HttpSessionAttribute, java.io.Serializable
- Direct Known Subclasses:
- EditDocumentInformationPageFlow, EditDocumentPermissionsPageFlow, EditFileDocumentPageFlow, EditHtmlDocumentPageFlow, EditUrlDocumentPageFlow
public abstract class EditDocumentPageFlow
- extends DocumentPageFlow
- See Also:
- Serialized Form
|
Method Summary |
protected abstract void |
dispatchFromEditPage(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
java.lang.String page)
|
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 abstract void |
dispatchOkFromEditPage(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 |
document
protected DocumentDomainObject document
URL_I15D_PAGE__PREFIX
public static final java.lang.String URL_I15D_PAGE__PREFIX
- See Also:
- Constant Field Values
PAGE__EDIT
public static final java.lang.String PAGE__EDIT
- See Also:
- Constant Field Values
EditDocumentPageFlow
protected EditDocumentPageFlow(DocumentDomainObject document,
DispatchCommand returnCommand,
DocumentPageFlow.SaveDocumentCommand saveDocumentCommand)
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
dispatchFromEditPage
protected abstract void dispatchFromEditPage(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
java.lang.String page)
throws java.io.IOException,
javax.servlet.ServletException
- Throws:
java.io.IOException
javax.servlet.ServletException
dispatchOkFromEditPage
protected abstract void dispatchOkFromEditPage(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
throws java.io.IOException,
javax.servlet.ServletException
- Throws:
java.io.IOException
javax.servlet.ServletException