org.outerj.daisy.books.frontend
Class BookAclEditorApple

java.lang.Object
  extended by org.outerj.daisy.frontend.util.AbstractDaisyApple
      extended by org.outerj.daisy.books.frontend.BookAclEditorApple

public class BookAclEditorApple
extends AbstractDaisyApple


Nested Class Summary
static class BookAclEditorApple.AclFormValidator
           
 
Constructor Summary
BookAclEditorApple()
           
 
Method Summary
static void annotateAclSubjectValues(Form form, org.outerj.daisy.repository.Repository repository)
           
static BookAcl getBookAcl(Form form)
           
static void initForm(Form form, org.outerj.daisy.repository.Repository repository)
           
static void load(Form form, BookAcl bookAcl)
           
protected  void processInternal(AppleRequest appleRequest, AppleResponse appleResponse)
           
 void service(ServiceManager serviceManager)
           
 
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

BookAclEditorApple

public BookAclEditorApple()
Method Detail

service

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

processInternal

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

load

public static void load(Form form,
                        BookAcl bookAcl)

getBookAcl

public static BookAcl getBookAcl(Form form)

annotateAclSubjectValues

public static void annotateAclSubjectValues(Form form,
                                            org.outerj.daisy.repository.Repository repository)

initForm

public static void initForm(Form form,
                            org.outerj.daisy.repository.Repository repository)


Copyright © -2006 . All Rights Reserved.