org.outerj.daisy.frontend
Class WikiPublisherHelper

java.lang.Object
  extended by org.outerj.daisy.frontend.WikiPublisherHelper

public class WikiPublisherHelper
extends java.lang.Object

Helper class for making publisher requests in the context of the Daisy Wiki. The result of the publisher request is pulled through a PreparedDocumentsHandler to apply document type specific styling, if needed.


Constructor Summary
WikiPublisherHelper(org.outerj.daisy.repository.Repository repository, Request request, Context context, ServiceManager serviceManager)
           
WikiPublisherHelper(Request request, Context context, ServiceManager serviceManager)
           
 
Method Summary
 org.outerx.daisy.x10Publisher.PublisherRequestDocument buildPublisherRequest(java.lang.String pipe, java.lang.Object params)
           
 SaxBuffer performPublisherRequest(java.lang.String pipe, java.lang.Object params, java.lang.String publishType)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WikiPublisherHelper

public WikiPublisherHelper(Request request,
                           Context context,
                           ServiceManager serviceManager)
                    throws java.lang.Exception
Throws:
java.lang.Exception

WikiPublisherHelper

public WikiPublisherHelper(org.outerj.daisy.repository.Repository repository,
                           Request request,
                           Context context,
                           ServiceManager serviceManager)
                    throws java.lang.Exception
Throws:
java.lang.Exception
Method Detail

buildPublisherRequest

public org.outerx.daisy.x10Publisher.PublisherRequestDocument buildPublisherRequest(java.lang.String pipe,
                                                                                    java.lang.Object params)
                                                                             throws java.lang.Exception
Throws:
java.lang.Exception

performPublisherRequest

public SaxBuffer performPublisherRequest(java.lang.String pipe,
                                         java.lang.Object params,
                                         java.lang.String publishType)
                                  throws java.lang.Exception
Throws:
java.lang.Exception


Copyright © -2006 . All Rights Reserved.