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

M

main(String[]) - Static method in class com.lutris.util.JavaVersion
 
main(String[]) - Static method in class org.enhydra.server.conf.EnhydraServerXML
 
main(String[]) - Static method in class org.enhydra.server.util.UnpackWar
 
main(String[]) - Static method in class org.enhydra.server.util.WebAppXML
 
makeAbsolutePath(String, String) - Static method in class org.enhydra.server.util.PathUtil
Creates absolute path from relative.
makeMessage(Throwable) - Static method in class com.lutris.util.ChainedThrowableUtil
Generate the message to set for the exception message.
makeRelativePath(String, String) - Static method in class org.enhydra.server.util.PathUtil
Creates relative path from absolute.
manage(HttpPresentationComms) - Method in class com.lutris.appserver.server.RequestPreProcessingManager
Manages request preprocessing.
manage(OutputOptions, Node) - Method in class com.lutris.appserver.server.ResponsePostProcessingManager
Manages response preprocessing.
manage(byte[], String, String) - Method in class com.lutris.appserver.server.ResponsePostProcessingManager
Manages response preprocessing.
mark(int) - Method in class com.lutris.appserver.server.httpPresentation.servlet.ServletHttpPresentationInputStream
 
markSupported() - Method in class com.lutris.appserver.server.httpPresentation.servlet.ServletHttpPresentationInputStream
 
maxAgeToExpires(int) - Static method in class com.lutris.http.HttpCookieParser
Convert amaximum age to a old cookie expires data; assuming now as the start.
maxNoUserSessionIdleTime - Variable in class com.lutris.appserver.server.sessionEnhydra.StandardSessionManager
Maximum session idle time, in seconds for sessions that don't have a User object associated with them.
maxSessionCount() - Method in class com.lutris.appserver.server.sessionContainerAdapter.ContainerAdapterSessionManager
Not implemented, this information is kept at the servlet container side
maxSessionCount() - Method in class com.lutris.appserver.server.sessionContainerAdapter.JmxContainerAdapterSessionManager
Gets the maximum number of concurent sessions that existed at any time
maxSessionCount() - Method in class com.lutris.appserver.server.sessionContainerAdapter.TomcatContainerAdapterSessionManager
Gets the maximum number of concurent sessions that existed at any time
maxSessionCount() - Method in class com.lutris.appserver.server.sessionEnhydra.StandardSessionManager
Gets the maximum number of concurent sessions that existed at any time since this object was created, or resetMaxSessionCount() was called.
maxSessionCountDate() - Method in class com.lutris.appserver.server.sessionContainerAdapter.ContainerAdapterSessionManager
Not implemented
maxSessionCountDate() - Method in class com.lutris.appserver.server.sessionContainerAdapter.TomcatContainerAdapterSessionManager
Not implemented
maxSessionCountDate() - Method in class com.lutris.appserver.server.sessionEnhydra.StandardSessionManager
Gets the time when the maximum refered to by maxSessionCount() occured.
maxSessionIdleTime - Variable in class com.lutris.appserver.server.sessionContainerAdapter.ContainerAdapterSessionManager
Maximum session idle time, in seconds.
maxSessionIdleTime - Variable in class com.lutris.appserver.server.sessionEnhydra.StandardSessionManager
Maximum session idle time, in seconds.
maxSessions - Variable in class com.lutris.appserver.server.sessionEnhydra.StandardSessionManager
 
maxSessionsDate - Variable in class com.lutris.appserver.server.sessionEnhydra.StandardSessionManager
 
MemoryPersistence - Class in com.lutris.appserver.server.session
Title:
mergeHeader(String) - Method in class com.lutris.http.HttpCookieManager
Merges the cookies contained in the specified http response header into the set of cookies being managed by this object.
methodNotAllowed - Static variable in class com.lutris.http.HttpStatus
 
Mime - Class in com.lutris.appserver.server.httpPresentation
 
Mime() - Constructor for class com.lutris.appserver.server.httpPresentation.Mime
Constructor
MimeHeader - Class in com.lutris.mime
Represents a generic parsed Mime header.
MimeHeader(String) - Constructor for class com.lutris.mime.MimeHeader
Constructs a generic MimeHeader object and initializes its internal parameter list.
MimeType - Class in com.lutris.http
Class for querying and setting mime types.
MimeType() - Constructor for class com.lutris.http.MimeType
Default Constructor
mimeType - Static variable in class org.enhydra.util.chiba.ChibaResponsePostProcessor
 
mimeType - Static variable in class org.enhydra.util.chibaconvex.ChibaConvexResponsePostProcessor
 
mimeType - Static variable in class org.enhydra.util.fo.Fo2FopResponsePostProcessor
 
mimeType - Static variable in class org.enhydra.util.fo.Fo2HtmlResponsePostProcessor
 
mimeType - Static variable in class org.enhydra.util.formfaces.FormFacesResponsePostProcessor
 
mimeType - Static variable in class org.enhydra.util.xml.Xml2FoResponsePostProcessor
 
mode - Variable in class com.lutris.appserver.server.sessionEnhydra.StandardSessionManager
Represents the current session management mode.
MODE_BASIC - Static variable in class com.lutris.appserver.server.sessionEnhydra.StandardSessionManager
Indicates that the session manager is using the basic session home interface to manage sessions.
MODE_CUSTOM - Static variable in class com.lutris.appserver.server.sessionEnhydra.StandardSessionManager
Indicates that the session manager is using the custom home interface to manage sessions.
MODE_PAGE_TO_DB - Static variable in class com.lutris.appserver.server.sessionEnhydra.StandardSessionManager
Indicates that the session manager is using the page to database home interface to manage sessions.
MODE_PAGE_TO_DISK - Static variable in class com.lutris.appserver.server.sessionEnhydra.StandardSessionManager
Indicates that the session manager is using the page to disk home interface to manage sessions.
MonologFactory - Class in org.enhydra.logging
Deprecated. Per discussion on COMMONS-DEV, the behind-the-scenes use of this class as a proxy factory has been removed. For 1.0, you can still request it directly if you wish, but it doesn't really do anything useful, and will be removed in 1.1.
MonologFactory() - Constructor for class org.enhydra.logging.MonologFactory
Deprecated.  
MonologLogChannel - Class in com.lutris.logging
Monolog implementation of a channel associated with a logging facility.
MonologLogChannel(String, Logger, String) - Constructor for class com.lutris.logging.MonologLogChannel
Construct a new log channel.
MonologLogger - Class in com.lutris.logging
Monolog implementation of the Logger.
MonologLogger(boolean) - Constructor for class com.lutris.logging.MonologLogger
Construct a new logger.
MonologSink - Class in org.enhydra.logging
 
MonologSink() - Constructor for class org.enhydra.logging.MonologSink
 
MonologSink(String) - Constructor for class org.enhydra.logging.MonologSink
 
MonologSink(Logger) - Constructor for class org.enhydra.logging.MonologSink
For use with a Monolog factory
MonologWriter - Class in com.lutris.logging
Class use to write log output to a particular LogChannel and level.
MonologWriter(LogChannel, String) - Constructor for class com.lutris.logging.MonologWriter
Constructor.
MonologWriter(LogChannel, int) - Constructor for class com.lutris.logging.MonologWriter
Constructor.
movedPermanently - Static variable in class com.lutris.http.HttpStatus
 
movedTemporarily - Static variable in class com.lutris.http.HttpStatus
 
MultipartMimeInput - Class in com.lutris.mime
Presents an incoming Multipart MIME message as a series of distinct MultipartMimeInputStream streams.
MultipartMimeInput(InputStream, ContentHeader) - Constructor for class com.lutris.mime.MultipartMimeInput
Constructs a new MultipartMimeInput object from an input source of type InputStream and a ContentHeader object.
MultipartMimeInputStream - Class in com.lutris.mime
Presents the current section of a multipart MIME stream as a distinct InputStream object for which the end of the section is the end of the stream.
MultipartMimeInputStream(BMByteSearchStream, BMByteSearch) - Constructor for class com.lutris.mime.MultipartMimeInputStream
Creates a MultipartFormStream object from the given pattern search stream object, separator, and end of line pattern.
MultipartMimeInputStream(BMByteSearchStream, BMByteSearch, String) - Constructor for class com.lutris.mime.MultipartMimeInputStream
Creates a MultipartFormStream object from the given pattern search stream object, separator, and end of line pattern.
multipleChoices - Static variable in class com.lutris.http.HttpStatus
 
multiply(Currency) - Method in class com.lutris.util.Currency
Returns a Currency whose value is (this * val)
multiply(int) - Method in class com.lutris.util.Currency
Returns a Currency whose value is (this * val)

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