Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
B
Base64
- Class in
com.bristle.javalib.util
This class contains support for Base64 encoding and decoding.
Base64()
- Constructor for class com.bristle.javalib.util.
Base64
Base64.InvalidBase64DigitException
- Exception in
com.bristle.javalib.util
This exception is thrown when an invalid character is found as a digit in a Base64 encoded string that is being decoded.
Base64.InvalidBase64DigitException(String)
- Constructor for exception com.bristle.javalib.util.
Base64.InvalidBase64DigitException
Base64.Tester
- Class in
com.bristle.javalib.util
Each class contains a Tester inner class with a main() for easier unit testing.
Base64.Tester()
- Constructor for class com.bristle.javalib.util.
Base64.Tester
Base64.TruncatedBase64EncodingException
- Exception in
com.bristle.javalib.util
This exception is thrown when a Base64 encoded string that is being decoded has an invalid length, or has a trailing Base64 digit that implies that there should be more digits.
Base64.TruncatedBase64EncodingException(String)
- Constructor for exception com.bristle.javalib.util.
Base64.TruncatedBase64EncodingException
blnASK_CLIENT_IF_NECESSARY
- Static variable in class com.bristle.javalib.net.http.
HttpUtil
Constant for use as parameter to getCredentials().
blnAvailable
- Variable in class com.bristle.javalib.sql.
ConnectionPool.ConnectionInfo
blnCLOSE_CONNECTION
- Static variable in class com.bristle.javalib.sql.
ConnectionPoolUtil
blnDONE_WITH_CONNECTION
- Static variable in class com.bristle.javalib.sql.
ConnectionPoolUtil
blnExisted
- Variable in class com.bristle.javalib.sql.
ConnectionPoolUtil.InsertOrUpdateResult
blnPRESERVE_ASPECT_RATIO
- Static variable in class com.bristle.javalib.awt.
ImgUtil
blnREADONLY
- Static variable in class com.bristle.javalib.ui.
PropertyDisplayData
blnREJECT_CURRENT_CREDENTIALS
- Static variable in class com.bristle.javalib.net.http.
HttpUtil
Constant for use as parameter to getCredentials().
blnREQUIRED
- Static variable in class com.bristle.javalib.ui.
PropertyDisplayData
blnUSE_PATH_TO_SERVLET_FOLDER
- Static variable in class com.bristle.javalib.net.http.
HttpUtil
Constant for use as parameter to getConfigFileName().
blnUSE_SERVER_NAME
- Static variable in class com.bristle.javalib.net.http.
HttpUtil
Constant for use as parameter to getConfigFileName().
blnWITH_NEWLINE
- Static variable in class com.bristle.javalib.xml.
XMLWriter
BooleanWrapper
- Class in
com.bristle.javalib.util
This class wraps a Boolean.
BooleanWrapper(boolean)
- Constructor for class com.bristle.javalib.util.
BooleanWrapper
Constructor.
BooleanWrapper(Boolean)
- Constructor for class com.bristle.javalib.util.
BooleanWrapper
Constructor.
BooleanWrapper.Tester
- Class in
com.bristle.javalib.util
Each class contains a Tester inner class with a main() for easier unit testing.
BooleanWrapper.Tester()
- Constructor for class com.bristle.javalib.util.
BooleanWrapper.Tester
buildInsertString(String, String, String)
- Method in class com.bristle.javalib.sql.
ConnectionPoolUtil
Return an INSERT statement composed from the specified table name, columns and values.
buildSelectCountStarString(String, String)
- Method in class com.bristle.javalib.sql.
ConnectionPoolUtil
Return a SELECT COUNT(*) FROM statement composed from the specified table name and WHERE clause.
buildSelectString(String, String, String)
- Method in class com.bristle.javalib.sql.
ConnectionPoolUtil
Return a SELECT statement composed from the specified table name, columns and WHERE clause.
buildUpdateString(String, String, String)
- Method in class com.bristle.javalib.sql.
ConnectionPoolUtil
Return an UPDATE statement composed from the specified table name, WHERE clause, columns and values.
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X