com.jalios.util
Class BeautifierRegexp

java.lang.Object
  extended by com.jalios.util.Beautifier
      extended by com.jalios.util.BeautifierRegexp
Direct Known Subclasses:
BeautifierUrl

public class BeautifierRegexp
extends Beautifier


Field Summary
protected  org.apache.oro.text.regex.Pattern[] regexpPattern
           
protected  org.apache.oro.text.regex.Substitution[] regexpSubstitution
           
static String REVISION
           
 
Fields inherited from class com.jalios.util.Beautifier
html, locale, truncate
 
Constructor Summary
BeautifierRegexp(String[] regexpMatch, String[] regexpReplace, int truncate)
           
 
Method Summary
 String beautify(String str)
           
 
Methods inherited from class com.jalios.util.Beautifier
getHtml, getLocale, setHtml, setLocale
 
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

regexpPattern

protected org.apache.oro.text.regex.Pattern[] regexpPattern

regexpSubstitution

protected org.apache.oro.text.regex.Substitution[] regexpSubstitution
Constructor Detail

BeautifierRegexp

public BeautifierRegexp(String[] regexpMatch,
                        String[] regexpReplace,
                        int truncate)
Method Detail

beautify

public String beautify(String str)
Overrides:
beautify in class Beautifier


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