|
Jive Forums API (5.5.8) Developer Javadocs | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.jivesoftware.webchat.filter.URLFilter
public class URLFilter
A Filter that converts URL's to working HTML web links.
The default set of patterns recognized are
ftp://path-of-url,
http://path-of-url, https://path-of-url but can be expanded upon.In addition, the following patterns are also recognized.
[url path-of-url]descriptive text[/url] and
[url=path-of-url]descriptive text[/url].The
[url] allows any path to be defined as link.
| Method Summary | |
|---|---|
static java.lang.String |
applyFilter(java.lang.String string)
|
java.lang.String |
getSchemes()
Returns the current supported uri schemes as a comma seperated string. |
void |
setSchemes(java.lang.String schemes)
Sets the current supported uri schemes as a comma seperated string. |
| 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 applyFilter(java.lang.String string)
public java.lang.String getSchemes()
public void setSchemes(java.lang.String schemes)
schemes - a comma seperated string of uri schemes.
|
Jive Forums Project Page | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||