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

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

public class JspTagConverter
extends AbstractConverter


Constructor Summary
JspTagConverter()
           
 
Method Summary
 String convert(String input)
           
 String convertMatch(String fragment)
           
 String highlightJavaKeyword(String java)
           
 org.apache.oro.text.regex.Pattern initPattern()
           
 
Methods inherited from class org.apache.myfaces.tobago.example.demo.jsp.AbstractConverter
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

JspTagConverter

public JspTagConverter()
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

highlightJavaKeyword

public String highlightJavaKeyword(String java)

convertMatch

public String convertMatch(String fragment)

convert

public String convert(String input)
Specified by:
convert in interface Converter
Overrides:
convert in class AbstractConverter


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