com.jivesoftware.forum.renderer.filter.rules
Class QuoteTagTokenizingRule
java.lang.Object
com.jivesoftware.forum.renderer.filter.rules.QuoteTagTokenizingRule
- All Implemented Interfaces:
- com.jivesoftware.sitemesh.html.TagRule
public class QuoteTagTokenizingRule
- extends java.lang.Object
- implements com.jivesoftware.sitemesh.html.TagRule
Tag rule for converting from html quotes to plain text quotes
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
QuoteTagTokenizingRule
public QuoteTagTokenizingRule()
getStartToken
public java.lang.String getStartToken()
setStartToken
public void setStartToken(java.lang.String startToken)
getEndToken
public java.lang.String getEndToken()
setEndToken
public void setEndToken(java.lang.String endToken)
setContext
public void setContext(com.jivesoftware.sitemesh.html.HTMLProcessorContext htmlProcessorContext)
- Specified by:
setContext
in interface com.jivesoftware.sitemesh.html.TagRule
shouldProcess
public boolean shouldProcess(java.lang.String string)
- Specified by:
shouldProcess
in interface com.jivesoftware.sitemesh.html.TagRule
process
public boolean process(com.jivesoftware.sitemesh.html.Tag tag)
- Specified by:
process
in interface com.jivesoftware.sitemesh.html.TagRule
Copyright © 1999-2006 Jive Software.