|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.jamon.escaping.AbstractCharacterEscaping
public abstract class AbstractCharacterEscaping
Field Summary |
---|
Fields inherited from interface org.jamon.escaping.Escaping |
---|
HTML, JAVASCRIPT, NONE, STRICT_HTML, URL, XML |
Constructor Summary | |
---|---|
AbstractCharacterEscaping()
|
Method Summary | |
---|---|
protected abstract void |
write(char p_char,
java.io.Writer p_writer)
|
void |
write(java.lang.String p_string,
java.io.Writer p_writer)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AbstractCharacterEscaping()
Method Detail |
---|
public void write(java.lang.String p_string, java.io.Writer p_writer) throws java.io.IOException
write
in interface Escaping
java.io.IOException
protected abstract void write(char p_char, java.io.Writer p_writer) throws java.io.IOException
java.io.IOException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |