|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.tapestry.markup.AbstractMarkupFilter
public class AbstractMarkupFilter
Base class for implementation based on a
ICharacterTranslator.
| Constructor Summary | |
|---|---|
protected |
AbstractMarkupFilter(ICharacterTranslator translator)
|
| Method Summary | |
|---|---|
void |
print(java.io.PrintWriter writer,
char[] data,
int offset,
int length,
boolean escapeQuotes)
Print the value to the writer, escaping characters as necessary. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
protected AbstractMarkupFilter(ICharacterTranslator translator)
| Method Detail |
|---|
public void print(java.io.PrintWriter writer,
char[] data,
int offset,
int length,
boolean escapeQuotes)
MarkupFilter
print in interface MarkupFilterwriter - the write to which converted content should be outputdata - a character array containing the characters to be outputoffset - the offset within the array to begin outputlength - the number of characters to outputescapeQuotes - if true, the value is being rendered as an attribute value and double quotes
within the value should be escaped. If false, then then double quotes may pass
through unchanged.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||