Uses of Interface
org.peaseplate.chunk.OutputStrategy

Packages that use OutputStrategy
org.peaseplate.chunk   
org.peaseplate.chunk.strategy   
org.peaseplate.internal.chunk   
org.peaseplate.internal.model   
 

Uses of OutputStrategy in org.peaseplate.chunk
 

Classes in org.peaseplate.chunk that implement OutputStrategy
 class AbstractOutputChunk
           
 

Methods in org.peaseplate.chunk that return OutputStrategy
 OutputStrategy AbstractOutputChunk.getOutputStrategy()
           
 

Constructors in org.peaseplate.chunk with parameters of type OutputStrategy
AbstractOutputChunk(OutputStrategy outputStrategy, TemplateLocator locator, int line, int column)
           
 

Uses of OutputStrategy in org.peaseplate.chunk.strategy
 

Classes in org.peaseplate.chunk.strategy that implement OutputStrategy
 class DefaultOutputStrategy
          The default output strategy.
 class HTMLOutputStrategy
           
 class XMLOutputStrategy
           
 

Uses of OutputStrategy in org.peaseplate.internal.chunk
 

Classes in org.peaseplate.internal.chunk that implement OutputStrategy
 class MessageChunk
           
 class PrintChunk
           
 

Constructors in org.peaseplate.internal.chunk with parameters of type OutputStrategy
MessageChunk(OutputStrategy outputStrategy, TemplateLocator locator, int line, int column, ICommand command)
           
PrintChunk(OutputStrategy outputStrategy, TemplateLocator locator, int line, int column, ICommand command)
           
 

Uses of OutputStrategy in org.peaseplate.internal.model
 

Methods in org.peaseplate.internal.model that return OutputStrategy
 OutputStrategy CompileContext.getOutputStrategy()
           
 

Method parameters in org.peaseplate.internal.model with type arguments of type OutputStrategy
 void CompileContext.setOutputStrategy(java.lang.Class<? extends OutputStrategy> outputStrategyClass)
           
 



Copyright © 2008. All Rights Reserved.