org.apache.myfaces.tobago.example.demo.jsp
Class AbstractConverter
java.lang.Object
org.apache.myfaces.tobago.example.demo.jsp.AbstractConverter
- All Implemented Interfaces:
- Converter
- Direct Known Subclasses:
- JspTagConverter, TagConverter
public abstract class AbstractConverter
- extends Object
- implements Converter
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AbstractConverter
public AbstractConverter()
initPattern
public abstract org.apache.oro.text.regex.Pattern initPattern()
throws org.apache.oro.text.regex.MalformedPatternException
- Throws:
org.apache.oro.text.regex.MalformedPatternException
getCompiler
public org.apache.oro.text.regex.Perl5Compiler getCompiler()
getUtil
public org.apache.oro.text.perl.Perl5Util getUtil()
getPattern
public org.apache.oro.text.regex.Pattern getPattern()
convertMisc
protected String convertMisc(String data,
int start,
int end)
convertMatch
protected String convertMatch(String data,
int start,
int end)
convertMisc
public String convertMisc(String fragment)
- Specified by:
convertMisc in interface Converter
convert
public String convert(String input)
- Specified by:
convert in interface Converter
highlightStrings
public String highlightStrings(String input)
Copyright © 2002-2009 Apache Software Foundation. All Rights Reserved.