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

java.lang.Object
  extended by org.outerj.daisy.publisher.serverimpl.requestmodel.ChooseRequest
All Implemented Interfaces:
Request

public class ChooseRequest
extends java.lang.Object
implements Request


Constructor Summary
ChooseRequest()
           
 
Method Summary
 void addWhen(ChooseWhen chooseWhen)
           
 void process(org.xml.sax.ContentHandler contentHandler, PublisherContext publisherContext)
           
 void setOtherwise(ChooseOtherwise chooseOtherwise)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ChooseRequest

public ChooseRequest()
Method Detail

addWhen

public void addWhen(ChooseWhen chooseWhen)

setOtherwise

public void setOtherwise(ChooseOtherwise chooseOtherwise)

process

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


Copyright © -2012 . All Rights Reserved.