org.outerj.daisy.frontend.editor
Class DocumentEditorApple

java.lang.Object
  extended by org.outerj.daisy.frontend.util.AbstractDaisyApple
      extended by org.outerj.daisy.frontend.editor.DocumentEditorApple

public class DocumentEditorApple
extends AbstractDaisyApple

This is the Apple controlling the document editing screen(s).


Field Summary
static int HEARTBEAT_INTERVAL
           
 
Constructor Summary
DocumentEditorApple()
           
 
Method Summary
 void contextualize(Context context)
           
 void enableLogging(Logger logger)
           
protected  void processInternal(AppleRequest appleRequest, AppleResponse appleResponse)
           
 void service(ServiceManager serviceManager)
           
 
Methods inherited from class org.outerj.daisy.frontend.util.AbstractDaisyApple
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
 

Field Detail

HEARTBEAT_INTERVAL

public static final int HEARTBEAT_INTERVAL
See Also:
Constant Field Values
Constructor Detail

DocumentEditorApple

public DocumentEditorApple()
Method Detail

enableLogging

public void enableLogging(Logger logger)

service

public void service(ServiceManager serviceManager)
             throws ServiceException
Throws:
ServiceException

contextualize

public void contextualize(Context context)
                   throws ContextException
Overrides:
contextualize in class AbstractDaisyApple
Throws:
ContextException

processInternal

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


Copyright © -2006 . All Rights Reserved.