|
EchoPoint API - 3.0.0b5 App Webcontainer |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectechopoint.util.QuoterKit
public class QuoterKit
This class will quote string data
| Method Summary | |
|---|---|
static String |
quoteHTML(String s)
Quortes a string into HTML characters. |
static String |
quoteJ(String s,
char quoteChar)
This method will apply a "Java quote" (ie double slashes) to a string with the given quote char |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static String quoteJ(String s,
char quoteChar)
public static String quoteHTML(String s)
s - - the string to quote into safe HTML
|
EchoPoint API - 3.0.0b5 App Webcontainer |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||