|
Jive Forums API (5.5.20.2-oracle) Developer Javadocs | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.jivesoftware.forum.renderer.util.RendererUtil
public class RendererUtil
Utility methods useful for render filters and macros.
Method Summary | |
---|---|
static java.lang.String[] |
loadFilterHelp(java.lang.Class clazz,
java.lang.String language)
Helper method for loading filter help from text files somewhere in the classpath. |
static java.lang.String |
processTagRules(java.util.List rules,
java.util.List filters,
java.lang.String string)
Utility method for executing the html processor. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static java.lang.String[] loadFilterHelp(java.lang.Class clazz, java.lang.String language)
clazz
- the filter classlanguage
- the language to load the macro help for
public static java.lang.String processTagRules(java.util.List rules, java.util.List filters, java.lang.String string) throws java.io.IOException
rules
- the list of TagRule objects to process withfilters
- the list of TextFilter objects to filter withstring
- the string to process
java.io.IOException
- if an exception occurr
|
Jive Forums Project Page | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |