|
Interface Summary |
| Xml |
Some of the JspResponseWriter class'
public instance methods write markup (XML, specifically) to the response
stream. |
| Xml.Attr |
Concrete implementations of this interface should impelement
the Type-Safe Enum pattern as outlined by Joshua Bloch in
Effective Java and provide static member variables that
present the complete set of attribute names available in the
XML vocabulary in question. |
| Xml.Tag |
This class implements the Type-Safe Enum pattern as outlined by
Joshua Bloch in Effective Java. |