|
|||||||||
| Home >> All >> com >> xpn >> xwiki >> render >> [ filter overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
com.xpn.xwiki.render.filter
Class XWikiHeadingFilter

java.lang.ObjectLocaleRegexTokenFilter
com.xpn.xwiki.render.filter.XWikiHeadingFilter
- public class XWikiHeadingFilter
- extends LocaleRegexTokenFilter
A customized version of Radeox Heading Filter
| Field Summary | |
private java.text.MessageFormat |
formatter
|
private java.lang.String |
TOC_DATA
|
private java.lang.String |
TOC_NUMBERED
|
| Constructor Summary | |
XWikiHeadingFilter()
|
|
| Method Summary | |
protected java.lang.String |
getLocaleKey()
|
java.lang.String |
handleMatch(MatchResult result,
FilterContext context)
|
void |
handleMatch(java.lang.StringBuffer buffer,
MatchResult result,
FilterContext context)
|
void |
setInitialContext(InitialRenderContext context)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
TOC_NUMBERED
private final java.lang.String TOC_NUMBERED
- See Also:
- Constant Field Values
TOC_DATA
private final java.lang.String TOC_DATA
- See Also:
- Constant Field Values
formatter
private java.text.MessageFormat formatter
| Constructor Detail |
XWikiHeadingFilter
public XWikiHeadingFilter()
| Method Detail |
getLocaleKey
protected java.lang.String getLocaleKey()
handleMatch
public void handleMatch(java.lang.StringBuffer buffer, MatchResult result, FilterContext context)
setInitialContext
public void setInitialContext(InitialRenderContext context)
handleMatch
public java.lang.String handleMatch(MatchResult result, FilterContext context)
|
|||||||||
| Home >> All >> com >> xpn >> xwiki >> render >> [ filter overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC
LocaleRegexTokenFilter