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

L

left(String, int) - Static method in class com.bristle.javalib.util.StrUtil
Returns a string containing the specified number of chars copied from the beginning of a string, or less if the specified string is too short.
listToString(List) - Static method in class com.bristle.javalib.util.ListUtil
Return a String version of the List.
ListUtil - Class in com.bristle.javalib.util
This class contains utility routines for manipulating Java Lists.
ListUtil() - Constructor for class com.bristle.javalib.util.ListUtil
 
ListUtil.Tester - Class in com.bristle.javalib.util
Each class contains a Tester inner class with a main() for easier unit testing.
ListUtil.Tester() - Constructor for class com.bristle.javalib.util.ListUtil.Tester
 
lngLastUsedMilleseconds - Variable in class com.bristle.javalib.sql.ConnectionPool.ConnectionInfo
 
lngNO_MAX_BYTES - Static variable in class com.bristle.javalib.io.FileUtil
 
lngONE_HOUR - Static variable in class com.bristle.javalib.sql.ConnectionPool
 
loadDocumentFromInputSource(InputSource) - Static method in class com.bristle.javalib.xml.XMLUtil
Load the specified URL into an XML Document.
loadDocumentFromString(String) - Static method in class com.bristle.javalib.xml.XMLUtil
Load the specified XML string into an XML Document.
loadDocumentFromURL(String) - Static method in class com.bristle.javalib.xml.XMLUtil
Load the specified URL into an XML Document.
loadProperties(String) - Method in class com.bristle.javalib.app.Application
Load all properties from a properties file, using the specified internal name as the identifier in the properties file.
log(Logger.Entry) - Method in class com.bristle.javalib.log.Logger.FilenameLoggerTarget
Log the log entry to the file.
log(int, String) - Method in class com.bristle.javalib.log.Logger
Log a message to the various LoggerTargets.
log(Logger.Entry) - Method in interface com.bristle.javalib.log.Logger.LoggerTarget
Log the log entry.
log(Logger.Entry) - Method in class com.bristle.javalib.log.Logger.WriterLoggerTarget
Log the log entry to the Writer.
log(int, String) - Method in class com.bristle.javalib.log.LoggerUtil
Log a message.
log(String) - Method in class com.bristle.javalib.log.LoggerUtil
Log a message at the log level specified in the call to logBegin().
log(Logger.Entry) - Method in class com.bristle.javalib.log.ServletContextLoggerTarget
Log the log entry to the ServletContext.
log(Logger.Entry) - Method in class com.bristle.javalib.log.XMLDOMLoggerTarget
Log the log entry to the XML DOM.
logBegin(String) - Method in class com.bristle.javalib.log.LoggerUtil
Log the beginning of an operation, using the info previously specified, and remembering the current operation name to use on subsequent calls to logEnd(), LogDenied(), etc.
logBegin(int, String, String, String, String) - Method in class com.bristle.javalib.log.LoggerUtil
Log the beginning of an operation.
logBegin(LoggerUtil, String) - Method in class com.bristle.javalib.log.LoggerUtil
Log the beginning of an operation, using the same user info as the specified parentLoggerUtil, and a log level one greater than it.
logDenied(String) - Method in class com.bristle.javalib.log.LoggerUtil
Log the fact that a request was denied, and optionally the reason.
logEnd() - Method in class com.bristle.javalib.log.LoggerUtil
Log the end of an operation.
logError(String, Throwable) - Method in class com.bristle.javalib.log.LoggerUtil
Log an error.
logError(String) - Method in class com.bristle.javalib.log.LoggerUtil
Log an error.
logError(Throwable) - Method in class com.bristle.javalib.log.LoggerUtil
Log an error.
logErrorSafely(Logger, int, String, Throwable) - Static method in class com.bristle.javalib.log.Logger
Log an error message, suppressing all possible errors, even the error of passing a null value for logger.
logErrorSafely(int, String, Throwable) - Static method in class com.bristle.javalib.log.Logger
Log an error message via the singleton Logger, suppressing all possible errors, even the error of having a null value for the singleton Logger.
Logger - Class in com.bristle.javalib.log
This class handles logging of messages to one or more Logger.LoggerTargets (XML DOM, file, Writer, ServletContext, etc.)
Logger() - Constructor for class com.bristle.javalib.log.Logger
 
Logger.Entry - Class in com.bristle.javalib.log
This class represents a log entry that can be sent by a Logger to a LoggerTarget.
Logger.Entry(String, String, String, String, String, String, String, String, String, String) - Constructor for class com.bristle.javalib.log.Logger.Entry
 
Logger.FilenameLoggerTarget - Class in com.bristle.javalib.log
This class implements the LoggerTarget interface, writing log entries to a named text file.
Logger.FilenameLoggerTarget(String) - Constructor for class com.bristle.javalib.log.Logger.FilenameLoggerTarget
Constructor.
Logger.LoggerTarget - Interface in com.bristle.javalib.log
This interface must be implemented by any class that expects to be called by the Logger class to log entries to a target (XML DOM, file, Writer, ServletContext, etc.)
Logger.Tester - Class in com.bristle.javalib.log
Each class contains a Tester inner class with a main() for easier unit testing.
Logger.Tester() - Constructor for class com.bristle.javalib.log.Logger.Tester
 
Logger.WriterLoggerTarget - Class in com.bristle.javalib.log
This class implements the LoggerTarget interface, writing log entries to a Writer.
Logger.WriterLoggerTarget(Writer) - Constructor for class com.bristle.javalib.log.Logger.WriterLoggerTarget
Constructor.
LoggerFinder - Class in com.bristle.javalib.log
This class makes it possible for Java servlets to access an existing Logger that may be stored in the servlet's Session context, the servlet's ServletContext (application context), or as the Logger global singleton.
LoggerFinder(HttpServletRequest) - Constructor for class com.bristle.javalib.log.LoggerFinder
Constructor.
LoggerFinder.Tester - Class in com.bristle.javalib.log
Each class contains a Tester inner class with a main() for easier unit testing.
LoggerFinder.Tester() - Constructor for class com.bristle.javalib.log.LoggerFinder.Tester
 
loggerNO_LOGGING - Static variable in class com.bristle.javalib.sql.ConnectionPoolUtil
 
LoggerUtil - Class in com.bristle.javalib.log
This class supports a useful convention for logging via the Logger class, and makes the logging calls simpler, shorter, and less obtrusive.
LoggerUtil(Logger) - Constructor for class com.bristle.javalib.log.LoggerUtil
Constructor.
LoggerUtil(LoggerUtil) - Constructor for class com.bristle.javalib.log.LoggerUtil
Constructor.
LoggerUtil.Tester - Class in com.bristle.javalib.log
Each class contains a Tester inner class with a main() for easier unit testing.
LoggerUtil.Tester() - Constructor for class com.bristle.javalib.log.LoggerUtil.Tester
 
logNested(String) - Method in class com.bristle.javalib.log.LoggerUtil
Log a message at one more than the log level of the current operation.
logProgressAndCheckError(Logger, int, boolean) - Method in class com.bristle.javalib.xml.XMLWriter
Log the progress of the calling routine in generating its data stream, and check for errors that have occurred when the calling routine wrote to its XMLWriter.
logProgressAndCheckError(Logger, int) - Method in class com.bristle.javalib.xml.XMLWriter
Log the progress of the calling routine in generating its data stream, and check for errors that have occurred when the calling routine wrote to this XMLWriter.
logRetry(String) - Method in class com.bristle.javalib.log.LoggerUtil
Log the fact that something failed and will be retried.
logSafely(Logger, int, String) - Static method in class com.bristle.javalib.log.Logger
Log a message, suppressing all possible errors, even the error of passing a null value for logger.
logSafely(int, String) - Static method in class com.bristle.javalib.log.Logger
Log a message via the singleton Logger, suppressing all possible errors, even the error of having a null value for the singleton Logger.
LOWER_CASE_FIRST - Static variable in class com.bristle.javalib.xml.XSLUtil.SortCaseOrder
 
lpad(String, char, int) - Static method in class com.bristle.javalib.util.StrUtil
Left pad a string.
ltrim(String, String) - Static method in class com.bristle.javalib.util.StrUtil
Left trim a string.

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