Class Overview
Class for performing an HTML encoding on the data.
Summary
[Expand]
Inherited Methods |
From class
com.microstrategy.utils.BasicHTMLEncoder
|
From class
java.lang.Object
Object
|
clone()
|
boolean
|
equals(Object arg0)
|
void
|
finalize()
|
final
Class<?>
|
getClass()
|
int
|
hashCode()
|
final
void
|
notify()
|
final
void
|
notifyAll()
|
String
|
toString()
|
final
void
|
wait(long arg0, int arg1)
|
final
void
|
wait(long arg0)
|
final
void
|
wait()
|
|
From interface
com.microstrategy.utils.ContentEncoder
abstract
CharSequence
|
encode(StringBuilder data)
Encode the value in the StringBuilder.
|
abstract
CharSequence
|
encode(String data)
This method should return the original String if
there is no replacement.
|
|
Public Constructors
public
HTMLEncoder
(boolean encodeSpaces)