com.jalios.util
Class Beautifier

java.lang.Object
  extended by com.jalios.util.Beautifier
Direct Known Subclasses:
BeautifierData, BeautifierDate, BeautifierImage, BeautifierMap, BeautifierRegexp, ChartTagBeautifier

public class Beautifier
extends Object


Field Summary
protected  boolean html
           
protected  Locale locale
           
static String REVISION
           
protected  int truncate
           
 
Constructor Summary
protected Beautifier()
           
  Beautifier(int truncate)
           
 
Method Summary
 String beautify(String str)
           
 boolean getHtml()
           
 Locale getLocale()
           
 void setHtml(boolean html)
           
 void setLocale(Locale locale)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

REVISION

public static final String REVISION
See Also:
Constant Field Values

truncate

protected int truncate

locale

protected Locale locale

html

protected boolean html
Constructor Detail

Beautifier

protected Beautifier()

Beautifier

public Beautifier(int truncate)
Method Detail

beautify

public String beautify(String str)

setHtml

public void setHtml(boolean html)

getHtml

public boolean getHtml()

setLocale

public void setLocale(Locale locale)

getLocale

public Locale getLocale()


Copyright © 2001-2010 Jalios SA. All Rights Reserved.