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

S

saveAsGlobalSingleton(Logger) - Method in class com.bristle.javalib.log.LoggerFinder
Save the specified Logger as the Logger global singleton, to be found by future calls to find().
saveAsGlobalSingleton(ConnectionPool) - Method in class com.bristle.javalib.sql.ConnectionPoolFinder
Save the specified ConnectionPool as the ConnectionPool global singleton, to be found by future calls to find().
saveInServletContext(Logger) - Method in class com.bristle.javalib.log.LoggerFinder
Save the specified Logger in the ServletContext to be found by future calls to find().
saveInServletContext(ConnectionPool) - Method in class com.bristle.javalib.sql.ConnectionPoolFinder
Save the specified ConnectionPool in the ServletContext to be found by future calls to find().
saveInSession(Logger) - Method in class com.bristle.javalib.log.LoggerFinder
Save the specified Logger in the Session to be found by future calls to find().
saveInSession(ConnectionPool) - Method in class com.bristle.javalib.sql.ConnectionPoolFinder
Save the specified ConnectionPool in the Session to be found by future calls to find().
scaleImageToFileAsJPEG(String, String, int, int, boolean, int, ImgUtil.ScaleAlgorithm) - Static method in class com.bristle.javalib.awt.ImgUtil
Copy an image from the specified filename to the specified filename, converting it to a JPEG, and scaling it to the specified size.
scaleImageToFileAsJPEG(String, String, int, ImgUtil.ScaleAlgorithm) - Static method in class com.bristle.javalib.awt.ImgUtil
Copy an image from the specified filename to the specified filename, converting it to a JPEG, and scaling it by the specified percent.
scaleImageToOutputStreamAsJPEG(Image, OutputStream, int, int, boolean, int, ImgUtil.ScaleAlgorithm) - Static method in class com.bristle.javalib.awt.ImgUtil
Write the specified Image to the specified OutputStream, converting it to a JPEG, and scaling it to the specified size.
scaleImageToOutputStreamAsJPEG(InputStream, OutputStream, int, int, boolean, int, ImgUtil.ScaleAlgorithm) - Static method in class com.bristle.javalib.awt.ImgUtil
Copy an image from the specified InputStream to the specified OutputStream, converting it to a JPEG, and scaling it to the specified size.
scaleImageToOutputStreamAsJPEG(String, OutputStream, int, int, boolean, int, ImgUtil.ScaleAlgorithm) - Static method in class com.bristle.javalib.awt.ImgUtil
Copy an image from the specified filename to the specified OutputStream, converting it to a JPEG, and scaling it to the specified size.
scaleImageToOutputStreamAsJPEG(Image, OutputStream, int, ImgUtil.ScaleAlgorithm) - Static method in class com.bristle.javalib.awt.ImgUtil
Write the specified Image to the specified OutputStream, converting it to a JPEG, and scaling it by the specified percent.
scaleImageToOutputStreamAsJPEG(InputStream, OutputStream, int, ImgUtil.ScaleAlgorithm) - Static method in class com.bristle.javalib.awt.ImgUtil
Copy an image from the specified InputStream to the specified OutputStream, converting it to a JPEG, and scaling it by the specified percent.
scaleImageToOutputStreamAsJPEG(String, OutputStream, int, ImgUtil.ScaleAlgorithm) - Static method in class com.bristle.javalib.awt.ImgUtil
Copy an image from the specified filename to the specified OutputStream, converting it to a JPEG, and scaling it by the specified percent.
Securable - Interface in com.bristle.javalib.security
This interface acts as a flag that the implementing class is securable via the Bristle Software access control scheme, and requires the implementing class to provide methods in support of that.
SecurableObject - Class in com.bristle.javalib.security
This class is a simple object that implements the Securable interface.
SecurableObject() - Constructor for class com.bristle.javalib.security.SecurableObject
Constructor.
SecurableObject(String, int, int) - Constructor for class com.bristle.javalib.security.SecurableObject
Constructor.
SecurableObjectMapBean - Class in com.bristle.javalib.security
This bean class carries a MapBean which is a map of Securable ids to Securable objects.
SecurableObjectMapBean(List) - Constructor for class com.bristle.javalib.security.SecurableObjectMapBean
Constructor.
serialize(Document, Writer) - Static method in class com.bristle.javalib.xml.XMLUtil
Serialize the XML Document into the specified Writer, silently tolerating a null Document.
serialize(Document, OutputStream) - Static method in class com.bristle.javalib.xml.XMLUtil
Serialize the XML Document into the specified OutputStream, silently tolerating a null Document.
serialize(Document) - Static method in class com.bristle.javalib.xml.XMLUtil
Serialize the XML Document into a string of XML.
serialize(DocumentFragment, Writer) - Static method in class com.bristle.javalib.xml.XMLUtil
Serialize the XML DocumentFragment into the specified Writer, silently tolerating a null DocumentFragment.
serialize(DocumentFragment, OutputStream) - Static method in class com.bristle.javalib.xml.XMLUtil
Serialize the XML DocumentFragment into the specified OutputStream, silently tolerating a null DocumentFragment.
serialize(DocumentFragment) - Static method in class com.bristle.javalib.xml.XMLUtil
Serialize the XML DocumentFragment into a string of XML.
serialize(Element, Writer) - Static method in class com.bristle.javalib.xml.XMLUtil
Serialize the XML Element into the specified Writer, silently tolerating a null Element.
serialize(Element, OutputStream) - Static method in class com.bristle.javalib.xml.XMLUtil
Serialize the XML Element into the specified OutputStream, silently tolerating a null Element.
serialize(Element) - Static method in class com.bristle.javalib.xml.XMLUtil
Serialize the XML Element into a string of XML.
serializeChildElements(Node, Writer) - Static method in class com.bristle.javalib.xml.XMLUtil
Serialize the child Elements of the XML Node into the specified Writer, silently tolerating a null Node.
serializeChildElements(Node, OutputStream) - Static method in class com.bristle.javalib.xml.XMLUtil
Serialize the child Elements of the XML Node into the specified OutputStream, silently tolerating a null Node.
serializeChildElements(Node) - Static method in class com.bristle.javalib.xml.XMLUtil
Serialize the child Elements of the XML Node into a string of XML
ServletContextLoggerTarget - Class in com.bristle.javalib.log
This class implements the Logger.LoggerTarget interface, writing log entries to a ServletContext (Web server log file).
ServletContextLoggerTarget(ServletContext) - Constructor for class com.bristle.javalib.log.ServletContextLoggerTarget
Constructor.
ServletContextLoggerTarget.Tester - Class in com.bristle.javalib.log
Each class contains a Tester inner class with a main() for easier unit testing.
ServletContextLoggerTarget.Tester() - Constructor for class com.bristle.javalib.log.ServletContextLoggerTarget.Tester
 
ServletDebugger - Class in com.bristle.javalib.net.http
This class contains utility routines for interacting with the HTTP protocol.
ServletDebugger() - Constructor for class com.bristle.javalib.net.http.ServletDebugger
 
ServletDebugger.Tester - Class in com.bristle.javalib.net.http
Each class contains a Tester inner class with a main() for easier unit testing.
ServletDebugger.Tester() - Constructor for class com.bristle.javalib.net.http.ServletDebugger.Tester
 
setAborted(boolean) - Method in class com.bristle.javalib.log.LoggerUtil
Set the aborted flag.
setAcronym(String) - Method in class com.bristle.javalib.app.Application
Set the user-visible acronym of the application.
setAll(String, String, String, String, String, int, int, int, String, String, String, String, String, String, String, String, String, String, String) - Method in class com.bristle.javalib.app.Application
Set all properties.
setAll(int, AbstractDictionaryEntry, String, String, String, String, String, String, String, String, AbstractDictionaryEntry) - Method in class com.bristle.javalib.sql.dictionary.AbstractDictionaryEntry
Set all properties.
setAppName(String) - Method in class com.bristle.javalib.log.Logger
Set the application name to be recorded in log entries.
setAppVersion(String) - Method in class com.bristle.javalib.log.Logger
Set the application version to be recorded in log entries.
setAutoCommit(boolean) - Method in class com.bristle.javalib.sql.DummyConnection
 
setAwtHeadless() - Static method in class com.bristle.javalib.awt.ImgUtil
Set AWT to run in headless mode, meaning there is no local graphical display on the server.
setBoolean(Boolean) - Method in class com.bristle.javalib.util.BooleanWrapper
Set the wrapped Boolean.
setboolean(boolean) - Method in class com.bristle.javalib.util.BooleanWrapper
Set the wrapped Boolean.
setCatalog(String) - Method in class com.bristle.javalib.sql.DummyConnection
 
setCategory(String) - Method in class com.bristle.javalib.sql.dictionary.AbstractDictionaryEntry
Set the category.
setClassId(int) - Method in class com.bristle.javalib.security.SecurableObject
Set the id of the class of objects.
setCompanyAddress(String) - Method in class com.bristle.javalib.app.Application
Set the company address.
setCompanyEMailAddress(String) - Method in class com.bristle.javalib.app.Application
Set the company e-mail address.
setCompanyName(String) - Method in class com.bristle.javalib.app.Application
Set the company name.
setCompanyPhoneNumber(String) - Method in class com.bristle.javalib.app.Application
Set the company phone number.
setCompanyWebSiteURL(String) - Method in class com.bristle.javalib.app.Application
Set the company web site URL.
setConnectionTestString(String) - Static method in class com.bristle.javalib.sql.ConnectionPoolUtil
Set the connection test string.
setCreateDT(String) - Method in class com.bristle.javalib.sql.bristle.AbstractStandardTableBackedObject
Set the date and time at which it was created.
setCreateUser(String) - Method in class com.bristle.javalib.sql.bristle.AbstractStandardTableBackedObject
Set the username of the user who created it.
setDataSource(String) - Method in class com.bristle.javalib.security.SecurableObject
Set the data source, typically a DB table name, of the object.
setDefaultConnection(Connection) - Method in class com.bristle.javalib.sql.ConnectionPoolUtil
Set the default Connection.
setDefaultConnectionPool(ConnectionPool) - Method in class com.bristle.javalib.sql.ConnectionPoolUtil
Set the default ConnectionPool.
setDefaultDBConfig(ConnectionPool.DBConfig) - Method in class com.bristle.javalib.sql.ConnectionPoolUtil
Set the default DBConfig.
setDefaultLogger(Logger) - Method in class com.bristle.javalib.sql.ConnectionPoolUtil
Set the default Logger.
setDefaultResultSetConcurrency(int) - Method in class com.bristle.javalib.sql.ConnectionPoolUtil
Set the default result set concurrency to one of: ResultSet.CONCUR_READONLY, or ResultSet.CONCUR_UPDATABLE,
setDefaultResultSetType(int) - Method in class com.bristle.javalib.sql.ConnectionPoolUtil
Set the default result set type to one of: ResultSet.TYPE_FORWARD_ONLY, ResultSet.TYPE_SCROLL_INSENSITIVE, or ResultSet.TYPE_SCROLL_SENSITIVE
setDefinition(String) - Method in class com.bristle.javalib.sql.dictionary.AbstractDictionaryEntry
Set the definition.
setDescrip(String) - Method in class com.bristle.javalib.app.Application
Set the description of the application, potentially multiple sentences.
setFilename(String) - Method in class com.bristle.javalib.log.Logger.FilenameLoggerTarget
Set the filename to write log entries to.
setFullName(String) - Method in class com.bristle.javalib.app.Application
Set the full user-visible name of the application.
setHoldability(int) - Method in class com.bristle.javalib.sql.DummyConnection
 
setId(int) - Method in class com.bristle.javalib.security.SecurableObject
Set the id.
setId(int) - Method in class com.bristle.javalib.sql.bristle.AbstractStandardTableBackedObject
Set the id.
setInt(int) - Method in class com.bristle.javalib.util.IntegerWrapper
Set the wrapped Integer.
setInteger(Integer) - Method in class com.bristle.javalib.util.IntegerWrapper
Set the wrapped Integer.
setInternalCategory(AbstractDictionaryEntry) - Method in class com.bristle.javalib.sql.dictionary.AbstractDictionaryEntry
Set the internal category.
setInternalName(String) - Method in class com.bristle.javalib.app.Application
Set the internal name of the application, typically used in property files and such, but not typically shown to the user.
setLargeImageFileName(String) - Method in class com.bristle.javalib.app.Application
Get the filename of the large image (GIF, JPG, etc.) for the application.
setLogger(Logger) - Method in class com.bristle.javalib.log.LoggerUtil
Set the Logger.
setLoggersUserInfoString() - Method in class com.bristle.javalib.log.LoggerUtil
Set the Logger to impersonate the previously specified user, location, and user agent, rather than logging all entries as the current username logged into the computer, which may be a Web Server.
setLogLevel(int) - Method in class com.bristle.javalib.log.Logger
Set the log level.
setLogLevelOfOperation(int) - Method in class com.bristle.javalib.log.LoggerUtil
Set the log level of the current operation.
setLogLevelOfOperation(int) - Method in class com.bristle.javalib.sql.ConnectionPoolUtil
Set the level of logging operations done by this class.
setLogLevelOfOperation(int) - Method in class com.bristle.javalib.sql.oracle.OracleConnectionPoolUtil
Set the level of logging operations done by this class.
setLongCopyright(String) - Method in class com.bristle.javalib.app.Application
Set the long copyright of the application.
setMajorVersionNumber(int) - Method in class com.bristle.javalib.app.Application
Set the major version number of the application.
setMap(Map) - Method in class com.bristle.javalib.bean.MapBean
Set the encapsulated Map.
setMaxIdleMillisecs(long) - Method in class com.bristle.javalib.sql.ConnectionPool
Set the max number of milliseconds a database connection will sit idle in the pool before being closed.
setMaxRandomInt(int) - Method in class com.bristle.javalib.bean.MathBean
Set the max random int.
setMaxTimesToUse(int) - Method in class com.bristle.javalib.sql.ConnectionPool
Set the max number of times to use the connection before closing it and opening a new one.
setMinimalFields(int, String, String) - Method in class com.bristle.javalib.sql.dictionary.AbstractDictionaryEntry
Set only the properties required to use the dictionary entry, without concern for editing it, maintaining it, etc.
setMinorVersionNumber(int) - Method in class com.bristle.javalib.app.Application
Set the minor version number of the application.
setMinRandomInt(int) - Method in class com.bristle.javalib.bean.MathBean
Set the min random int.
setNewLineString(String) - Method in class com.bristle.javalib.xml.XMLWriter
Set the newline String.
setNodeValueViaXPath(Node, String, String) - Static method in class com.bristle.javalib.xml.XMLUtil
Set the value of the specified XML Node.
setNotes(String) - Method in class com.bristle.javalib.app.Application
Set the notes about the application.
setNotes(String) - Method in class com.bristle.javalib.sql.dictionary.AbstractDictionaryEntry
Set the notes.
setNullClassId(int) - Method in class com.bristle.javalib.security.SecurableObject
Set the value that indicates a null id of the class of objects.
setNullId(int) - Method in class com.bristle.javalib.security.SecurableObject
Set the value that indicates a null id.
setOperationName(String) - Method in class com.bristle.javalib.log.LoggerUtil
Set the name of the current operation.
setPreserveLoggerUsername(boolean) - Method in class com.bristle.javalib.log.LoggerUtil
Set the PreserveLoggerUsername flag.
setReadOnly(boolean) - Method in class com.bristle.javalib.sql.DummyConnection
 
setResponseDownloadFilename(HttpServletResponse, String) - Static method in class com.bristle.javalib.net.http.HttpUtil
Set the response header to indentify the response content as a file download, specifying a default name for the HTTP client to use when saving the file.
setResponseNoCache(HttpServletResponse) - Static method in class com.bristle.javalib.net.http.HttpUtil
Set the response header to prevent caching of the page by the browser.
setRevisionNumber(int) - Method in class com.bristle.javalib.app.Application
Set the revision number of the application.
setSavepoint() - Method in class com.bristle.javalib.sql.DummyConnection
 
setSavepoint(String) - Method in class com.bristle.javalib.sql.DummyConnection
 
setServletAttribute(HttpServletRequest, String, Object) - Static method in class com.bristle.javalib.net.http.HttpUtil
Set the value of the specified attribute in the ServletContext (application context) of the servlet associated with the specified HttpServletRequest.
setServletContext(ServletContext) - Method in class com.bristle.javalib.log.ServletContextLoggerTarget
Set the ServletContext to write log entries to.
setSessionAttribute(HttpServletRequest, String, Object) - Static method in class com.bristle.javalib.net.http.HttpUtil
Set the value of the specified attribute in the Session associated with the specified HttpServletRequest.
setShortCopyright(String) - Method in class com.bristle.javalib.app.Application
Set the short copyright of the application.
setShortName(String) - Method in class com.bristle.javalib.app.Application
Set the short user-visible name of the application.
setShowDynamicFields(boolean) - Method in class com.bristle.javalib.log.Logger.WriterLoggerTarget
Set the flag about whether to show dynamic fields, like memory sizes and time stamps.
setShowElapsedTime(boolean) - Method in class com.bristle.javalib.log.LoggerUtil
Set the flag about whether to show elapsed time on logEnd() calls.
setSingleton(Logger) - Static method in class com.bristle.javalib.log.Logger
Set the singleton Logger.
setSingleton(ConnectionPool) - Static method in class com.bristle.javalib.sql.ConnectionPool
Set the singleton ConnectionPool.
setSmallImageFileName(String) - Method in class com.bristle.javalib.app.Application
Get the filename of the small image (GIF, JPG, etc.) for the application.
setStatus(AbstractDictionaryEntry) - Method in class com.bristle.javalib.sql.bristle.AbstractStandardTableBackedObject
Set the status.
setString(String) - Method in class com.bristle.javalib.util.StringWrapper
Set the wrapped String.
setTerm(String) - Method in class com.bristle.javalib.sql.dictionary.AbstractDictionaryEntry
Set the term.
setTextNodeValueViaXPath(Node, String, String) - Static method in class com.bristle.javalib.xml.XMLUtil
Set the value of the text node that is embedded in the node that is located at the specified XPath from the specified node.
setTransactionIsolation(int) - Method in class com.bristle.javalib.sql.DummyConnection
 
setTypeMap(Map) - Method in class com.bristle.javalib.sql.DummyConnection
 
setUpdateDT(String) - Method in class com.bristle.javalib.sql.bristle.AbstractStandardTableBackedObject
Set the date and time at which it was last updated.
setUpdateUser(String) - Method in class com.bristle.javalib.sql.bristle.AbstractStandardTableBackedObject
Set the username of the user who last updated it.
setUserAgent(String) - Method in class com.bristle.javalib.log.LoggerUtil
Set the user agent.
setUserLocation(String) - Method in class com.bristle.javalib.log.LoggerUtil
Set the user location.
setUsername(String) - Method in class com.bristle.javalib.log.Logger
Set the username to be recorded in log entries.
setUsername(String) - Method in class com.bristle.javalib.log.LoggerUtil
Set the username.
setVersionString(String) - Method in class com.bristle.javalib.app.Application
Set the user-visible version string of the application.
setWriter(Writer) - Method in class com.bristle.javalib.log.Logger.WriterLoggerTarget
Set the Writer to write log entries to.
setXMLAppNameTag(String) - Method in class com.bristle.javalib.log.XMLDOMLoggerTarget
Set the XML tag used for "AppName" nodes.
setXMLAppVersionTag(String) - Method in class com.bristle.javalib.log.XMLDOMLoggerTarget
Set the XML tag used for "AppVersion" nodes.
setXMLDateTimeTag(String) - Method in class com.bristle.javalib.log.XMLDOMLoggerTarget
Set the XML tag used for "DateTime" nodes.
setXMLDOM(Document) - Method in class com.bristle.javalib.log.XMLDOMLoggerTarget
Set the XML DOM to write log entries to.
setXMLEntryTag(String) - Method in class com.bristle.javalib.log.XMLDOMLoggerTarget
Set the XML tag used for "Entry" nodes.
setXMLLevelTag(String) - Method in class com.bristle.javalib.log.XMLDOMLoggerTarget
Set the XML tag used for "Level" nodes.
setXMLMillisecsTag(String) - Method in class com.bristle.javalib.log.XMLDOMLoggerTarget
Set the XML tag used for "Millisecs" nodes.
setXMLMsgTag(String) - Method in class com.bristle.javalib.log.XMLDOMLoggerTarget
Set the XML tag used for "Msg" nodes.
setXMLRootTag(String) - Method in class com.bristle.javalib.log.XMLDOMLoggerTarget
Set the XML root tag.
setXMLThreadNameTag(String) - Method in class com.bristle.javalib.log.XMLDOMLoggerTarget
Set the XML tag used for "ThreadName" nodes.
setXMLTotalMemTag(String) - Method in class com.bristle.javalib.log.XMLDOMLoggerTarget
Set the XML tag used for "TotalMem" nodes.
setXMLUsedMemTag(String) - Method in class com.bristle.javalib.log.XMLDOMLoggerTarget
Set the XML tag used for "UsedMem" nodes.
setXMLUsernameTag(String) - Method in class com.bristle.javalib.log.XMLDOMLoggerTarget
Set the XML tag used for "Username" nodes.
shallowCopyFrom(Application) - Method in class com.bristle.javalib.app.Application
Do a shallow copy of all properties from the specified object.
shallowCopyFrom(AbstractDictionaryEntry) - Method in class com.bristle.javalib.sql.dictionary.AbstractDictionaryEntry
Do a shallow copy of all properties from the specified object.
size() - Method in class com.bristle.javalib.bean.MapBean
Calls Map.size()
skipEntireStreamReturningCount(InputStream) - Static method in class com.bristle.javalib.io.FileUtil
Skip past all bytes in the specified InputStream, returning the count of bytes found.
SMOOTH - Static variable in class com.bristle.javalib.awt.ImgUtil.ScaleAlgorithm
 
sortElements(Node, String, String, XSLUtil.SortDataType, XSLUtil.SortOrder, XSLUtil.SortCaseOrder, DOMResult) - Static method in class com.bristle.javalib.xml.XSLUtil
Sorts the child Elements of the specified Elements of the specified XML Document, DocumentFragment or Element, ordering them by the value of the specified XML Element nested within each child Element, leaving the original XML unmodified, copying the sorted XML to the specified DOMResult (which should refer to an XML Document, DocumentFragment or Element), and returning the sorted XML as a Node.
sortElements(Node, String, String, XSLUtil.SortDataType, XSLUtil.SortOrder, XSLUtil.SortCaseOrder, Node) - Static method in class com.bristle.javalib.xml.XSLUtil
Sorts the child Elements of the specified Elements of the specified XML Document, DocumentFragment or Element, ordering them by the value of the specified XML Element nested within each child Element, leaving the original XML unmodified, copying the sorted XML to the specified Node (which should be an XML Document, DocumentFragment or Element), and returning the sorted XML as a Node.
sortElements(Node, String, String, XSLUtil.SortDataType, XSLUtil.SortOrder, XSLUtil.SortCaseOrder) - Static method in class com.bristle.javalib.xml.XSLUtil
Sorts the child Elements of the specified Elements of the specified XML Document, DocumentFragment or Element, ordering them by the value of the specified XML Element nested within each child Element, leaving the original XML unmodified, copying the sorted XML to a new Document, and returning the sorted XML as a Node.
st - Variable in class com.bristle.javalib.sql.ConnectionPoolUtil.DBContext
 
strACTIVATION_PARAM_NAME - Static variable in class com.bristle.javalib.net.http.ServletDebugger
Name of the HTTP parameter used to active the ServletDebugger.
strANCHOR_TARGET_MEDIA - Static variable in class com.bristle.javalib.net.html.HtmlUtil
Anchor target: Browser's media bar (IE 6.0 and later).
strANCHOR_TARGET_NEW_WINDOW - Static variable in class com.bristle.javalib.net.html.HtmlUtil
Anchor target: New browser window.
strANCHOR_TARGET_PARENT - Static variable in class com.bristle.javalib.net.html.HtmlUtil
Anchor target: Parent window or frame of current frame, or self if no parent.
strANCHOR_TARGET_SEARCH - Static variable in class com.bristle.javalib.net.html.HtmlUtil
Anchor target: Browser's search pane (IE 5.0 and later).
strANCHOR_TARGET_SELF - Static variable in class com.bristle.javalib.net.html.HtmlUtil
Anchor target: Current browser window or frame.
strANCHOR_TARGET_TOP - Static variable in class com.bristle.javalib.net.html.HtmlUtil
Anchor target: Top-level window of browser.
strCONTENT_TYPE_HTML - Static variable in class com.bristle.javalib.net.http.HttpUtil
HTML content-type.
strCONTENT_TYPE_XML - Static variable in class com.bristle.javalib.net.http.HttpUtil
XML content-type.
STRING - Static variable in class com.bristle.javalib.ui.DisplayDataTypeEnum
 
StringWrapper - Class in com.bristle.javalib.util
This class wraps a String.
StringWrapper(String) - Constructor for class com.bristle.javalib.util.StringWrapper
Constructor.
StringWrapper.Tester - Class in com.bristle.javalib.util
Each class contains a Tester inner class with a main() for easier unit testing.
StringWrapper.Tester() - Constructor for class com.bristle.javalib.util.StringWrapper.Tester
 
stripComments(Node, DOMResult) - Static method in class com.bristle.javalib.xml.XSLUtil
Uses an XSL transformation to copy the specified XML Document, DocumentFragment or Element to the specified DOMResult (which should refer to an XML Document, DocumentFragment or Element), but stripping the comments out of the generated copy, and returning the generated XML as a Node.
stripComments(Node, Node) - Static method in class com.bristle.javalib.xml.XSLUtil
Uses an XSL transformation to copy the specified XML Document, DocumentFragment or Element to the specified Node (which should be an XML Document, DocumentFragment or Element), but stripping the comments out of the generated copy, and returning the generated XML as a Node.
stripComments(Node) - Static method in class com.bristle.javalib.xml.XSLUtil
Uses an XSL transformation to copy the specified XML Document, DocumentFragment or Element to a new Document, but stripping the comments out of the generated copy.
strPassword - Variable in class com.bristle.javalib.net.http.HttpUtil.Credentials
 
strUSER_AGENT_UNKNOWN - Static variable in class com.bristle.javalib.net.http.HttpUtil
Constant included in the value returned by getHttpUserAgentAbbrev() when the specified user agent string and/or OS are unknown.
strUsername - Variable in class com.bristle.javalib.net.http.HttpUtil.Credentials
 
StrUtil - Class in com.bristle.javalib.util
This class contains utility routines for manipulating Java Strings.
StrUtil() - Constructor for class com.bristle.javalib.util.StrUtil
 
StrUtil.Tester - Class in com.bristle.javalib.util
Each class contains a Tester inner class with a main() for easier unit testing.
StrUtil.Tester() - Constructor for class com.bristle.javalib.util.StrUtil.Tester
 

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