EAF 6.4 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

E

ENABLED - Static variable in class org.enhydra.server.EnhydraServer
 
ENCODE_RANDOM_NO - Static variable in class com.lutris.appserver.server.sessionEnhydra.StandardSessionManager
 
ENCODE_RANDOM_YES - Static variable in class com.lutris.appserver.server.sessionEnhydra.StandardSessionManager
 
ENCODE_URL_ALWAYS - Static variable in class com.lutris.appserver.server.sessionEnhydra.StandardSessionManager
Indicates that url encoding of session ids is always preformed.
ENCODE_URL_AUTO - Static variable in class com.lutris.appserver.server.sessionEnhydra.StandardSessionManager
Indicates that url encoding of session ids is preformed only when cookies are disabled on the client browser.
ENCODE_URL_NEVER - Static variable in class com.lutris.appserver.server.sessionEnhydra.StandardSessionManager
Indicates that url encoding of session ids is never preformed.
ENHYDRA_APP - Static variable in class org.enhydra.server.AppInfo
 
ENHYDRA_SESSION_ID_COOKIE - Static variable in class com.lutris.appserver.server.StandardAppUtil
 
ENHYDRA_SESSION_ID_URL - Static variable in class com.lutris.appserver.server.StandardAppUtil
 
EOF - Static variable in class com.lutris.util.BMByteSearchStream
EOF value.
Enhydra - class com.lutris.Enhydra.
Provides static information, such as version number, about the software contained in enhydra.jar.
Enhydra() - Constructor for class com.lutris.Enhydra
Disallow instantiation.
Enhydra - class com.lutris.appserver.server.Enhydra.
The Enhydra class provides static methods that allow each application to conviently get at their application object.
Enhydra() - Constructor for class com.lutris.appserver.server.Enhydra
Prevent instantiation
EnhydraPortFilter - class org.enhydra.filters.EnhydraPortFilter.
Filter that reads list of server ports on which servlet should not respond from config file (given as parameter) and disables application servlets to run on that ports.
EnhydraPortFilter() - Constructor for class org.enhydra.filters.EnhydraPortFilter
 
EnhydraServer - class org.enhydra.server.EnhydraServer.
Description: Class EnhydraServer use singleton pattern to provide all necessary data about registered (started) Enhydra applications.
EnhydraServerXML - class org.enhydra.server.conf.EnhydraServerXML.
 
EnhydraServerXML(String) - Constructor for class org.enhydra.server.conf.EnhydraServerXML
 
EnhydraSnoopServlet - class org.enhydra.servlet.servlets.EnhydraSnoopServlet.
Snoop servlet.
EnhydraSnoopServlet() - Constructor for class org.enhydra.servlet.servlets.EnhydraSnoopServlet
 
EnhydraXMLCLogger - class com.lutris.logging.EnhydraXMLCLogger.
XMLC logger interface to PrintWriter streams.
EnhydraXMLCLogger(LogChannel) - Constructor for class com.lutris.logging.EnhydraXMLCLogger
Constructor specifing a single stream to be used for both info and error logging.
ExceptionUtils - class com.lutris.util.ExceptionUtils.
A collection of static methods that deal with Exceptions.
enableConnection(String, String) - Method in class org.enhydra.server.EnhydraServer
Enable connection to the application on port number.
enabledLevelFlags - Variable in class com.lutris.logging.Log4jLogger
Table of levels that are to be enabled.
enabledLevelFlags - Variable in class com.lutris.logging.MonologLogger
Table of levels that are to be enabled.
enabledLevelFlags - Variable in class com.lutris.logging.StandardLogger
Table of levels that are to be enabled.
encode(String) - Static method in class com.lutris.util.HtmlEncoder
Translates a string into a HTML safe format.
encode(String) - Static method in class com.lutris.util.JavaScriptEncoder
Translates a string into a JavaScript safe format.
encodeFirstUrl - Variable in class com.lutris.appserver.server.sessionEnhydra.StandardSessionManager
Url encoding for first page state (force it or not)
encodeRedirectUrl(String) - Method in class com.lutris.appserver.server.httpPresentation.servlet.ServletHttpPresentationResponse
Encodes a url with session id for sendRedirect for use with cookieless browsers.
encodeUrl(String, String) - Static method in class com.lutris.appserver.server.StandardAppUtil
Encode a URL with a session identifier.
encodeUrl(String) - Method in class com.lutris.appserver.server.httpPresentation.servlet.ServletHttpPresentationResponse
Encodes a url with session id for use with cookieless browsers.
encodeUrlState - Variable in class com.lutris.appserver.server.sessionContainerAdapter.ContainerAdapterSessionManager
The url encoding state.
encodeUrlState - Variable in class com.lutris.appserver.server.sessionEnhydra.StandardSessionManager
The url encoding state.
ensureAppIsRunning() - Method in class com.lutris.appserver.server.httpPresentation.servlet.HttpPresentationServlet
This method is public for use by the ServletManager to run the application startup() method after init().
equals(Object) - Method in class com.lutris.appserver.server.sessionEnhydra.SessionThread
Compares equality of two objects.
equals(float) - Method in class com.lutris.util.Currency
Check if equal to a float value.
equals(double) - Method in class com.lutris.util.Currency
Check if equal to a double value.
error(Object) - Method in class org.enhydra.logging.CommonLoggingMonologLogger
Log a message to the CommonLoggingMonologLogger Logger with ERROR priority.
error(Object, Throwable) - Method in class org.enhydra.logging.CommonLoggingMonologLogger
Log an error to the CommonLoggingMonologLogger Logger with ERROR priority.
errorEnabled() - Method in class com.lutris.logging.EnhydraXMLCLogger
Determine if error logging is enabled.
exception - Variable in class com.lutris.appserver.server.httpPresentation.HttpPresentationComms
If an exception/error occured, this field is set to the exception object.
execute() - Method in class org.enhydra.server.util.UnpackWar
Unpack war to destination directory.
executeDelete(DBConnection) - Method in class com.lutris.appserver.server.sessionEnhydra.persistent.PersistentSessionDO
Method to delete an object from the database.
executeDelete(DBConnection) - Method in class com.lutris.appserver.server.sessionEnhydra.persistent.SessionDeleteDO
Method to delete an object from the database.
executeInsert(DBConnection) - Method in class com.lutris.appserver.server.sessionEnhydra.persistent.PersistentSessionDO
Inserts the session into the database.
executeInsert(DBConnection) - Method in class com.lutris.appserver.server.sessionEnhydra.persistent.SessionDeleteDO
Inserts the session into the database.
executeUpdate(DBConnection) - Method in class com.lutris.appserver.server.sessionEnhydra.persistent.PersistentSessionDO
Method to update contents of object in database.
executeUpdate(DBConnection) - Method in class com.lutris.appserver.server.sessionEnhydra.persistent.SessionDeleteDO
Method to update contents of object in database.
existDbName(String) - Method in class org.enhydra.server.DatabaseEdit
Checks existence of given database name in the list of already defined databases for application.
exists(String) - Method in class com.lutris.util.FilePersistentStore
Method to query if an an object is stored.
expireSession(String) - Method in class com.lutris.appserver.server.sessionContainerAdapter.JmxContainerAdapterSessionManager
Expires the session identified by the SessionId
expiredSessionCount() - Method in class com.lutris.appserver.server.sessionContainerAdapter.JmxContainerAdapterSessionManager
 
expiredSessionCount() - Method in class com.lutris.appserver.server.sessionContainerAdapter.TomcatContainerAdapterSessionManager
 
expiresToMaxAge(String) - Static method in class com.lutris.http.HttpCookieParser
Convert an old cookie expires data to maximum age; assuming now as the start.

EAF 6.4 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