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

G

gatewayTimeout - Static variable in class com.lutris.http.HttpStatus
 
generateTranslet - Variable in class org.enhydra.util.xsl.GenericXSLTPostProcessor
 
GenericXSLTPostProcessor - Class in org.enhydra.util.xsl
 
GenericXSLTPostProcessor() - Constructor for class org.enhydra.util.xsl.GenericXSLTPostProcessor
 
GenericXSLTPostProcessor(LogChannel) - Constructor for class org.enhydra.util.xsl.GenericXSLTPostProcessor
 
GenericXSLTPreProcessor - Class in org.enhydra.util.xsl
 
GenericXSLTPreProcessor() - Constructor for class org.enhydra.util.xsl.GenericXSLTPreProcessor
 
GenericXSLTPreProcessor(LogChannel) - Constructor for class org.enhydra.util.xsl.GenericXSLTPreProcessor
 
get() - Method in class com.lutris.util.CircularQueue
Removes an object from the queue.
get(Object) - Method in class com.lutris.util.LRUCache
Fetch an item from the cache.
getActiveConnections(String) - Method in class org.enhydra.server.DatabaseInfo
Gets the number of currently active connections for the supplied logical database name.
getActiveSessions() - Method in class org.enhydra.server.SessionsInfo
 
getAdditionalClassPaths() - Method in class org.enhydra.server.AppInfo
 
getAppClassLoader() - Method in class com.lutris.appserver.server.httpPresentation.HttpPresentationManager
Get the application class loader.
getAppConfig(String) - Method in class org.enhydra.server.EnhydraServer
This method should be call for editing application config file.
getAppConfigInitParam() - Method in class com.lutris.appserver.server.httpPresentation.servlet.HttpPresentationServlet
Returns the application configuration init parameter.
getAppConfigInitParamName() - Method in class com.lutris.appserver.server.httpPresentation.servlet.HttpPresentationServlet
Returns the application configuration init parameter name.
getAppFileAsStream(String) - Method in class com.lutris.appserver.server.httpPresentation.HttpPresentationManager
Get a file associated with the application.
getAppFileURIPath(String) - Method in class com.lutris.appserver.server.httpPresentation.servlet.ServletHttpPresentationRequest
Get the URI path for a file in the application.
getAppInfo(String) - Method in class org.enhydra.server.EnhydraServer
 
getApplication() - Static method in class com.lutris.appserver.server.Enhydra
Return the application object for current application.
getApplication() - Method in class com.lutris.appserver.server.httpPresentation.servlet.HttpPresentationServlet
Returns the application being run by this instance of the servlet.
getApplication() - Method in class org.enhydra.server.AppInfo
 
getApplication(String) - Method in class org.enhydra.server.conf.EnhydraServerXML
Return attributes of tag for given context path.
getApplicationPath() - Method in class com.lutris.appserver.server.httpPresentation.servlet.ServletHttpPresentationRequest
Returns the part of the request URI that refers to the application.
getApplications() - Method in class org.enhydra.server.conf.EnhydraServerXML
 
getApplicationServer() - Method in class org.enhydra.server.EnhydraServer
 
getAppNames() - Method in class org.enhydra.server.EnhydraServer
 
getAppsDir() - Method in class org.enhydra.server.EnhydraServer
Get path to default Applications context root path.
getAppType() - Method in class org.enhydra.server.AppInfo
 
getAttribute(String) - Method in class com.lutris.appserver.server.sessionEnhydra.BasicSession
 
getAttribute(String) - Method in class org.enhydra.logging.MonologFactory
Deprecated. Return the configuration attribute with the specified name (if any), or null if there is no such attribute.
getAttributeNames() - Method in class com.lutris.appserver.server.sessionEnhydra.BasicSession
 
getAttributeNames() - Method in class org.enhydra.logging.MonologFactory
Deprecated. Return an array containing the names of all currently defined configuration attributes.
getAuthentication(HttpPresentationRequest) - Static method in class com.lutris.http.BasicAuth
Checks to see if the authorization matches the given username and password.
getAuthentication(HttpServletRequest) - Static method in class com.lutris.http.BasicAuth
Extracts and returns the username and password using the HTTP Basic Auth method.
getAuthType() - Method in class com.lutris.appserver.server.httpPresentation.servlet.ServletHttpPresentationRequest
Returns the authentication scheme of the request, or null if none.
getBody() - Method in class org.enhydra.util.chiba.ChibaRequest
 
getCacheClasses() - Method in class org.enhydra.server.PresentationEdit
 
getCacheFiles() - Method in class org.enhydra.server.PresentationEdit
 
getChannel(String) - Method in class com.lutris.logging.Log4jLogger
Get the log channel object for a facility.
getChannel() - Method in class com.lutris.logging.Log4jLogWriter
Get the associate channel.
getChannel(String) - Method in class com.lutris.logging.MonologLogger
Get the log channel object for a facility.
getChannel() - Method in class com.lutris.logging.MonologWriter
Get the associate channel.
getChannel(String) - Method in class com.lutris.logging.StandardLogger
Get the log channel object for a facility.
getChibaAdapter(String) - Method in class org.enhydra.util.chiba.ChibaAdapterContainer
Returns ServletAdapter stored under specified Name
getChibaBean() - Method in class org.enhydra.util.chiba.HttpRequestHandler
Get the value of chibaBean.
getClassLoader(String) - Static method in class com.lutris.appserver.server.session.MemoryPersistence
Get ClassLoader (MultiClassLoader) for Enhydra Application.
getCls() - Method in class org.enhydra.util.DOTable
 
getConfFileClass() - Method in class org.enhydra.server.util.WebAppXML
 
getConfFilePath() - Method in class org.enhydra.server.util.WebAppXML
 
getConfig() - Method in class org.enhydra.server.AppInfo
 
getConfig() - Method in class org.enhydra.server.EnhydraServer
 
getConfigName() - Method in class org.enhydra.server.AppInfo
 
getConnections() - Method in class org.enhydra.server.AppInfo
 
getContentLength() - Method in class com.lutris.appserver.server.httpPresentation.servlet.ServletHttpPresentationRequest
Returns the size of the request entity data, or -1 if not known.
getContentLength() - Method in class com.lutris.appserver.server.httpPresentation.servlet.ServletHttpPresentationResponse
Returns the size of the request entity data, or -1 if not available.
getContentLength() - Method in class org.enhydra.util.chiba.ChibaRequest
 
getContentType() - Method in class com.lutris.appserver.server.httpPresentation.servlet.ServletHttpPresentationRequest
 
getContentType() - Method in class com.lutris.appserver.server.httpPresentation.servlet.ServletHttpPresentationResponse
Returns the Internet Media Type of the response, or null if not known This is necessary to support the DebugResponse interface.
getContextPath() - Method in class org.enhydra.server.AppInfo
 
getCookie() - Method in class com.lutris.http.SerializableCookie
Recreate the cookie that was passed into the constructor.
getCookies() - Method in class com.lutris.appserver.server.httpPresentation.servlet.ServletHttpPresentationRequest
Gets the array of cookies found in this request.
getCookies() - Method in class com.lutris.appserver.server.httpPresentation.servlet.ServletHttpPresentationResponse
Returns an array of cookies to be set by this response, or a 0 length array if the information is not available.
getCookies() - Method in class com.lutris.http.HttpCookieManager
Returns an array of the cookies being managed.
getCount() - Method in class com.lutris.util.CircularQueue
Returns the total number of objects stored in the queue.
getCreationTime() - Method in class com.lutris.appserver.server.sessionEnhydra.BasicSession
 
getDatabaseEdit(String) - Method in class org.enhydra.server.EnhydraServer
Gets instasnce of DatabaseEdit class which is used in edditing of database parameters in configuration file of the application.
getDatabaseInfo(String) - Method in class org.enhydra.server.EnhydraServer
 
getDatabaseManager() - Static method in class com.lutris.appserver.server.Enhydra
Return the database manager object for current application.
getDatabaseName() - Method in class com.lutris.appserver.server.sessionEnhydra.persistent.PersistentSessionHome
Returns the name of the database being accessed by this manager.
getDatabaseName(Config) - Static method in class com.lutris.appserver.server.sessionEnhydra.persistent.PersistentSessionHome
Returns the name of the database that should be accessed.
getDatabaseName() - Method in class org.enhydra.server.SessionEdit
 
getDatabases() - Method in class org.enhydra.server.DatabaseEdit
Gets list of available database names.
getDataPrefix() - Method in class org.enhydra.util.chiba.HttpRequestHandler
 
getDateHeader(String) - Method in class com.lutris.appserver.server.httpPresentation.servlet.ServletHttpPresentationRequest
Returns the value of a date header field, or -1 if not found.
getDbManagerType() - Method in class org.enhydra.server.DatabaseInfo
Gets the type of DatabaseManager instance.
getDBName() - Method in class org.enhydra.util.DOTable
 
getDBnameClassType(String) - Method in class org.enhydra.server.DatabaseEdit
Gets value of ClassType parameter for given database name from Config object of application.
getDBnameConnectionAllocationTimeout(String) - Method in class org.enhydra.server.DatabaseEdit
Gets value of Connection.
getDBnameConnectionLogging(String) - Method in class org.enhydra.server.DatabaseEdit
Gets value of Connection.Logging parameter for given database name from Config object of application.
getDBnameConnectionMaxPoolSize(String) - Method in class org.enhydra.server.DatabaseEdit
Gets value of Connection.MaxPoolSize parameter for given database name from Config object of application.
getDBnameConnectionPassword(String) - Method in class org.enhydra.server.DatabaseEdit
Gets value of Connection.Password parameter for given database name from Config object of application.
getDBnameConnectionUrl(String) - Method in class org.enhydra.server.DatabaseEdit
Gets value of Connection.Url parameter for given database name from Config object of application.
getDBnameConnectionUser(String) - Method in class org.enhydra.server.DatabaseEdit
Gets value of Connection.User parameter for given database name from Config object of application.
getDBnameJdbcDriver(String) - Method in class org.enhydra.server.DatabaseEdit
Gets value of JdbcDriver parameter for given database name from Config object of application.
getDBnameObjectIdCacheSize(String) - Method in class org.enhydra.server.DatabaseEdit
Gets value of ObjectId.CacheSize parameter for given database name from Config object of application.
getDBnameObjectIdMinValue(String) - Method in class org.enhydra.server.DatabaseEdit
Gets value of ObjectId.MinValue parameter for given database name from Config object of application.
getDBTableName() - Method in class org.enhydra.server.SessionEdit
 
getDbType(String) - Method in class org.enhydra.server.DatabaseInfo
Gets database type for given database name from DatabaseManager instance.
getDebug() - Method in class org.enhydra.server.DatabaseEdit
Gets value of Debug parameter in Config object of application.
getDefaultDatabase() - Method in class org.enhydra.server.DatabaseEdit
Gets value of DefaultDatabase parameter in Config object of application.
getDefaultLogicalDbName() - Method in class org.enhydra.server.DatabaseInfo
Gets the default logical database name.
getDescription() - Method in class org.enhydra.server.AppInfo
 
getDescription() - Method in class org.enhydra.server.FilterData
 
getDisplayName() - Method in class org.enhydra.server.FilterData
 
getEmptySessionPath() - Method in class com.lutris.appserver.server.sessionContainerAdapter.ContainerAdapterSessionManager
Not used for container adapter session management scenario! Container itself should take care about this.
getEmptySessionPath() - Method in class com.lutris.appserver.server.sessionEnhydra.StandardSessionManager
 
getEnabledConnections(String) - Method in class org.enhydra.server.EnhydraServer
Method used by EnhydraPortFilter, provides list of enabled ports for given application name.
getEncodeFirstUrl() - Method in class com.lutris.appserver.server.sessionContainerAdapter.ContainerAdapterSessionManager
Returns the url encoding rule for the first application page (true/false).
getEncodeFirstUrl() - Method in class com.lutris.appserver.server.sessionEnhydra.StandardSessionManager
Returns the url encoding rule for the first application page (true/false).
getEncodeUrlState() - Method in class com.lutris.appserver.server.sessionContainerAdapter.ContainerAdapterSessionManager
 
getEncodeUrlState() - Method in class com.lutris.appserver.server.sessionEnhydra.StandardSessionManager
Returns the url encoding state.
getEncoding() - Method in class com.lutris.appserver.server.httpPresentation.servlet.ServletHttpPresentationResponse
Get the output character encoding.
getEncoding() - Method in class org.enhydra.util.ajaxforms.AjaxFormsFormater
 
getEnhydraLongName() - Static method in class com.lutris.Enhydra
Get long, English-language name for Enhydra.
getEnhydraVersion() - Static method in class com.lutris.Enhydra
Get the version number of Enhydra.
getEntriesPOCache() - Method in class org.enhydra.server.PresentationInfo
 
getEntriesResourceCache() - Method in class org.enhydra.server.PresentationInfo
 
getEvent() - Method in class com.lutris.util.OutputStreamEventQueue
Get an event from the queue.
getFilterClass() - Method in class org.enhydra.server.FilterData
 
getFilterData(String) - Method in class org.enhydra.server.FiltersEdit
 
getFilterNames() - Method in class org.enhydra.server.FiltersEdit
 
getFilterNames() - Method in class org.enhydra.server.util.WebAppXML
 
getFilterParameters(String) - Method in class org.enhydra.server.util.WebAppXML
 
getFirstChibaAdapter() - Method in class org.enhydra.util.chiba.ChibaAdapterContainer
Returns First ChibaAdapter
getGarbageHeaders() - Method in class com.lutris.mime.MultipartMimeInputStream
Returns an array of all Mime header lines that could not be parsed in the normal "name: value" fashion.
getHeader(String) - Method in class com.lutris.appserver.server.httpPresentation.servlet.ServletHttpPresentationRequest
Returns the value of a header field, or null if not known.
getHeader(String) - Method in class com.lutris.appserver.server.httpPresentation.servlet.ServletHttpPresentationResponse
Returns the values of the specified header for the response as an array of strings, or a 0 length array if the named header does not exist.
getHeader(String) - Method in class com.lutris.mime.MultipartMimeInputStream
Returns a single MimeHeader object associated with a given Mime header name.
getHeaderNames() - Method in class com.lutris.appserver.server.httpPresentation.servlet.ServletHttpPresentationRequest
Returns an enumeration of strings representing the header names for this request.
getHeaderNames() - Method in class com.lutris.appserver.server.httpPresentation.servlet.ServletHttpPresentationResponse
Returns an array of strings representing the header names for this response.
getHeaders(String) - Method in class com.lutris.mime.MultipartMimeInputStream
Returns a array of type MimeHeader containing all values associated with a given Mime header name.
getHeaderType() - Method in class com.lutris.mime.MimeHeader
Returns the header type of this header.
getHttpPresentationRequest(HttpServletRequest, HttpServletResponse) - Method in class com.lutris.appserver.server.httpPresentation.servlet.HttpPresentationServlet
This method instantiates the HttpPresentationRequest object that the presentation manager expects when servicing a request.
getHttpPresentationResponse(HttpServletRequest, HttpServletResponse) - Method in class com.lutris.appserver.server.httpPresentation.servlet.HttpPresentationServlet
This method instantiates the HttpPresentationResponse object that the presentation manager expects when servicing a request.
getHttpServletRequest() - Method in class com.lutris.appserver.server.httpPresentation.servlet.ServletHttpPresentationRequest
Returns the original HttpServletRequest.
getHttpServletResponse() - Method in class com.lutris.appserver.server.httpPresentation.servlet.ServletHttpPresentationResponse
Returns the original HttpServletResponse.
getHttpSession() - Method in class com.lutris.appserver.server.sessionContainerAdapter.ContainerAdapterSession
 
getHttpSession() - Method in class com.lutris.appserver.server.sessionEnhydra.BasicSession
 
getId() - Method in class com.lutris.appserver.server.sessionEnhydra.BasicSession
 
getIdleScanInterval() - Method in class org.enhydra.server.SessionEdit
 
getInfo() - Method in class org.enhydra.util.chiba.ScriptFacade
 
getInitParams() - Method in class org.enhydra.server.FilterData
 
getInputStream() - Method in class com.lutris.appserver.server.httpPresentation.servlet.ServletHttpPresentationRequest
Returns an input stream for reading the request body.
getInputStream() - Method in class org.enhydra.util.chiba.ChibaRequest
 
getInstance(Class) - Method in class org.enhydra.logging.MonologFactory
Deprecated. Convenience method to derive a name from the specified class and call getInstance(String) with it.
getInstance(String) - Method in class org.enhydra.logging.MonologFactory
Deprecated.  
getInstance() - Static method in class org.enhydra.server.EnhydraServer
Enhydra applications (HttpPresentationServlet) call this method to obtain EnhydraServer instance.
getIntHeader(String) - Method in class com.lutris.appserver.server.httpPresentation.servlet.ServletHttpPresentationRequest
Returns the value of an integer header field, or -1 if not found.
getLargeIcon() - Method in class org.enhydra.server.FilterData
 
getLastAccessedTime() - Method in class com.lutris.appserver.server.sessionEnhydra.BasicSession
 
getLastAccessTime(String) - Method in class com.lutris.appserver.server.sessionContainerAdapter.JmxContainerAdapterSessionManager
The last time when this session has been accessed
getLevel(String) - Method in class com.lutris.logging.Log4jLogChannel
 
getLevel(String) - Method in class com.lutris.logging.Log4jLogger
Convert a symbolic level to an integer identifier, creating it if it doesn't exist
getLevel() - Method in class com.lutris.logging.Log4jLogWriter
Get the associate level.
getLevel(String) - Method in class com.lutris.logging.LogAdapter
 
getLevel(String) - Method in class com.lutris.logging.MonologLogChannel
 
getLevel(String) - Method in class com.lutris.logging.MonologLogger
Convert a symbolic level to an integer identifier, creating it if it doesn't exist
getLevel() - Method in class com.lutris.logging.MonologWriter
Get the associate level.
getLevel(String) - Method in class com.lutris.logging.StandardLogChannel
 
getLevel(String) - Method in class com.lutris.logging.StandardLogger
Convert a symbolic level to an integer identifier, creating it if it doesn't exist
getLevelName(int) - Method in class com.lutris.logging.Log4jLogger
Convert an int to a symbolic level name.
getLevelName(int) - Method in class com.lutris.logging.MonologLogger
Convert an int to a symbolic level name.
getLevelName(int) - Method in class com.lutris.logging.StandardLogger
Convert an int to a symbolic level name.
getLog() - Method in class org.enhydra.util.chiba.EventLog
 
getLogChannel() - Static method in class com.lutris.appserver.server.Enhydra
Return the LogChannel in the current Application object, or a log channel to the facility "Enhydra" if there is no current Application set.
getLogChannel() - Method in class org.enhydra.util.chiba.ChibaRequestPreProcessor
 
getLogChannel() - Method in class org.enhydra.util.chiba.ChibaResponsePostProcessor
 
getLogChannel() - Method in class org.enhydra.util.chibaconvex.ChibaConvexResponsePostProcessor
 
getLogChannel() - Method in class org.enhydra.util.fo.Fo2FopResponsePostProcessor
 
getLogChannel() - Method in class org.enhydra.util.fo.Fo2HtmlResponsePostProcessor
 
getLogChannel() - Method in class org.enhydra.util.formfaces.FormFacesResponsePostProcessor
 
getLogChannel() - Method in class org.enhydra.util.xml.Xml2FoResponsePostProcessor
 
getLogChannel() - Method in class org.enhydra.util.xsl.GenericXSLTPostProcessor
 
getLogChannel() - Method in class org.enhydra.util.xsl.GenericXSLTPreProcessor
 
getLogger() - Method in class com.lutris.logging.LogAdapter
 
getLogger() - Method in class org.enhydra.logging.CommonLoggingMonologLogger
Return the native Logger instance we are using.
getLogicalDbNames() - Method in class org.enhydra.server.DatabaseInfo
Returns list of logical database names obtained from application DatabaseManager object.
getLogWriter(String) - Method in class com.lutris.logging.Log4jLogChannel
NOT SUPPORTED
getLogWriter(int) - Method in class com.lutris.logging.Log4jLogChannel
NOT SUPPORTED
getLogWriter(String) - Method in class com.lutris.logging.LogAdapter
Create a LogWrite associated with a particular level.
getLogWriter(int) - Method in class com.lutris.logging.LogAdapter
Create a LogWrite associated with a particular level.
getLogWriter(String) - Method in class com.lutris.logging.MonologLogChannel
NOT SUPPORTED
getLogWriter(int) - Method in class com.lutris.logging.MonologLogChannel
NOT SUPPORTED
getLogWriter(String) - Method in class com.lutris.logging.StandardLogChannel
 
getLogWriter(int) - Method in class com.lutris.logging.StandardLogChannel
 
getMappingServletName() - Method in class org.enhydra.server.FilterData
 
getMappingURLPattern() - Method in class org.enhydra.server.FilterData
 
getMaxIdleTime() - Method in class com.lutris.appserver.server.sessionContainerAdapter.ContainerAdapterSession
Obtain the maximum idle time for this object.
getMaxIdleTime() - Method in class com.lutris.appserver.server.sessionEnhydra.BasicSession
Obtain the maximum idle time for this object.
getMaxInactiveInterval() - Method in class com.lutris.appserver.server.sessionEnhydra.BasicSession
 
getMaxNoUserIdleTime() - Method in class com.lutris.appserver.server.sessionEnhydra.BasicSession
Obtain the maximum idle time when a User object is not associated with the session.
getMaxNoUserSessionIdleTime() - Method in class com.lutris.appserver.server.sessionEnhydra.StandardSessionManager
Returns the maximum no-user session idle time, in seconds.
getMaxSessionIdleTime() - Method in class com.lutris.appserver.server.sessionEnhydra.StandardSessionManager
Returns the maximum session idle time, in seconds.
getMaxSessionLifeTime() - Method in class com.lutris.appserver.server.sessionEnhydra.StandardSessionManager
Returns the maximum session life time, in seconds.
getMaxSessions() - Method in class org.enhydra.server.SessionEdit
 
getMaxSize() - Method in class com.lutris.util.LRUCache
Returns the maxmimum number of items allowed in the cache.
getMemoryPersistence() - Method in class org.enhydra.server.SessionEdit
 
getMessage(ChainedThrowable, String) - Static method in class com.lutris.util.ChainedThrowableUtil
Get the message associated with this exception.
getMethod() - Method in class com.lutris.appserver.server.httpPresentation.servlet.ServletHttpPresentationRequest
Returns the method with which the request was made.
getMode() - Method in class com.lutris.appserver.server.sessionEnhydra.StandardSessionManager
Returns the current mode for the session manager.
getMode() - Method in class org.enhydra.server.SessionEdit
 
getName() - Method in class com.lutris.appserver.server.user.UserImpl
Get user name associated with the object.
getName() - Method in class org.enhydra.server.AppInfo
 
getName() - Method in class org.enhydra.server.FilterData
 
getName() - Method in class org.enhydra.util.chiba.ChibaRequestPreProcessor
 
getName() - Method in class org.enhydra.util.chiba.ChibaResponsePostProcessor
 
getName() - Method in class org.enhydra.util.chibaconvex.ChibaConvexResponsePostProcessor
 
getName() - Method in class org.enhydra.util.fo.Fo2FopResponsePostProcessor
 
getName() - Method in class org.enhydra.util.fo.Fo2HtmlResponsePostProcessor
 
getName() - Method in class org.enhydra.util.formfaces.FormFacesResponsePostProcessor
 
getName() - Method in class org.enhydra.util.xml.Xml2FoResponsePostProcessor
 
getName() - Method in class org.enhydra.util.xsl.GenericXSLTPostProcessor
 
getName() - Method in class org.enhydra.util.xsl.GenericXSLTPreProcessor
 
getNewInteractionHandler() - Method in class org.enhydra.util.chiba.ScriptAdapter
return a new InteractionHandler.
getNewInteractionHandler() - Method in class org.enhydra.util.chiba.ServletAdapter
return a new InteractionHandler.
getOptions() - Method in class org.enhydra.logging.MonologSink
 
getOutputMimeType() - Method in class com.lutris.appserver.server.ResponsePostProcessingManager
 
getOutputMimeType() - Method in class org.enhydra.util.chiba.ChibaResponsePostProcessor
 
getOutputMimeType() - Method in class org.enhydra.util.chibaconvex.ChibaConvexResponsePostProcessor
 
getOutputMimeType() - Method in class org.enhydra.util.fo.Fo2FopResponsePostProcessor
 
getOutputMimeType() - Method in class org.enhydra.util.fo.Fo2HtmlResponsePostProcessor
 
getOutputMimeType() - Method in class org.enhydra.util.formfaces.FormFacesResponsePostProcessor
 
getOutputMimeType() - Method in class org.enhydra.util.xml.Xml2FoResponsePostProcessor
 
getOutputMimeType() - Method in class org.enhydra.util.xsl.GenericXSLTPostProcessor
 
getOutputStream() - Method in class com.lutris.appserver.server.httpPresentation.servlet.ServletHttpPresentationResponse
Returns an output stream for writing response data.
getPageDir() - Method in class org.enhydra.server.SessionEdit
 
getPagedSessionCount() - Method in class com.lutris.appserver.server.sessionEnhydra.DiskPagedSessionHome
Returns the number of paged sessions.
getPagedSessionCount() - Method in class com.lutris.appserver.server.sessionEnhydra.PagedSessionHome
Returns the number of paged sessions.
getPagedSessionCount() - Method in class com.lutris.appserver.server.sessionEnhydra.persistent.PersistentSessionHome
Returns the number of paged sessions.
getPagedSessionKeys() - Method in class com.lutris.appserver.server.sessionEnhydra.DiskPagedSessionHome
Returns an enumeration of the keys of all the sessions that have been paged out to persistent storage.
getPagedSessionKeys() - Method in class com.lutris.appserver.server.sessionEnhydra.PagedSessionHome
Returns an enumeration of the keys of all the sessions that have been paged out to persistent storage.
getPagedSessionKeys() - Method in class com.lutris.appserver.server.sessionEnhydra.persistent.PersistentSessionHome
Returns an enumeration of the keys of all the sessions that have been paged out to persistent storage.
getPagedSessions() - Method in class org.enhydra.server.SessionsInfo
 
getPageSessionsOnStop() - Method in class org.enhydra.server.SessionsInfo
 
getPageThreshold() - Method in class org.enhydra.server.SessionEdit
 
getPageTimeThreshold() - Method in class org.enhydra.server.SessionEdit
 
getPageWait() - Method in class org.enhydra.server.SessionEdit
 
getParameter(String) - Method in class com.lutris.appserver.server.httpPresentation.servlet.ServletHttpPresentationRequest
Returns a string containing the lone value of the specified query parameter, or null if the parameter does not exist.
getParameter(String) - Method in class com.lutris.mime.MimeHeader
Returns a single String value representing the last occurence of the parameter named by name.
getParameterNames() - Method in class com.lutris.appserver.server.httpPresentation.servlet.ServletHttpPresentationRequest
Returns the parameter names for this request as an enumeration of strings, or an empty enumeration if there are no parameters.
getParameterNames() - Method in class com.lutris.mime.MimeHeader
Returns an enumeration of all of the parameter names parsed from the current Mime header.
getParameters(String) - Method in class com.lutris.mime.MimeHeader
Returns an array of String containing all occurences of values named by name.
getParameterValues(String) - Method in class com.lutris.appserver.server.httpPresentation.servlet.ServletHttpPresentationRequest
Returns the values of the specified query parameter for the request as an array of strings, or a 0 length array if the named parameter does not exist.
getPath() - Method in class com.lutris.appserver.server.httpPresentation.servlet.ServletHttpPresentationRequest
Returns the part of the request URI that refers to the presentation object being invoked.
getPathInfo() - Method in class com.lutris.appserver.server.httpPresentation.servlet.ServletHttpPresentationRequest
Returns optional extra path information following the presentation path, but immediately preceding the query string.
getPathTranslated() - Method in class com.lutris.appserver.server.httpPresentation.servlet.ServletHttpPresentationRequest
Returns extra path information translated to a real path.
getPattern() - Method in class org.enhydra.util.ServiceExtractor
 
getPatternLength() - Method in class com.lutris.util.BMByteSearch
Returns the length of the pattern for this searcher.
getPeakConnections(String) - Method in class org.enhydra.server.DatabaseInfo
Gets the maximum number of concurent connections that existed at any time since this object was created.
getPeakConnectionsDate(String) - Method in class org.enhydra.server.DatabaseInfo
Gets the date and time when maximum number of concurent connections occurs since this object was created.
getPeakSessions() - Method in class org.enhydra.server.SessionsInfo
 
getPeakSessionsWhen() - Method in class org.enhydra.server.SessionsInfo
 
getPeerAddress(HttpPresentationComms) - Static method in class com.lutris.appserver.server.StandardAppUtil
Get internet peer address.
getPersistence() - Method in class org.enhydra.server.SessionsInfo
 
getPOCache() - Method in class org.enhydra.server.PresentationInfo
 
getPostProcessingManager() - Method in class com.lutris.appserver.server.httpPresentation.servlet.ServletHttpPresentationResponse
Returns the response post processing manager.
getPostProcessors() - Method in class com.lutris.appserver.server.ResponsePostProcessingManager
 
getPreProcessors() - Method in class com.lutris.appserver.server.RequestPreProcessingManager
 
getPresentationInfo(String) - Method in class org.enhydra.server.EnhydraServer
 
getPresentationObjectPath() - Method in class com.lutris.appserver.server.httpPresentation.servlet.ServletHttpPresentationRequest
Returns the part of the request URI that refers to the presentation object being invoked.
getPresentationObjectRelativePath() - Method in class com.lutris.appserver.server.httpPresentation.servlet.ServletHttpPresentationRequest
Returns the part of the request URI after the presentation manager servlet, upto and including the presentation object .po, but not any path info.
getPresentationPath() - Method in class com.lutris.appserver.server.httpPresentation.servlet.ServletHttpPresentationRequest
Deprecated. This method was named in a confusing manner; it returns the application, not presentation object path. Use getApplicationPath().
getPresentationURI() - Method in class com.lutris.appserver.server.httpPresentation.servlet.ServletHttpPresentationRequest
Returns the presentation URI.
getProtocol() - Method in class com.lutris.appserver.server.httpPresentation.servlet.ServletHttpPresentationRequest
Returns the protocol and version of the request as a string of the form <protocol>/<major version>.<minor version>.
getQueryFromRequest(HttpPresentationRequest) - Static method in class com.lutris.appserver.server.httpPresentation.HttpUtil
Get the query string for the request and save it in the page data.
getQueryString() - Method in class com.lutris.appserver.server.httpPresentation.servlet.ServletHttpPresentationRequest
Returns the query string part of the presentation URI, or null if none.
getRandomizerIntervals() - Method in class org.enhydra.server.SessionEdit
 
getRawHeaderLine() - Method in class com.lutris.mime.MimeHeader
Returns the string passed to the constructor without any parsing.
getRawHeaders() - Method in class com.lutris.mime.MultipartMimeInputStream
Returns an array of String containing each Mime header as it was read from the header of this section.
getReader() - Method in class org.enhydra.util.chiba.ChibaRequest
 
getRefCount() - Method in class com.lutris.appserver.server.sessionEnhydra.BasicSession
Returns the number of active references to this object.
getRemoteAddr() - Method in class com.lutris.appserver.server.httpPresentation.servlet.ServletHttpPresentationRequest
Returns the IP address of the agent that sent the request.
getRemoteHost() - Method in class com.lutris.appserver.server.httpPresentation.servlet.ServletHttpPresentationRequest
Returns the fully qualified host name of the agent that sent the request.
getRemoteUser() - Method in class com.lutris.appserver.server.httpPresentation.servlet.ServletHttpPresentationRequest
Returns the name of the user making this request, or null if not known.
getRemoveUploadPrefix() - Method in class org.enhydra.util.chiba.HttpRequestHandler
 
getRequestHeader() - Method in class com.lutris.http.HttpCookieManager
Returns the string representation of all the cookies being managed by this object as an http cookie request header.
getRequestHeader(String, String) - Method in class com.lutris.http.HttpCookieManager
Returns the string representation of the cookies being managed by this object as an http cookie request header The format of the header is:
getRequestSession(HttpPresentationComms) - Static method in class com.lutris.appserver.server.StandardAppUtil
Determine if a session exists for this request.
getRequestSession(ServletRequest, Application) - Static method in class com.lutris.appserver.server.StandardAppUtil
This is a rarely used utility function.
getRequestURI() - Method in class com.lutris.appserver.server.httpPresentation.servlet.ServletHttpPresentationRequest
Returns the request URI.
getRequestURL(HttpPresentationRequest) - Static method in class com.lutris.http.HttpUtils
Obtains the URL used by the client to make the current request, without the query parameters.
getResManager(Class) - Static method in class org.enhydra.i18n.ResManager
Returns a resource manager assocated with the package name.
getResManager(String) - Static method in class org.enhydra.i18n.ResManager
Returns a resource manager assocated with the package name.
getResourceCache() - Method in class org.enhydra.server.PresentationInfo
 
getResponseData() - Method in class com.lutris.appserver.server.httpPresentation.servlet.ServletHttpPresentationResponse
Returns null.
getResponseHeader() - Method in class com.lutris.http.HttpCookieManager
Returns the string representation of the cookies being managed by this object as an http cookie response ("Set-Cookie") header.
getSaveOnRestart() - Method in class org.enhydra.server.SessionEdit
 
getSaveSession(Thread, String) - Method in class com.lutris.appserver.server.sessionEnhydra.StandardSessionManager
Lookup the Session object associated with the specified session key.
getSaveSessionsToMemoryOnStop() - Method in class org.enhydra.server.SessionsInfo
 
getScheme() - Method in class com.lutris.appserver.server.httpPresentation.servlet.ServletHttpPresentationRequest
Returns the scheme of the URL used in this request, for example "http", "https", or "ftp".
getSelectorPrefix() - Method in class org.enhydra.util.chiba.HttpRequestHandler
returns the configured prefix which identifies 'selector' parameters.
getServerName() - Method in class com.lutris.appserver.server.httpPresentation.servlet.ServletHttpPresentationRequest
Returns the host name of the server that received the request.
getServerPort() - Method in class com.lutris.appserver.server.httpPresentation.servlet.ServletHttpPresentationRequest
Returns the port number on which this request was received.
getServlet() - Method in class com.lutris.appserver.server.httpPresentation.HttpPresentationManager
Get the servlet we are running in.
getServletContext() - Method in class com.lutris.appserver.server.httpPresentation.HttpPresentationManager
Get the servlet context used to initialize the servlet we are running in.
getServletContext() - Method in class com.lutris.appserver.server.sessionEnhydra.BasicSession
 
getServletInfo() - Method in class com.lutris.appserver.server.httpPresentation.servlet.HttpPresentationServlet
Return information specific to this servlet.
getServletInfo() - Method in class org.enhydra.servlet.servlets.EnhydraSnoopServlet
 
getServletInfo() - Method in class org.enhydra.servlet.servlets.FileServerServlet
Returns a string containing servlet infoemation including name, and docRoot.
getServletInfo() - Method in class org.enhydra.servlet.servlets.JarServerServlet
Returns a string containing servlet information including name, and jarFile.
getSession(ServletRequest) - Method in class com.lutris.appserver.server.httpPresentation.HttpPresentationManager
Looks up the session object (if any) that would be used to process the request.
getSession(ServletRequest) - Method in class com.lutris.appserver.server.httpPresentation.servlet.HttpPresentationServlet
Looks up the session object (if any) that would be used to process the request.
getSession(String) - Method in class com.lutris.appserver.server.sessionContainerAdapter.ContainerAdapterSessionManager
Not implemented, since the sessions are kept at the container side
getSession(String, HttpServletRequest) - Method in class com.lutris.appserver.server.sessionContainerAdapter.ContainerAdapterSessionManager
returns the session object contained in the HttpServletRequest
getSession(String, HttpPresentationComms) - Method in class com.lutris.appserver.server.sessionContainerAdapter.ContainerAdapterSessionManager
Returns teh session object corresponding to the HttpPresentationComms
getSession(Thread, String, HttpPresentationComms) - Method in class com.lutris.appserver.server.sessionContainerAdapter.ContainerAdapterSessionManager
Returns teh session object corresponding to the HttpPresentationComms
getSession(Thread, String) - Method in class com.lutris.appserver.server.sessionContainerAdapter.ContainerAdapterSessionManager
Not implemented, needed for the compatibility with the API specification
getSession(Thread, String, HttpPresentationComms) - Method in class com.lutris.appserver.server.sessionContainerAdapter.JmxContainerAdapterSessionManager
Returns teh session object corresponding to the HttpPresentationComms
getSession(String) - Method in class com.lutris.appserver.server.sessionContainerAdapter.TomcatContainerAdapterSessionManager
Lookup the Session object associated with the specified session key.
getSession(Thread, String) - Method in class com.lutris.appserver.server.sessionContainerAdapter.TomcatContainerAdapterSessionManager
Lookup the Session object associated with the specified session key.
getSession(Thread, String, HttpPresentationComms) - Method in class com.lutris.appserver.server.sessionContainerAdapter.TomcatContainerAdapterSessionManager
Returns teh session object corresponding to the HttpPresentationComms
getSession(String) - Method in class com.lutris.appserver.server.sessionEnhydra.BasicSessionHome
Returns the session bound to the session key.
getSession(Thread, String) - Method in class com.lutris.appserver.server.sessionEnhydra.BasicSessionHome
Returns the session bound to the specified session key.
getSession(String) - Method in class com.lutris.appserver.server.sessionEnhydra.PagedSessionHome
Returns the session associated with the session key.
getSession(Thread, String) - Method in class com.lutris.appserver.server.sessionEnhydra.PagedSessionHome
Returns the session associated with the session key.
getSession(String) - Method in class com.lutris.appserver.server.sessionEnhydra.StandardSessionManager
Lookup the Session object associated with the specified session key.
getSession(Thread, String) - Method in class com.lutris.appserver.server.sessionEnhydra.StandardSessionManager
Lookup the Session object associated with the specified session key.
getSession(Thread, String, HttpPresentationComms) - Method in class com.lutris.appserver.server.sessionEnhydra.StandardSessionManager
Support for director connector Director connector sets header :affCR: , in that case we need to delete active session and create new one , with new ipPortToken
getSessionContext() - Method in class com.lutris.appserver.server.sessionEnhydra.BasicSession
 
getSessionData() - Method in class com.lutris.appserver.server.sessionContainerAdapter.ContainerAdapterSession
 
getSessionData() - Method in class com.lutris.appserver.server.sessionEnhydra.BasicSession
Obtain the application specific data for this session.
getSessionEdit(String) - Method in class org.enhydra.server.EnhydraServer
 
getSessionEncodeFirstUrl() - Method in class org.enhydra.server.SessionEdit
 
getSessionEncodeUrlState() - Method in class org.enhydra.server.SessionEdit
 
getSessionHomeClass() - Method in class org.enhydra.server.SessionEdit
 
getSessionIdleTimeMax() - Method in class org.enhydra.server.SessionEdit
 
getSessionKey() - Method in class com.lutris.appserver.server.sessionContainerAdapter.ContainerAdapterSession
 
getSessionKey() - Method in class com.lutris.appserver.server.sessionEnhydra.BasicSession
Obtain the unique key associated with this session.
getSessionKeys(User) - Method in class com.lutris.appserver.server.sessionContainerAdapter.ContainerAdapterSessionManager
Not implemented, this information is kept at the servlet container side
getSessionKeys() - Method in class com.lutris.appserver.server.sessionContainerAdapter.ContainerAdapterSessionManager
Not implemented, this information is kept at the servlet container side
getSessionKeys() - Method in class com.lutris.appserver.server.sessionContainerAdapter.JmxContainerAdapterSessionManager
Get all of the active sessions Keys.
getSessionKeys(User) - Method in class com.lutris.appserver.server.sessionContainerAdapter.TomcatContainerAdapterSessionManager
Get all of the active sessions Keys.
getSessionKeys() - Method in class com.lutris.appserver.server.sessionContainerAdapter.TomcatContainerAdapterSessionManager
Get all of the active sessions Keys.
getSessionKeys(User) - Method in class com.lutris.appserver.server.sessionEnhydra.persistent.PersistentSessionUserTable
Returns the session keys associated with a particular user.
getSessionKeys() - Method in class com.lutris.appserver.server.sessionEnhydra.StandardSessionManager
Get all of the active sessions.
getSessionKeys(User) - Method in class com.lutris.appserver.server.sessionEnhydra.StandardSessionManager
Lookup the keys for the active sessions for a user.
getSessionLifetimeMax() - Method in class org.enhydra.server.SessionEdit
 
getSessionManager() - Static method in class com.lutris.appserver.server.Enhydra
Return the session manager object for current application.
getSessionManager(String) - Static method in class com.lutris.appserver.server.session.MemoryPersistence
Called when application restart.
getSessionManager() - Method in class com.lutris.appserver.server.sessionContainerAdapter.ContainerAdapterSession
 
getSessionManager() - Method in class com.lutris.appserver.server.sessionEnhydra.BasicSession
Obtain the session manager associated with this session.
getSessionNoUserIdleTimeMax() - Method in class org.enhydra.server.SessionEdit
 
getSessionsInfo(String) - Method in class org.enhydra.server.EnhydraServer
 
getSessionUserTableClass() - Method in class org.enhydra.server.SessionEdit
 
getSize() - Method in class com.lutris.util.LRUCache
Returns the total size of the items in the cache.
getSmallIcon() - Method in class org.enhydra.server.FilterData
 
getStarted() - Method in class org.enhydra.server.AppInfo
 
getStatusCode() - Method in class com.lutris.appserver.server.httpPresentation.servlet.ServletHttpPresentationResponse
Returns the status code for the response, or -1 if not available.
getStatusMessage() - Method in class com.lutris.appserver.server.httpPresentation.servlet.ServletHttpPresentationResponse
Returns the status message for the response, or null if not available.
getStatusMsg(int) - Static method in class com.lutris.http.HttpStatus
Get the default status message for a HTTP status code.
getStoreDirectory() - Method in class com.lutris.util.FilePersistentStore
Returns the location where objects are stored/retrieved.
getStylesheet(String) - Method in class org.enhydra.util.chiba.StylesheetLoader
Loads, parses, and caches the specified stylesheet, returning a TransformerHandler for it.
getTableName() - Method in class org.enhydra.util.DOTable
 
getTimeCreated() - Method in class com.lutris.appserver.server.sessionContainerAdapter.ContainerAdapterSession
 
getTimeCreated() - Method in class com.lutris.appserver.server.sessionEnhydra.BasicSession
Obtain the creation time for this object.
getTimeExpires() - Method in class com.lutris.appserver.server.sessionEnhydra.BasicSession
Obtain the time of expiry for this object.
getTimeLastUsed() - Method in class com.lutris.appserver.server.sessionContainerAdapter.ContainerAdapterSession
Obtain the time of last use for this object.
getTimeLastUsed() - Method in class com.lutris.appserver.server.sessionEnhydra.BasicSession
Obtain the time of last use for this object.
getTotalBytes() - Method in class com.lutris.appserver.server.httpPresentation.servlet.ServletHttpPresentationRequest
Returns the total number of bytes processed as part of this request.
getTotalBytes() - Method in class com.lutris.appserver.server.httpPresentation.servlet.ServletHttpPresentationResponse
Returns the total number of bytes that make up this response.
getTotalRequests(String) - Method in class org.enhydra.server.DatabaseInfo
Gets the number of requests made to the database since startup time
getTransformer(String) - Method in class org.enhydra.util.chiba.StylesheetLoader
Loads, parses, and caches the specified stylesheet, returning a Transformer for it.
getTransformerFactory() - Method in class org.enhydra.util.chiba.StylesheetLoader
Returns the TransformerFactory used by the cache
getTriggerPrefix() - Method in class org.enhydra.util.chiba.HttpRequestHandler
returns the prefix which is used to identify trigger parameters.
getType(String) - Method in class com.lutris.http.MimeType
Returns the mime type associated with a file.
getType() - Method in class org.enhydra.server.AppInfo
 
getType() - Method in class org.enhydra.server.SessionsInfo
 
getUpTime() - Method in class org.enhydra.server.AppInfo
 
getUrlPath() - Method in class org.enhydra.server.AppInfo
 
getUser() - Method in class com.lutris.appserver.server.sessionContainerAdapter.ContainerAdapterSession
 
getUser() - Method in class com.lutris.appserver.server.sessionEnhydra.BasicSession
Obtain the user associated with this session.
getValue(String) - Method in class com.lutris.appserver.server.sessionEnhydra.BasicSession
 
getValue() - Method in class com.lutris.mime.MimeHeader
Returns the "value" of this header.
getValueNames() - Method in class com.lutris.appserver.server.sessionEnhydra.BasicSession
 
getVersion() - Static method in class com.lutris.util.JavaVersion
 
getWebAppXML() - Method in class org.enhydra.server.AppInfo
 
getWebAppXML() - Method in class org.enhydra.server.FiltersEdit
 
gone - Static variable in class com.lutris.http.HttpStatus
 

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