|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.bibeault.frontman.utensils.HTMLEncoder
public class HTMLEncoder
| Constructor Summary | |
|---|---|
HTMLEncoder()
|
|
| Method Summary | |
|---|---|
static java.lang.String |
encode(java.lang.String source)
Encodes a source string such that the special HTML characters ,
, ,
and are converted to their HTML Entity
equivalents. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public HTMLEncoder()
| Method Detail |
|---|
public static java.lang.String encode(java.lang.String source)
Encodes a source string such that the special HTML characters ,
, ,
and are converted to their HTML Entity
equivalents.
Notes:
source - the source string to encode
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||