org.apache.myfaces.tobago.example.demo.jsp
Class AbstractConverter

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


Constructor Summary
AbstractConverter()
           
 
Method Summary
 String convert(String input)
           
protected  String convertMatch(String data, int start, int end)
           
 String convertMisc(String fragment)
           
protected  String convertMisc(String data, int start, int end)
           
 org.apache.oro.text.regex.Perl5Compiler getCompiler()
           
 org.apache.oro.text.regex.Pattern getPattern()
           
 org.apache.oro.text.perl.Perl5Util getUtil()
           
 String highlightStrings(String input)
           
abstract  org.apache.oro.text.regex.Pattern initPattern()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.apache.myfaces.tobago.example.demo.jsp.Converter
convertMatch
 

Constructor Detail

AbstractConverter

public AbstractConverter()
Method Detail

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.