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

S

save() - Method in class org.enhydra.server.FiltersEdit
 
saveDocument() - Method in class org.enhydra.server.conf.EnhydraServerXML
 
saveDocument() - Method in class org.enhydra.server.util.WebAppXML
 
saveState() - Method in class org.enhydra.server.DatabaseEdit
Save state of DatabaseManager configuration parameters into application configuration file.
saveState() - Method in class org.enhydra.server.EnhydraServer
Save state of EnhydraServer into xml config file
saveState() - Method in class org.enhydra.server.PresentationEdit
Save state of DatabaseManager configuration parameters into config file
saveState() - Method in class org.enhydra.server.SessionEdit
Save state of SessionManager configuration parameters into config file.
scanInterval - Variable in class com.lutris.appserver.server.sessionEnhydra.StandardSessionManager
The time in seconds between scans for idle sessions to expire.
ScriptAdapter - Class in org.enhydra.util.chiba
Adapter for processing DWR calls and building appropriate responses.
ScriptAdapter() - Constructor for class org.enhydra.util.chiba.ScriptAdapter
 
ScriptFacade - Class in org.enhydra.util.chiba
AJAX Facade class to hide the full functionality from the web-client.
ScriptFacade() - Constructor for class org.enhydra.util.chiba.ScriptFacade
grabs the actual adapter from the session.
search(byte[]) - Method in class com.lutris.util.BMByteSearch
Search for the previously pre-compiled pattern string in an array of bytes.
search(byte[], int, int) - Method in class com.lutris.util.BMByteSearch
Search for the previously pre-compiled pattern string in an array of bytes.
seeOther - Static variable in class com.lutris.http.HttpStatus
 
SELECTOR_PREFIX_DEFAULT - Static variable in class org.enhydra.util.chiba.HttpRequestHandler
 
SELECTOR_PREFIX_PROPERTY - Static variable in class org.enhydra.util.chiba.HttpRequestHandler
 
sendError(int, String) - Method in class com.lutris.appserver.server.httpPresentation.servlet.ServletHttpPresentationResponse
Sends an error response to the client using the specified status code and descriptive message.
sendError(int) - Method in class com.lutris.appserver.server.httpPresentation.servlet.ServletHttpPresentationResponse
Sends an error response to the client using the specified status code and a default message.
SerializableCookie - Class in com.lutris.http
This class is a substitute for Cookies, but it is serializable.
SerializableCookie(Cookie) - Constructor for class com.lutris.http.SerializableCookie
Constructor.
SerializableSessionData - Class in com.lutris.appserver.server.sessionContainerAdapter
Description:
SerializableSessionData() - Constructor for class com.lutris.appserver.server.sessionContainerAdapter.SerializableSessionData
 
serialize(Submission, Node, OutputStream, String) - Method in class org.enhydra.util.chiba.HTTPSubmissionHandler
 
serializedMimeType - Static variable in class com.lutris.appserver.server.httpPresentation.HttpSerialized
The mime type used to send and recieve Java serialized objects.
SERVER - Static variable in class org.enhydra.server.EnhydraServer
 
service(HttpServletRequest, HttpServletResponse) - Method in class com.lutris.appserver.server.httpPresentation.servlet.HttpPresentationServlet
Handle a service request.
service(HttpServletRequest, HttpServletResponse) - Method in class org.enhydra.servlet.servlets.CGIServlet
Overide the service method of HttpServelet.
serviceDirect(HttpServletRequest, HttpServletResponse) - Method in class com.lutris.appserver.server.httpPresentation.servlet.HttpPresentationServlet
This is an HTTP-specific version of the Servlet.service method that translates that request into a request to a presentation manager.
ServiceExtractor - Class in org.enhydra.util
A utility class extracts Axis service names from (server-config) wsdd file and forms a pattern which can be used to recognize Axis requests
ServiceExtractor(String, String) - Constructor for class org.enhydra.util.ServiceExtractor
 
serviceUnavailable - Static variable in class com.lutris.http.HttpStatus
 
SERVLET - Static variable in class org.enhydra.server.EnhydraServer
 
Servlet - Class in org.enhydra
This class extends HttpPresentationServlet but does not add any functionality.
Servlet() - Constructor for class org.enhydra.Servlet
 
ServletAdapter - Class in org.enhydra.util.chiba
integrates XForms Processor into Web-applications and handles request processing.
ServletAdapter() - Constructor for class org.enhydra.util.chiba.ServletAdapter
Creates a new ServletAdapter object.
ServletHttpPresentationInputStream - Class in com.lutris.appserver.server.httpPresentation.servlet
HTTP request input stream reader for servlets.
ServletHttpPresentationInputStream(ServletInputStream) - Constructor for class com.lutris.appserver.server.httpPresentation.servlet.ServletHttpPresentationInputStream
Construct an object for accessing a servlet input stream.
ServletHttpPresentationOutputStream - Class in com.lutris.appserver.server.httpPresentation.servlet
HTTP request output stream writter for servlets.
ServletHttpPresentationOutputStream(ServletHttpPresentationResponse, ServletOutputStream) - Constructor for class com.lutris.appserver.server.httpPresentation.servlet.ServletHttpPresentationOutputStream
Construct an object for accessing a servlet output stream.
ServletHttpPresentationRequest - Class in com.lutris.appserver.server.httpPresentation.servlet
Servlet implementation of the object passed to Presentation objects that is used to access HTTP request data.
ServletHttpPresentationRequest(HttpServletRequest) - Constructor for class com.lutris.appserver.server.httpPresentation.servlet.ServletHttpPresentationRequest
Construct an object associated with a servlet request.
ServletHttpPresentationResponse - Class in com.lutris.appserver.server.httpPresentation.servlet
Object passed to presentation objects that is used to generate HTTP responses.
ServletHttpPresentationResponse(HttpServletResponse, PrintWriter) - Constructor for class com.lutris.appserver.server.httpPresentation.servlet.ServletHttpPresentationResponse
Construct an object associated with a servlet response.
servletRequestPreprocessor(Servlet, ServletContext, HttpServletRequest, HttpServletResponse) - Method in class com.lutris.appserver.server.httpPresentation.HttpPresentationManager
This is an internal use only hook, see the description in Application.java.
session - Variable in class com.lutris.appserver.server.httpPresentation.HttpPresentationComms
Session object that this presentation is associated with.
SESSION - Variable in class com.lutris.appserver.server.sessionContainerAdapter.ContainerAdapterSession
Name of the session object in the HttpSession
SESSION - Variable in class com.lutris.appserver.server.sessionContainerAdapter.ContainerAdapterSessionManager
Name of the session object in the HttpSession
SESSION_ACTIVE - Static variable in class com.lutris.appserver.server.sessionEnhydra.StandardSessionManager
Indicates that a sesson is still active.
SESSION_EXPLICT_DELETE - Static variable in class com.lutris.appserver.server.sessionEnhydra.StandardSessionManager
Indicates that a sesson was explictly deleted.
SESSION_IDLE_EXPIRE - Static variable in class com.lutris.appserver.server.sessionEnhydra.StandardSessionManager
Indicates that a sesson was deleted due to idle time being exceeded.
SESSION_MANAGER - Static variable in class org.enhydra.server.EnhydraServer
 
SESSION_MANAGER_KEY - Static variable in class org.enhydra.server.EnhydraServer
 
SESSION_MAX_TIME - Static variable in class com.lutris.appserver.server.sessionEnhydra.StandardSessionManager
Indicates that a sesson was deleted due to max time being exceeded.
SESSION_PARAM_NAME - Static variable in class org.enhydra.util.xsl.GenericXSLTPostProcessor
 
sessionData - Variable in class com.lutris.appserver.server.httpPresentation.HttpPresentationComms
Session data object.
SessionData - Class in com.lutris.appserver.server.session
Per-session application data.
SessionData() - Constructor for class com.lutris.appserver.server.session.SessionData
 
sessionDeleted(Session, int) - Method in class com.lutris.appserver.server.sessionEnhydra.StandardSessionManager
Method called when a session is deleted.
SessionDeleteDO - Class in com.lutris.appserver.server.sessionEnhydra.persistent
Database interface that is used to delete a session from the database.
SessionDeleteDO(String) - Constructor for class com.lutris.appserver.server.sessionEnhydra.persistent.SessionDeleteDO
 
sessionDidActivate(HttpSessionEvent) - Method in class com.lutris.appserver.server.sessionContainerAdapter.ContainerAdapterSession
 
SessionEdit - Class in org.enhydra.server
Title:
SessionEdit(Config) - Constructor for class org.enhydra.server.SessionEdit
One and only constructor, fill SessionManager parameters from application config file (or set default value if parameter doesn't exist).
sessionExists(String) - Method in class com.lutris.appserver.server.sessionContainerAdapter.ContainerAdapterSessionManager
 
sessionExists(String) - Method in class com.lutris.appserver.server.sessionContainerAdapter.JmxContainerAdapterSessionManager
Returns true if the session identified by sessionId exists
sessionExists(String) - Method in class com.lutris.appserver.server.sessionEnhydra.StandardSessionManager
Returns whether the Session object associated with the specified session key exists.
sessionHome - Variable in class com.lutris.appserver.server.sessionEnhydra.StandardSessionManager
Table of currently active user sessions is managed by the session home.
sessionKey - Variable in class com.lutris.appserver.server.sessionEnhydra.SessionThread
 
sessionManager - Variable in class com.lutris.appserver.server.sessionEnhydra.BasicSession
 
sessionMgr - Variable in class com.lutris.appserver.server.sessionEnhydra.PagedSessionHome
The session manager associated with the session home.
sessionParam - Variable in class org.enhydra.util.xsl.GenericXSLTPostProcessor
 
SessionsInfo - Class in org.enhydra.server
Title:
SessionsInfo(Application, Config) - Constructor for class org.enhydra.server.SessionsInfo
 
SessionThread - Class in com.lutris.appserver.server.sessionEnhydra
Represents a combination of a thread and a session key.
SessionThread(Thread, String) - Constructor for class com.lutris.appserver.server.sessionEnhydra.SessionThread
Creates an instance of a session-thread association.
SessionUtil - Class in com.lutris.appserver.server.sessionEnhydra
Static methods that can be used by applications to manage sessions.
sessionWillPassivate(HttpSessionEvent) - Method in class com.lutris.appserver.server.sessionContainerAdapter.ContainerAdapterSession
 
set(String, Object) - Method in class com.lutris.appserver.server.sessionEnhydra.PagedSessionData
This method enforces that all PagedSessionData be serializable.
set(String, Object) - Method in class com.lutris.appserver.server.sessionEnhydra.persistent.PersistentSessionData
This method enforces that all PersistentSessionData be serializable.
setAdditionalClassPaths(String[]) - Method in class org.enhydra.server.AppInfo
 
setApplication(Application) - Method in class org.enhydra.server.AppInfo
 
setApplicationServer(ApplicationServer) - Method in class org.enhydra.server.EnhydraServer
Implementation of ApplicationServer interface are responsible to set reference on himself.
setAppsfDir(String) - Static method in class org.enhydra.server.EnhydraServer
Set path to default Applications context root path.
setAppType(int) - Method in class org.enhydra.server.AppInfo
 
setAttribute(String, Object) - Method in class com.lutris.appserver.server.sessionEnhydra.BasicSession
 
setAttribute(String, Object) - Method in class org.enhydra.logging.MonologFactory
Deprecated. Set the configuration attribute with the specified name.
setBackgroundColor(String) - Method in class com.lutris.html.HtmlTable
 
setBackgroundColor(String) - Method in class com.lutris.html.HtmlTableRow
 
setBaseURI(String) - Method in class org.enhydra.util.chiba.ServletAdapter
 
setBody(String) - Method in class org.enhydra.util.chiba.ChibaRequest
 
setBorderWidth(int) - Method in class com.lutris.html.HtmlTable
 
setCacheClasses(String) - Method in class org.enhydra.server.PresentationEdit
 
setCacheFiles(String) - Method in class org.enhydra.server.PresentationEdit
 
setCaption(String) - Method in class com.lutris.html.HtmlTable
 
setCellPadding(int) - Method in class com.lutris.html.HtmlTable
 
setCellSpacing(int) - Method in class com.lutris.html.HtmlTable
 
setClassLoader(String, ClassLoader) - Static method in class com.lutris.appserver.server.session.MemoryPersistence
When application first time startup, it sets ClassLoader and use them next time is restarting.
setClean(boolean) - Method in class org.enhydra.util.chiba.BaseAdapter
 
setColSpan(int) - Method in class com.lutris.html.HtmlTableRow
 
setConfFileClass(String) - Method in class org.enhydra.server.util.WebAppXML
 
setConfFilePath(String) - Method in class org.enhydra.server.util.WebAppXML
 
setConfig(Config) - Method in class org.enhydra.server.AppInfo
 
setConfigName(String) - Method in class org.enhydra.server.AppInfo
 
setConnections(int[]) - Method in class org.enhydra.server.AppInfo
 
setContentLength(int) - Method in class com.lutris.appserver.server.httpPresentation.servlet.ServletHttpPresentationResponse
Sets the content length for this response.
setContentType(String) - Method in class com.lutris.appserver.server.httpPresentation.servlet.ServletHttpPresentationResponse
Sets the content type for this response.
setContext(Map) - Method in class org.enhydra.util.chiba.ScriptAdapter
passes Map containing arbitrary context parameters to the Adapter.
setContext(Map) - Method in class org.enhydra.util.chiba.ServletAdapter
passes Map containing arbitrary context parameters to the Adapter.
setContextPath(String) - Method in class org.enhydra.server.AppInfo
 
setDatabaseName(String) - Method in class org.enhydra.server.SessionEdit
 
setDatabases(String[]) - Method in class org.enhydra.server.DatabaseEdit
Sets list of database names.
setDateHeader(String, long) - Method in class com.lutris.appserver.server.httpPresentation.servlet.ServletHttpPresentationResponse
Adds a field to the response header with a given name and date-valued field.
setDBnameClassType(String, String) - Method in class org.enhydra.server.DatabaseEdit
Sets value of ClassType parameter for given database name in Config object of application.
setDBnameConnectionAllocationTimeout(String, String) - Method in class org.enhydra.server.DatabaseEdit
Sets value of Connection.AllocationTimeout parameter for given database name in Config object of application.
setDBnameConnectionLogging(String, String) - Method in class org.enhydra.server.DatabaseEdit
Sets value of Connection.Logging parameter for given database name in Config object of application.
setDBnameConnectionMaxPoolSize(String, String) - Method in class org.enhydra.server.DatabaseEdit
Sets value of Connection.MaxPoolSize parameter for given database name in Config object of application.
setDBnameConnectionPassword(String, String) - Method in class org.enhydra.server.DatabaseEdit
Sets value of Connection.Password parameter for given database name in Config object of application.
setDBnameConnectionUrl(String, String) - Method in class org.enhydra.server.DatabaseEdit
Sets value of Connection.Url parameter for given database name in Config object of application.
setDBnameConnectionUser(String, String) - Method in class org.enhydra.server.DatabaseEdit
Sets value of Connection.User parameter for given database name in Config object of application.
setDBnameJdbcDriver(String, String) - Method in class org.enhydra.server.DatabaseEdit
Sets value of JdbcDriver parameter for given database name in Config object of application.
setDBnameObjectIdCacheSize(String, String) - Method in class org.enhydra.server.DatabaseEdit
Sets value of ObjectId.CacheSize parameter for given database name in Config object of application.
setDBnameObjectIdMinValue(String, String) - Method in class org.enhydra.server.DatabaseEdit
Sets value of ObjectId.MinValue parameter for given database name in Config object of application.
setDBTableName(String) - Method in class org.enhydra.server.SessionEdit
 
setDebug(String) - Method in class org.enhydra.server.DatabaseEdit
Sets value of Debug parameter in Config object of application.
setDefaultDatabase(String) - Method in class org.enhydra.server.DatabaseEdit
Sets value of DefaultDatabase parameter in Config object of application.
setDefaultLogicalDbName(String) - Method in class org.enhydra.server.DatabaseInfo
Sets the default logical database name.
setDescription(String) - Method in class org.enhydra.server.AppInfo
 
setDescription(String) - Method in class org.enhydra.server.FilterData
 
setDestDir(File) - Method in class org.enhydra.server.util.UnpackWar
Set the destination directory.
setDisplayName(String) - Method in class org.enhydra.server.FilterData
 
setEncoding(String) - Method in class com.lutris.appserver.server.httpPresentation.servlet.ServletHttpPresentationResponse
Set the output character encoding.
setEncoding(String) - Method in class org.enhydra.util.ajaxforms.AjaxFormsFormater
 
setFilterClass(String) - Method in class org.enhydra.server.FilterData
 
setFrame(String) - Method in class com.lutris.html.HtmlTable
 
setHeader(String, String) - Method in class com.lutris.appserver.server.httpPresentation.servlet.ServletHttpPresentationResponse
Adds a field to the response header with a given name and value.
setHeader(Object) - Method in class com.lutris.html.HtmlTable
 
setHorizontalAlignment(int) - Method in class com.lutris.html.HtmlTableRow
 
setHttpSession(HttpSession) - Method in class com.lutris.appserver.server.sessionContainerAdapter.ContainerAdapterSession
 
setHttpSession(HttpSession) - Method in class com.lutris.appserver.server.sessionEnhydra.BasicSession
 
setIdleScanInterval(String) - Method in class org.enhydra.server.SessionEdit
 
setInitParams(ArrayList) - Method in class org.enhydra.server.FilterData
Data in initParams are ArrayLists with three Strings (paramName, paramValue, description).
setIntHeader(String, int) - Method in class com.lutris.appserver.server.httpPresentation.servlet.ServletHttpPresentationResponse
Adds a field to the response header with a given name and integer value.
setLargeIcon(String) - Method in class org.enhydra.server.FilterData
 
setLogChannel(LogChannel) - Method in class org.enhydra.util.chiba.ChibaRequestPreProcessor
 
setLogChannel(LogChannel) - Method in class org.enhydra.util.chiba.ChibaResponsePostProcessor
 
setLogChannel(LogChannel) - Method in class org.enhydra.util.chibaconvex.ChibaConvexResponsePostProcessor
 
setLogChannel(LogChannel) - Method in class org.enhydra.util.fo.Fo2FopResponsePostProcessor
 
setLogChannel(LogChannel) - Method in class org.enhydra.util.fo.Fo2HtmlResponsePostProcessor
 
setLogChannel(LogChannel) - Method in class org.enhydra.util.formfaces.FormFacesResponsePostProcessor
 
setLogChannel(LogChannel) - Method in class org.enhydra.util.xml.Xml2FoResponsePostProcessor
 
setLogChannel(LogChannel) - Method in class org.enhydra.util.xsl.GenericXSLTPostProcessor
 
setLogChannel(LogChannel) - Method in class org.enhydra.util.xsl.GenericXSLTPreProcessor
 
setLogger(Logger) - Method in class com.lutris.logging.LogAdapter
 
setLogImpl(LogImpl) - Method in class org.enhydra.logging.MonologSink
 
setMappingServletName(String) - Method in class org.enhydra.server.FilterData
 
setMappingURLPattern(String) - Method in class org.enhydra.server.FilterData
 
setMaxIdleTime(int) - Method in class com.lutris.appserver.server.sessionContainerAdapter.ContainerAdapterSession
Set the maximum idle time for this object.
setMaxIdleTime(long) - Method in class com.lutris.appserver.server.sessionEnhydra.BasicSession
Set the maximum idle time for this object.
setMaxInactiveInterval(int) - Method in class com.lutris.appserver.server.sessionEnhydra.BasicSession
 
setMaxNoUserIdleTime(long) - Method in class com.lutris.appserver.server.sessionEnhydra.BasicSession
set the maximum idle time when a User object is not associated with the session.
setMaxSessionIdleTime(long) - Method in class com.lutris.appserver.server.sessionEnhydra.StandardSessionManager
Sets the maximum session idle time, in seconds.
setMaxSessions(String) - Method in class org.enhydra.server.SessionEdit
 
setMemoryPersistence(String) - Method in class org.enhydra.server.SessionEdit
 
setMode(String) - Method in class org.enhydra.server.SessionEdit
 
setName(String) - Method in class com.lutris.appserver.server.user.UserImpl
Set user name associated with the object.
setName(String) - Method in class org.enhydra.server.AppInfo
 
setName(String) - Method in class org.enhydra.server.FilterData
 
setName(String) - Method in class org.enhydra.util.chiba.ChibaRequestPreProcessor
 
setName(String) - Method in class org.enhydra.util.chiba.ChibaResponsePostProcessor
 
setName(String) - Method in class org.enhydra.util.chibaconvex.ChibaConvexResponsePostProcessor
 
setName(String) - Method in class org.enhydra.util.fo.Fo2FopResponsePostProcessor
 
setName(String) - Method in class org.enhydra.util.fo.Fo2HtmlResponsePostProcessor
 
setName(String) - Method in class org.enhydra.util.formfaces.FormFacesResponsePostProcessor
 
setName(String) - Method in class org.enhydra.util.xml.Xml2FoResponsePostProcessor
 
setName(String) - Method in class org.enhydra.util.xsl.GenericXSLTPostProcessor
 
setName(String) - Method in class org.enhydra.util.xsl.GenericXSLTPreProcessor
 
setOptions(String) - Method in class org.enhydra.logging.MonologSink
 
setPageDir(String) - Method in class org.enhydra.server.SessionEdit
 
setPageThreshold(String) - Method in class org.enhydra.server.SessionEdit
 
setPageTimeThreshold(String) - Method in class org.enhydra.server.SessionEdit
 
setPageWait(String) - Method in class org.enhydra.server.SessionEdit
 
setPattern(String) - Method in class com.lutris.util.BMByteSearchStream
Set the search pattern.
setPattern(BMByteSearch) - Method in class com.lutris.util.BMByteSearchStream
Set the search pattern.
setPercentWidth(int) - Method in class com.lutris.html.HtmlTable
 
setPostProcessingManager(ResponsePostProcessingManager) - Method in class com.lutris.appserver.server.httpPresentation.servlet.ServletHttpPresentationResponse
Sets the response post processing manager.
setPostProcessors(Vector) - Method in class com.lutris.appserver.server.ResponsePostProcessingManager
 
setPreProcessors(Vector) - Method in class com.lutris.appserver.server.RequestPreProcessingManager
 
setRandomizerIntervals(String[]) - Method in class org.enhydra.server.SessionEdit
 
setRepeatIndex(String, String) - Method in class org.enhydra.util.chiba.ScriptFacade
 
setRequestedSessionIdFromCookie(boolean) - Method in class com.lutris.appserver.server.httpPresentation.servlet.ServletHttpPresentationRequest
 
setRequestedSessionIdFromUrl(boolean) - Method in class com.lutris.appserver.server.httpPresentation.servlet.ServletHttpPresentationRequest
 
setRowSpan(int) - Method in class com.lutris.html.HtmlTableRow
 
setRules(String) - Method in class com.lutris.html.HtmlTable
 
setRunning(boolean) - Method in class org.enhydra.server.AppInfo
 
setSaveOnRestart(String) - Method in class org.enhydra.server.SessionEdit
 
setServletAndContext(Servlet, ServletContext) - Method in class com.lutris.appserver.server.httpPresentation.HttpPresentationManager
Notify the presentation manager which servlet we are running in.
setSessionData(SessionData) - Method in class com.lutris.appserver.server.sessionContainerAdapter.ContainerAdapterSession
puts the SessionData into this session
setSessionEncodeFirstUrl(String) - Method in class org.enhydra.server.SessionEdit
 
setSessionEncodeUrlState(String) - Method in class org.enhydra.server.SessionEdit
 
setSessionHomeClass(String) - Method in class org.enhydra.server.SessionEdit
 
setSessionIdCookieRequired(boolean) - Method in class com.lutris.appserver.server.httpPresentation.servlet.ServletHttpPresentationResponse
 
setSessionIdEncodeUrlRequired(boolean) - Method in class com.lutris.appserver.server.httpPresentation.servlet.ServletHttpPresentationResponse
 
setSessionIdleTimeMax(String) - Method in class org.enhydra.server.SessionEdit
 
setSessionKey(String) - Method in class com.lutris.appserver.server.httpPresentation.servlet.ServletHttpPresentationResponse
Sets the current session key for this response
setSessionLifetimeMax(String) - Method in class org.enhydra.server.SessionEdit
 
setSessionManager(SessionManager) - Method in class com.lutris.appserver.server.httpPresentation.servlet.ServletHttpPresentationResponse
Sets the session manager.
setSessionManager(SessionManager) - Method in class com.lutris.appserver.server.sessionContainerAdapter.ContainerAdapterSession
 
setSessionNoUserIdleTimeMax(String) - Method in class org.enhydra.server.SessionEdit
 
setSessionUserTableClass(String) - Method in class org.enhydra.server.SessionEdit
 
setSmallIcon(String) - Method in class org.enhydra.server.FilterData
 
setStarted(Date) - Method in class org.enhydra.server.AppInfo
 
setStatus(int, String) - Method in class com.lutris.appserver.server.httpPresentation.servlet.ServletHttpPresentationResponse
Sets the status code and message for this response.
setStatus(int) - Method in class com.lutris.appserver.server.httpPresentation.servlet.ServletHttpPresentationResponse
Sets the status code and a default message for this response.
setStylesheetFile(String) - Method in class org.enhydra.util.chiba.StylesheetLoader
allows to set the stylesheet file to be used by the Transformer
setTimeCreated(long) - Method in class com.lutris.appserver.server.sessionContainerAdapter.ContainerAdapterSession
 
setTimeExpires(long) - Method in class com.lutris.appserver.server.sessionEnhydra.BasicSession
Set the time of expiry for this object.
setTransformerFactory(TransformerFactory) - Method in class org.enhydra.util.chiba.StylesheetLoader
Sets the TransformerFactory used by the cache
setUploadDestination(String) - Method in class org.enhydra.util.chiba.ScriptAdapter
set the upload location.
setUploadDestination(String) - Method in class org.enhydra.util.chiba.ServletAdapter
 
setUrlPath(String) - Method in class org.enhydra.server.AppInfo
 
setUser(User) - Method in class com.lutris.appserver.server.sessionContainerAdapter.ContainerAdapterSession
Sets the user
setUser(User) - Method in class com.lutris.appserver.server.sessionEnhydra.BasicSession
Set the user associated with this session.
setUser(User) - Method in class com.lutris.appserver.server.sessionEnhydra.PagedSession
Ensures that the user associated with the session is serializable.
setUser(User) - Method in class com.lutris.appserver.server.sessionEnhydra.persistent.PersistentSession
Ensures that the user associated with the session is serializable.
setVerticalAlignment(int) - Method in class com.lutris.html.HtmlTableRow
 
setWar(File) - Method in class org.enhydra.server.util.UnpackWar
Set the path to War-file.
setWebAppXML(WebAppXML) - Method in class org.enhydra.server.AppInfo
 
setXFormsValue(String, String) - Method in class org.enhydra.util.chiba.ScriptFacade
sets the value of a control in the processor.
shouldProcess(String) - Method in class org.enhydra.util.ajaxforms.AjaxFormsResponsePostProcessor
 
shouldProcess(String) - Method in class org.enhydra.util.chiba.ChibaResponsePostProcessor
 
shouldProcess(String) - Method in class org.enhydra.util.chibaconvex.ChibaConvexResponsePostProcessor
 
shouldProcess(String) - Method in class org.enhydra.util.fo.Fo2FopResponsePostProcessor
 
shouldProcess(String) - Method in class org.enhydra.util.fo.Fo2HtmlResponsePostProcessor
 
shouldProcess(String) - Method in class org.enhydra.util.formfaces.FormFacesResponsePostProcessor
 
shouldProcess(String) - Method in class org.enhydra.util.xml.Xml2FoResponsePostProcessor
 
shouldProcess(String) - Method in class org.enhydra.util.xsl.GenericXSLTPostProcessor
 
shutdown() - Static method in class com.lutris.appserver.server.session.MemoryPersistence
When EnhydraServer stoped clean all.
shutdown() - Method in class com.lutris.appserver.server.sessionContainerAdapter.ContainerAdapterSessionManager
NOP
shutdown() - Method in class com.lutris.appserver.server.sessionContainerAdapter.JmxContainerAdapterSessionManager
 
shutdown() - Method in class com.lutris.appserver.server.sessionContainerAdapter.TomcatContainerAdapterSessionManager
 
shutdown() - Method in class com.lutris.appserver.server.sessionEnhydra.BasicSessionHome
Shuts dows the session home.
shutdown() - Method in class com.lutris.appserver.server.sessionEnhydra.DiskPagedSessionHome
Shuts dows the session home.
shutdown() - Method in class com.lutris.appserver.server.sessionEnhydra.PagedSessionHome
Shuts down the session home.
shutdown() - Method in class com.lutris.appserver.server.sessionEnhydra.PagedSessionThresholdTimer
Shutdown the thread associated with this object.
shutdown() - Method in class com.lutris.appserver.server.sessionEnhydra.persistent.PersistentSessionHome
Shuts dows the session home.
shutdown() - Method in class com.lutris.appserver.server.sessionEnhydra.persistent.PersistentSessionUserTable
Shutdown this session user table as required.
shutdown() - Method in class com.lutris.appserver.server.sessionEnhydra.StandardSessionIdleTimer
Shutdown the thread associated with this object.
shutdown() - Method in class com.lutris.appserver.server.sessionEnhydra.StandardSessionKeyGen
Shutdown the thread associated with this object.
shutdown() - Method in class com.lutris.appserver.server.sessionEnhydra.StandardSessionManager
Shutdown this session manager, stopping threads that are associated with it.
shutdown() - Method in class org.enhydra.server.EnhydraServer
Shutdown EnhydraServer, including all applications and connections.
shutdown() - Method in class org.enhydra.util.chiba.ScriptAdapter
terminates the XForms processing.
shutdown() - Method in class org.enhydra.util.chiba.ServletAdapter
terminates the XForms processing.
SimpleServletSessionManager - Class in com.lutris.appserver.server.sessionEnhydra
This session manager extends StandardSessionManager it obtains SessionId from the servletContainer and uses it to create a new Enhydra session
SimpleServletSessionManager() - Constructor for class com.lutris.appserver.server.sessionEnhydra.SimpleServletSessionManager
 
SimpleServletSessionManager(Application, Config, LogChannel) - Constructor for class com.lutris.appserver.server.sessionEnhydra.SimpleServletSessionManager
Creates a new SessionManager object.
SimpleServletSessionManager(ClassLoader, Config, LogChannel) - Constructor for class com.lutris.appserver.server.sessionEnhydra.SimpleServletSessionManager
Creates a new SessionManager object.
sIndex - Variable in class com.lutris.util.CircularQueue
The array index for the next object to be stored in the queue.
size() - Method in class com.lutris.appserver.server.sessionEnhydra.BasicSessionHome
Returns the current number of sessions.
size() - Method in class com.lutris.appserver.server.sessionEnhydra.PagedSessionHome
Returns the current number of sessions.
sizeofPOCache() - Method in class com.lutris.appserver.server.httpPresentation.HttpPresentationManager
Return the number of entries in the PO cache.
sizeofResourceCache() - Method in class com.lutris.appserver.server.httpPresentation.HttpPresentationManager
Return the number of entries in the resource cache.
skip(long) - Method in class com.lutris.appserver.server.httpPresentation.servlet.ServletHttpPresentationInputStream
 
skip(long) - Method in class com.lutris.mime.MultipartMimeInputStream
Skips over and discards n bytes of data from this input stream.
skip(long) - Method in class com.lutris.util.BMByteSearchStream
Skips over and discards n bytes of data from the input stream.
skipPattern() - Method in class com.lutris.util.BMByteSearchStream
Skips all bytes up to and including the search pattern or EOF.
skipTo() - Method in class com.lutris.util.BMByteSearchStream
Skips all bytes up to but not including the search pattern or EOF.
StandardAppUtil - Class in com.lutris.appserver.server
Static methods used by StandardApplication.
StandardLogChannel - Class in com.lutris.logging
Standard implementation of a channel associated with a logging facility.
StandardLogChannel(String, StandardLogger) - Constructor for class com.lutris.logging.StandardLogChannel
Construct a new log channel.
StandardLogger - Class in com.lutris.logging
Standard implementation of the Logger.
StandardLogger(boolean) - Constructor for class com.lutris.logging.StandardLogger
Construct a new logger.
StandardSessionIdleTimer - Class in com.lutris.appserver.server.sessionEnhydra
The idle timer thread for StandardSessionManager.
StandardSessionIdleTimer(StandardSessionIdleHandler, Application, long) - Constructor for class com.lutris.appserver.server.sessionEnhydra.StandardSessionIdleTimer
 
StandardSessionKeyGen - Class in com.lutris.appserver.server.sessionEnhydra
The session random key generator.
StandardSessionKeyGen(long[]) - Constructor for class com.lutris.appserver.server.sessionEnhydra.StandardSessionKeyGen
Constructor a new key generator random number entropy generator.
StandardSessionManager - Class in com.lutris.appserver.server.sessionEnhydra
This session manager maintains the mapping between session keys and sessions.
StandardSessionManager() - Constructor for class com.lutris.appserver.server.sessionEnhydra.StandardSessionManager
 
StandardSessionManager(Application, Config, LogChannel) - Constructor for class com.lutris.appserver.server.sessionEnhydra.StandardSessionManager
Creates a new SessionManager object.
StandardSessionManager(ClassLoader, Config, LogChannel) - Constructor for class com.lutris.appserver.server.sessionEnhydra.StandardSessionManager
 
start() - Method in class org.enhydra.logging.MonologSink
 
startApplication(String) - Method in class org.enhydra.server.EnhydraServer
Start application.
startup() - Method in class org.enhydra.server.EnhydraServer
This method is responsible starting applications defined in EnhydraServer.conf file.
stderrLevelFlags - Variable in class com.lutris.logging.Log4jLogger
Table of levels that are to be written to stderr Accessed directly by the channel.
stderrLevelFlags - Variable in class com.lutris.logging.MonologLogger
Table of levels that are to be written to stderr Accessed directly by the channel.
stderrLevelFlags - Variable in class com.lutris.logging.StandardLogger
Table of levels that are to be written to stderr Accessed directly by the channel.
stop() - Method in class org.enhydra.logging.MonologSink
 
stopApplication(String) - Method in class org.enhydra.server.EnhydraServer
Shutdown application.
stopApplicationServer() - Method in class org.enhydra.server.EnhydraServer
Shutdown application server
store(String, Serializable) - Method in class com.lutris.util.FilePersistentStore
Method to store and object (persistent).
StringEnum - Class in com.lutris.util
 
StringEnum(String[]) - Constructor for class com.lutris.util.StringEnum
 
StylesheetLoader - Class in org.enhydra.util.chiba
 
StylesheetLoader(String) - Constructor for class org.enhydra.util.chiba.StylesheetLoader
 
StylesheetLoader(String, boolean) - Constructor for class org.enhydra.util.chiba.StylesheetLoader
 
submit(Submission, Node) - Method in class org.enhydra.util.chiba.HTTPSubmissionHandler
Serializes the specified instance data.
subtract(Currency) - Method in class com.lutris.util.Currency
Returns a Currency whose value is (this - val).
switchingProtocols - Static variable in class com.lutris.http.HttpStatus
 
switchLogFile(File) - Method in class com.lutris.logging.StandardLogger
Switch a log file; replacing the old one with a new one.

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