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 java.lang.Object


Field Summary
protected  boolean html
           
protected  java.util.Locale locale
           
static java.lang.String REVISION
           
protected  int truncate
           
 
Constructor Summary
protected Beautifier()
           
  Beautifier(int truncate)
           
 
Method Summary
 java.lang.String beautify(java.lang.String str)
           
 boolean getHtml()
           
 java.util.Locale getLocale()
           
 void setHtml(boolean html)
           
 void setLocale(java.util.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 java.lang.String REVISION
See Also:
Constant Field Values

truncate

protected int truncate

locale

protected java.util.Locale locale

html

protected boolean html
Constructor Detail

Beautifier

protected Beautifier()

Beautifier

public Beautifier(int truncate)
Method Detail

beautify

public java.lang.String beautify(java.lang.String str)

setHtml

public void setHtml(boolean html)

getHtml

public boolean getHtml()

setLocale

public void setLocale(java.util.Locale locale)

getLocale

public java.util.Locale getLocale()


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