|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectcom.plink.plextile.util.HTMLFilter
public class HTMLFilter
HTML filter utility.
| Constructor Summary | |
|---|---|
HTMLFilter()
|
|
| Method Summary | |
|---|---|
static java.lang.String |
convertString(java.lang.String original)
Convert any illegal characters into &char; representation. |
static java.lang.String |
filter(java.lang.String message)
Filter the specified message string for characters that are sensitive in HTML. |
static java.lang.String |
getSafe(java.lang.String temp)
|
static java.lang.String |
getURLSafe(java.lang.String temp)
|
static java.lang.String |
reconvertString(java.lang.String original)
re-convert string. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public HTMLFilter()
| Method Detail |
|---|
public static java.lang.String filter(java.lang.String message)
message - The message string to be filteredpublic static java.lang.String convertString(java.lang.String original)
public static java.lang.String reconvertString(java.lang.String original)
public static java.lang.String getURLSafe(java.lang.String temp)
public static java.lang.String getSafe(java.lang.String temp)
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||