org.milyn.templating
Class OutputTo

java.lang.Object
  extended by org.milyn.templating.OutputTo
All Implemented Interfaces:
Usage

public class OutputTo
extends Object
implements Usage

OutputTo template usage.

Output the templating result to the specified outputStreamResource.

Author:
tom.fennelly@jboss.com

Constructor Summary
OutputTo(String outputStreamResource)
           
 
Method Summary
protected  String getOutputStreamResource()
           
static Usage stream(String outputStreamResource)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OutputTo

public OutputTo(String outputStreamResource)
Method Detail

getOutputStreamResource

protected String getOutputStreamResource()

stream

public static Usage stream(String outputStreamResource)


Copyright © 2014. All Rights Reserved.