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

java.lang.Object
  extended by org.apache.myfaces.tobago.example.demo.jsp.AbstractConverter
      extended by org.apache.myfaces.tobago.example.demo.jsp.TagConverter
All Implemented Interfaces:
Converter

public class TagConverter
extends AbstractConverter


Constructor Summary
TagConverter()
           
 
Method Summary
 String convertMatch(String fragment)
           
 org.apache.oro.text.regex.Pattern initPattern()
           
 
Methods inherited from class org.apache.myfaces.tobago.example.demo.jsp.AbstractConverter
convert, convertMatch, convertMisc, convertMisc, getCompiler, getPattern, getUtil, highlightStrings
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TagConverter

public TagConverter()
Method Detail

initPattern

public org.apache.oro.text.regex.Pattern initPattern()
                                              throws org.apache.oro.text.regex.MalformedPatternException
Specified by:
initPattern in class AbstractConverter
Throws:
org.apache.oro.text.regex.MalformedPatternException

convertMatch

public String convertMatch(String fragment)


Copyright © 2002-2009 Apache Software Foundation. All Rights Reserved.