com.jivesoftware.forum.renderer
Interface TagFilter
- All Superinterfaces:
- RenderFilter
- All Known Implementing Classes:
- ForumFilter, ImageFilter, JavaCodeFilter, MessageFilter, StyleTagFilter, ThreadFilter, URLFilter, XMLFilter
public interface TagFilter
- extends RenderFilter
An interface for filters that filter via tags such as [message][/message]. Filters which
filter using tags should implement this interface.
Method Summary |
java.lang.String[] |
getTags()
Returns an array of string for the tag names a filter uses. |
getTags
java.lang.String[] getTags()
- Returns an array of string for the tag names a filter uses. For example, a filter which
filters upon the tags [url] and [ftp] should return a two element array of "url", "ftp"
- Returns:
- an array of string for the tag names a filter uses.
Copyright © 1999-2006 Jive Software.