class LinkTestFilter extends RegexTokenFilter
Constructor and description |
---|
LinkTestFilter() |
Type Params | Return Type | Name and description |
---|---|---|
|
protected String |
getWikiView(String name) Returns the view of the wiki name that is shown to the user. |
|
void |
handleMatch(StringBuffer buffer, MatchResult result, FilterContext context) |
Returns the view of the wiki name that is shown to the user. Overwrite to support other views for example transform "WikiLinking" to "Wiki Linking". Does nothing by default.