org.outerj.daisy.publisher.serverimpl.requestmodel
Class PublisherRequest

java.lang.Object
  extended by org.outerj.daisy.publisher.serverimpl.requestmodel.AbstractParentPublisherRequest
      extended by org.outerj.daisy.publisher.serverimpl.requestmodel.PublisherRequest
All Implemented Interfaces:
ParentPublisherRequest, Request

public class PublisherRequest
extends AbstractParentPublisherRequest
implements Request


Constructor Summary
PublisherRequest(java.util.Locale locale, java.lang.String styleHint, boolean inlineExceptions, PublisherVersionMode versionMode)
           
 
Method Summary
 boolean getInlineExceptions()
           
 void process(org.xml.sax.ContentHandler contentHandler, PublisherContext publisherContext)
           
 
Methods inherited from class org.outerj.daisy.publisher.serverimpl.requestmodel.AbstractParentPublisherRequest
addRequest
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PublisherRequest

public PublisherRequest(java.util.Locale locale,
                        java.lang.String styleHint,
                        boolean inlineExceptions,
                        PublisherVersionMode versionMode)
Parameters:
locale - allowed to be null
styleHint - optional, allowed to be null
versionMode - optional, allowed to be null
Method Detail

process

public void process(org.xml.sax.ContentHandler contentHandler,
                    PublisherContext publisherContext)
             throws java.lang.Exception
Specified by:
process in interface Request
Overrides:
process in class AbstractParentPublisherRequest
Throws:
java.lang.Exception

getInlineExceptions

public boolean getInlineExceptions()


Copyright © -2012 . All Rights Reserved.