org.outerj.daisy.frontend
Class DocumentApple

java.lang.Object
  extended by org.outerj.daisy.frontend.util.AbstractDaisyApple
      extended by org.outerj.daisy.frontend.AbstractDocumentApple
          extended by org.outerj.daisy.frontend.DocumentApple

public class DocumentApple
extends AbstractDocumentApple


Constructor Summary
DocumentApple()
           
 
Method Summary
protected  void handleDocumentRequest()
           
protected  void handleVersionRequest()
           
protected  boolean needsInitialisation()
           
protected  void processDocumentRequest(AppleRequest appleRequest, AppleResponse appleResponse)
           
protected  void showDiff()
           
protected  void showDocument(XMLizable message, java.util.Map displayParams)
           
protected  void showReferrers()
           
protected  void showVersionOverview()
           
 
Methods inherited from class org.outerj.daisy.frontend.AbstractDocumentApple
getBranchId, getDocumentId, getLanguageId, getRepository, getRequestedNavigationPath, getServiceManager, getSiteConf, getVariantParams, getVariantQueryString, getVersionId, processInternal, service, setBranchAndLanguage
 
Methods inherited from class org.outerj.daisy.frontend.util.AbstractDaisyApple
contextualize, getContext, getContinuationId, getLayoutType, getLayoutType, getMountPoint, getSkin, needsMutex, process
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DocumentApple

public DocumentApple()
Method Detail

processDocumentRequest

protected void processDocumentRequest(AppleRequest appleRequest,
                                      AppleResponse appleResponse)
                               throws java.lang.Exception
Specified by:
processDocumentRequest in class AbstractDocumentApple
Throws:
java.lang.Exception

needsInitialisation

protected boolean needsInitialisation()
Specified by:
needsInitialisation in class AbstractDocumentApple

handleDocumentRequest

protected void handleDocumentRequest()
                              throws java.lang.Exception
Throws:
java.lang.Exception

showDocument

protected void showDocument(XMLizable message,
                            java.util.Map displayParams)
                     throws java.lang.Exception
Parameters:
message - an optional message to show at top of the document.
Throws:
java.lang.Exception

showVersionOverview

protected void showVersionOverview()
                            throws java.lang.Exception
Throws:
java.lang.Exception

handleVersionRequest

protected void handleVersionRequest()
                             throws java.lang.Exception
Throws:
java.lang.Exception

showReferrers

protected void showReferrers()
                      throws java.lang.Exception
Throws:
java.lang.Exception

showDiff

protected void showDiff()
                 throws java.lang.Exception
Throws:
java.lang.Exception


Copyright © -2006 . All Rights Reserved.