org.pz.platypus.plugin.listing
Class HtmlCRListingStrategy

java.lang.Object
  extended by org.pz.platypus.plugin.listing.HtmlListingStrategy
      extended by org.pz.platypus.plugin.listing.HtmlCRListingStrategy

public class HtmlCRListingStrategy
extends HtmlListingStrategy

The "[cr]" token processing strategy. Decides how the carriage return token will be outputted as Html.

Author:
ask

Field Summary
private  Token tok
           
 
Fields inherited from class org.pz.platypus.plugin.listing.HtmlListingStrategy
logger
 
Constructor Summary
HtmlCRListingStrategy(Token tok)
           
 
Method Summary
 boolean canOutputHtmlEndOfLine()
           
 java.lang.String format(Token tok, GDD gdd)
           
 
Methods inherited from class org.pz.platypus.plugin.listing.HtmlListingStrategy
convertToHtmlText, getFormatStrategy
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

tok

private final Token tok
Constructor Detail

HtmlCRListingStrategy

public HtmlCRListingStrategy(Token tok)
Method Detail

format

public java.lang.String format(Token tok,
                               GDD gdd)
                        throws java.io.IOException
Specified by:
format in class HtmlListingStrategy
Throws:
java.io.IOException

canOutputHtmlEndOfLine

public boolean canOutputHtmlEndOfLine()
Specified by:
canOutputHtmlEndOfLine in class HtmlListingStrategy


Copyright © 2008-10 Pacific Data Works LLC