EAF 7.6 Implementation
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

badGateway - Static variable in class com.lutris.http.HttpStatus
 
badRequest - Static variable in class com.lutris.http.HttpStatus
 
Base64Encoder - Class in com.lutris.util
Various conversion methods.
Base64Encoder() - Constructor for class com.lutris.util.Base64Encoder
 
BASE_DIR_PARAM - Variable in class org.enhydra.util.xsl.GenericXSLTPostProcessor
 
BASE_DIR_PARAM_NAME - Static variable in class org.enhydra.util.xsl.GenericXSLTPostProcessor
 
BASE_DIR_PARAM_NAME_VALUE - Static variable in class org.enhydra.util.xsl.GenericXSLTPostProcessor
 
BaseAdapter - Class in org.enhydra.util.chiba
AbstractChibaAdapter extension with flag system support that helps with implementin adapter reinitialization (performance improvement)
BaseAdapter() - Constructor for class org.enhydra.util.chiba.BaseAdapter
 
baseDir - Variable in class org.enhydra.util.xsl.GenericXSLTPostProcessor
 
BasicAuth - Class in com.lutris.http
Methods to be used to implement the HTTP Basic Auth authorization method.
BasicAuthResult - Class in com.lutris.http
This class is used by BasicAuth to return both the username and the password at once.
BasicAuthResult(String, String) - Constructor for class com.lutris.http.BasicAuthResult
Only the BasicAuth class should create instances of this class.
BasicSession - Class in com.lutris.appserver.server.sessionEnhydra
The standard implementation of the StandardSession interface.
BasicSession() - Constructor for class com.lutris.appserver.server.sessionEnhydra.BasicSession
Need the following constructor in order to serialize?
BasicSession(StandardSessionManager, String) - Constructor for class com.lutris.appserver.server.sessionEnhydra.BasicSession
Construct a new session.
BasicSession(StandardSessionManager, String, SessionData) - Constructor for class com.lutris.appserver.server.sessionEnhydra.BasicSession
Construct a new session.
BasicSessionHome - Class in com.lutris.appserver.server.sessionEnhydra
BasicSessionHome creates instances of BasicSession and manages the 'active'/'passive' state of those sessions.
BasicSessionHome(StandardSessionManager, Config) - Constructor for class com.lutris.appserver.server.sessionEnhydra.BasicSessionHome
 
BasicSessionHome(StandardSessionManager, Config, ClassLoader) - Constructor for class com.lutris.appserver.server.sessionEnhydra.BasicSessionHome
 
bindSessionToClient(HttpPresentationComms) - Static method in class com.lutris.appserver.server.StandardAppUtil
Associate a new StandardSession to a client cookie.
BMByteSearch - Class in com.lutris.util
Implements the Boyer-Moore pattern matching algorithm for a given byte pattern.
BMByteSearch(String) - Constructor for class com.lutris.util.BMByteSearch
Creates a precomputed Boyer-Moore byte string search object from the given pattern.
BMByteSearch(byte[]) - Constructor for class com.lutris.util.BMByteSearch
Creates a precomputed Boyer-Moore byte string search object from the given pattern.
BMByteSearch(byte[], int, int) - Constructor for class com.lutris.util.BMByteSearch
Creates a precomputed Boyer-Moore byte string search object from a portion of the given pattern array.
BMByteSearchStream - Class in com.lutris.util
Implements the Boyer-Moore pattern matching algorithm for a given byte pattern.
BMByteSearchStream(InputStream, String, int) - Constructor for class com.lutris.util.BMByteSearchStream
Creates a Boyer-Moore byte stream scanner for a given pattern.
buildQueryTable(Hashtable) - Static method in class com.lutris.appserver.server.httpPresentation.HttpUtil
Convert a HTTP query string object to a keyword/value table.
buildQueryTable(String) - Static method in class com.lutris.appserver.server.httpPresentation.HttpUtil
Convert a HTTP query string to a keyword/value table.
BytesToString - Class in com.lutris.util
This class has static methods which convert arrays of bytes to a strings.
BytesToString() - Constructor for class com.lutris.util.BytesToString
 

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