A B C D E F G H I J K L M N O P Q R S T U V W X

W

wrapInXSLStylesheet(String) - Static method in class com.bristle.javalib.xml.XSLUtil
Returns an XSL stylesheet as a String, wrapping the syntax for the required xsl:stylesheet node around the specified XML string which may be one or more xsl:templates, or any other valid XSL syntax.
wrapThrowableInXML(Throwable, Object) - Static method in class com.bristle.javalib.xml.XMLUtil
Wraps the info from a Java Throwable in an XML Document.
wrapThrowableInXMLString(Throwable, Object) - Static method in class com.bristle.javalib.xml.XMLUtil
Wraps the info from a Java Throwable in an XML String.
wrapThrowableSafelyInXMLString(Throwable, Object) - Static method in class com.bristle.javalib.xml.XMLUtil
Wraps the info from a Java Throwable in an XML String, without risk of throwing another Throwable.
write(String) - Method in class com.bristle.javalib.xml.XMLWriter
Write the line of text to the Writer.
writeEndTag(Writer, String) - Static method in class com.bristle.javalib.xml.XMLUtil
Write the end version of the specified XML tag to the specified Writer.
writeEndTag(String, boolean) - Method in class com.bristle.javalib.xml.XMLWriter
Write the end version of the specified XML tag to the Writer, optionally followed by a newline.
writeEndTag(String) - Method in class com.bristle.javalib.xml.XMLWriter
Write the end version of the specified XML tag to the Writer, followed by a newline.
writeFriendlyErrorMessage(HttpServletResponse, String, Throwable) - Static method in class com.bristle.javalib.net.http.HttpUtil
Write a friendly error message to the HTTP client.
writeImageToFileAsJPEG(Image, String) - Static method in class com.bristle.javalib.awt.ImgUtil
Write the specified Image to the file with the specified name, converting it to a JPEG.
writeImageToOutputStreamAsJPEG(Image, OutputStream) - Static method in class com.bristle.javalib.awt.ImgUtil
Write the specified Image to the specified OutputStream, converting it to a JPEG.
writeInfoAvailableToServlet(HttpServlet, HttpServletRequest, HttpServletResponse) - Static method in class com.bristle.javalib.net.http.HttpUtil
Write as an XML stream to the HTTP client all information available to a servlet.
writeln() - Method in class com.bristle.javalib.xml.XMLWriter
Write a newline to the Writer.
writeln(String) - Method in class com.bristle.javalib.xml.XMLWriter
Write the line of text to the Writer, followed by a newline.
writeStartTag(Writer, String) - Static method in class com.bristle.javalib.xml.XMLUtil
Write the start version of the specified XML tag to the specified Writer.
writeStartTag(String, boolean) - Method in class com.bristle.javalib.xml.XMLWriter
Write the start version of the specified XML tag to the Writer, optionally followed by a newline.
writeStartTag(String) - Method in class com.bristle.javalib.xml.XMLWriter
Write the start version of the specified XML tag to the Writer, followed by a newline.
writeStartTagAndAttributes(Writer, String, String) - Static method in class com.bristle.javalib.xml.XMLUtil
Write the start version of the specified XML tag to the specified Writer, including an attribute string.
writeStartTagAndAttributes(String, String, boolean) - Method in class com.bristle.javalib.xml.XMLWriter
Write the start version of the specified XML tag to the Writer, including a string containing one or more attributes, optionally followed by a newline.
writeStartTagAndAttributes(String, String) - Method in class com.bristle.javalib.xml.XMLWriter
Write the start version of the specified XML tag to the Writer, including a string containing one or more attributes, followed by a newline.
writeTagAndValue(Writer, String, String) - Static method in class com.bristle.javalib.xml.XMLUtil
Write the specified value, enclosed in the start and end versions of the specified XML tag, to the specified Writer.
writeTagAndValue(String, String, boolean) - Method in class com.bristle.javalib.xml.XMLWriter
Write the specified value, enclosed in the start and end versions of the specified XML tag, to the Writer, optionally followed by a newline.
writeTagAndValue(String, String) - Method in class com.bristle.javalib.xml.XMLWriter
Write the specified value, enclosed in the start and end versions of the specified XML tag, to the Writer, followed by a newline.

A B C D E F G H I J K L M N O P Q R S T U V W X