Package com.jalios.util
Class BeautifierRegexp
- java.lang.Object
 - 
- com.jalios.util.Beautifier
 - 
- com.jalios.util.BeautifierRegexp
 
 
 
- 
- Direct Known Subclasses:
 BeautifierUrl
public class BeautifierRegexp extends Beautifier
 
- 
- 
Field Summary
Fields Modifier and Type Field Description protected org.apache.oro.text.regex.Pattern[]regexpPatternprotected org.apache.oro.text.regex.Substitution[]regexpSubstitutionstatic java.lang.StringREVISION- 
Fields inherited from class com.jalios.util.Beautifier
html, locale, truncate 
 - 
 
- 
Constructor Summary
Constructors Constructor Description BeautifierRegexp(java.lang.String[] regexpMatch, java.lang.String[] regexpReplace, int truncate) 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Stringbeautify(java.lang.String str)- 
Methods inherited from class com.jalios.util.Beautifier
getHtml, getLocale, setHtml, setLocale 
 - 
 
 - 
 
- 
- 
Field Detail
- 
REVISION
public static final java.lang.String REVISION
- See Also:
 - Constant Field Values
 
 
- 
regexpPattern
protected org.apache.oro.text.regex.Pattern[] regexpPattern
 
- 
regexpSubstitution
protected org.apache.oro.text.regex.Substitution[] regexpSubstitution
 
 - 
 
- 
Method Detail
- 
beautify
public java.lang.String beautify(java.lang.String str)
- Overrides:
 beautifyin classBeautifier
 
 - 
 
 -