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

P

packageName - Variable in class org.enhydra.util.xsl.GenericXSLTPostProcessor
 
PagedSession - Class in com.lutris.appserver.server.sessionEnhydra
PagedSession requires that all session data and the user associated with the session be serializable.
PagedSession() - Constructor for class com.lutris.appserver.server.sessionEnhydra.PagedSession
 
PagedSession(StandardSessionManager, String) - Constructor for class com.lutris.appserver.server.sessionEnhydra.PagedSession
Construct a new session.
pagedSessionCount() - Method in class com.lutris.appserver.server.sessionEnhydra.StandardSessionManager
Gets the number of session that are paged to persistent store.
PagedSessionData - Class in com.lutris.appserver.server.sessionEnhydra
Session data used to store dynamic application objects.
PagedSessionData() - Constructor for class com.lutris.appserver.server.sessionEnhydra.PagedSessionData
 
PagedSessionHome - Class in com.lutris.appserver.server.sessionEnhydra
The StandardSessionManager uses PagedSessionHome to manage a collection of sessions that can be paged to disk.
PagedSessionHome(StandardSessionManager, Config, ClassLoader) - Constructor for class com.lutris.appserver.server.sessionEnhydra.PagedSessionHome
 
pagedSessionKeyExists(String) - Method in class com.lutris.appserver.server.sessionEnhydra.DiskPagedSessionHome
Returns true if the specified session key is in use by a session that has been paged out.
pagedSessionKeyExists(String) - Method in class com.lutris.appserver.server.sessionEnhydra.PagedSessionHome
Returns true if the specified session key is in use by a session that has been paged out.
pagedSessionKeyExists(String) - Method in class com.lutris.appserver.server.sessionEnhydra.persistent.PersistentSessionHome
Returns true if the specified session key is in use by a session that has been paged out.
PagedSessionThresholdTimer - Class in com.lutris.appserver.server.sessionEnhydra
This thread sleeps in the background, waking up periodically to check for inactive sessions and to page out any session that has been inactive for too long.
PagedSessionThresholdTimer(PagedSessionHome, Application) - Constructor for class com.lutris.appserver.server.sessionEnhydra.PagedSessionThresholdTimer
 
pagedSize() - Method in class com.lutris.appserver.server.sessionEnhydra.BasicSessionHome
Returns the current number of sessions that are paged to persistent store.
pagedSize() - Method in class com.lutris.appserver.server.sessionEnhydra.PagedSessionHome
Returns the current number of sessions that are paged to persistent store.
pageIn(String) - Method in class com.lutris.appserver.server.sessionEnhydra.DiskPagedSessionHome
Reads a paged session from disk.
pageIn(String) - Method in class com.lutris.appserver.server.sessionEnhydra.PagedSessionHome
Reads a paged session from disk.
pageIn(String) - Method in class com.lutris.appserver.server.sessionEnhydra.persistent.PersistentSessionHome
Reads a paged session from disk.
pageOut(PagedSession) - Method in class com.lutris.appserver.server.sessionEnhydra.DiskPagedSessionHome
Pages a session to disk.
pageOut(PagedSession) - Method in class com.lutris.appserver.server.sessionEnhydra.PagedSessionHome
Pages a session to disk.
pageOut(PagedSession) - Method in class com.lutris.appserver.server.sessionEnhydra.persistent.PersistentSessionHome
Pages a session to disk.
parseCookieString(String) - Static method in class com.lutris.http.HttpCookieParser
 
parseCString(String) - Static method in class com.lutris.util.QuotedString
Parse a C style quoted string.
parseCString(String, int) - Static method in class com.lutris.util.QuotedString
Parse a C style quoted string.
parseCString(char[]) - Static method in class com.lutris.util.QuotedString
Parse a C style quoted string.
parseCString(char[], int) - Static method in class com.lutris.util.QuotedString
Parse a C style quoted string.
parseParameters(String) - Method in class com.lutris.mime.MimeHeader
Parses the a given string into key=parameter pairs in accordance with RFC2045 Section 5.1 Page 11.
parsePostData(int, InputStream) - Static method in class com.lutris.http.HttpUtils
Parses FORM data posted by a client using the HTTP POST method and the application/x-www-form-urlencoded MIME type.
parseQueryString(String) - Static method in class com.lutris.http.HttpUtils
Decodes a query string in the format specified by the MIME type "application/x-www-form-urlencoded".
parseRequestHeader(String) - Static method in class com.lutris.http.HttpCookieParser
Parses an http cookie request header and returns a vector of Cookie objects defined in the header.
parseRequestHeader(String, String) - Static method in class com.lutris.http.HttpCookieParser
Parses an http cookie request header and returns the first cookie that matches the specified name.
parseResponseHeader(String) - Static method in class com.lutris.http.HttpCookieParser
Parses an http cookie response header and returns a vector of Cookie objects defined in the header.
partialContent - Static variable in class com.lutris.http.HttpStatus
 
passivateSession(Thread, String) - Method in class com.lutris.appserver.server.sessionContainerAdapter.ContainerAdapterSessionManager
Not implemented, since this session manager doesn't really control the sessions - they are managed by the servlet container
passivateSession(Thread, String) - Method in class com.lutris.appserver.server.sessionEnhydra.BasicSessionHome
Puts a session into the 'passive' state.
passivateSession(Thread, String) - Method in class com.lutris.appserver.server.sessionEnhydra.PagedSessionHome
Puts an 'active' session into the 'passive' state.
passivateSession(Thread, String) - Method in class com.lutris.appserver.server.sessionEnhydra.StandardSessionManager
Puts a session into the 'passive' state.
password - Variable in class com.lutris.http.BasicAuthResult
The password that was sent along with the request.
PathUtil - Class in org.enhydra.server.util
Title:
paymentRequired - Static variable in class com.lutris.http.HttpStatus
 
peekAheadString(int) - Method in class com.lutris.util.BMByteSearchStream
Returns the next length bytes of the input buffer as a string.
PersistentSession - Class in com.lutris.appserver.server.sessionEnhydra.persistent
A serializable version of BasicSession that can be written to persistent store.
PersistentSession() - Constructor for class com.lutris.appserver.server.sessionEnhydra.persistent.PersistentSession
Need the following constructor in order to serialize?
PersistentSession(StandardSessionManager, String, PersistentSessionHome) - Constructor for class com.lutris.appserver.server.sessionEnhydra.persistent.PersistentSession
Construct a new session.
PersistentSessionData - Class in com.lutris.appserver.server.sessionEnhydra.persistent
Session data used to store dynamic application objects.
PersistentSessionData() - Constructor for class com.lutris.appserver.server.sessionEnhydra.persistent.PersistentSessionData
 
PersistentSessionDO - Class in com.lutris.appserver.server.sessionEnhydra.persistent
Database interface for persistent session.
PersistentSessionDO(PersistentSession) - Constructor for class com.lutris.appserver.server.sessionEnhydra.persistent.PersistentSessionDO
 
PersistentSessionDO(ResultSet, ClassLoader) - Constructor for class com.lutris.appserver.server.sessionEnhydra.persistent.PersistentSessionDO
 
PersistentSessionHome - Class in com.lutris.appserver.server.sessionEnhydra.persistent
PersistentSessionHome writes all passive sessions to a database.
PersistentSessionHome(StandardSessionManager, Config, ClassLoader) - Constructor for class com.lutris.appserver.server.sessionEnhydra.persistent.PersistentSessionHome
 
PersistentSessionUserTable - Class in com.lutris.appserver.server.sessionEnhydra.persistent
Table used by StandardSessionManager to cross reference User objects and sessions.
PersistentSessionUserTable(Config) - Constructor for class com.lutris.appserver.server.sessionEnhydra.persistent.PersistentSessionUserTable
 
pointsToPO(String) - Static method in class com.lutris.appserver.server.StandardAppUtil
Determine if a URL references a presentation object.
preconditionFailed - Static variable in class com.lutris.http.HttpStatus
 
PRESENTATION_PREFIX - Static variable in class org.enhydra.server.EnhydraServer
 
PresentationEdit - Class in org.enhydra.server
Title:
PresentationEdit(Config) - Constructor for class org.enhydra.server.PresentationEdit
 
PresentationInfo - Class in org.enhydra.server
Title:
PresentationInfo() - Constructor for class org.enhydra.server.PresentationInfo
 
PresentationInfo(Application, Config) - Constructor for class org.enhydra.server.PresentationInfo
 
print(String) - Method in class com.lutris.appserver.server.httpPresentation.servlet.ServletHttpPresentationOutputStream
Prints the string provided.
print(boolean) - Method in class com.lutris.appserver.server.httpPresentation.servlet.ServletHttpPresentationOutputStream
Prints the boolean provided.
print(char) - Method in class com.lutris.appserver.server.httpPresentation.servlet.ServletHttpPresentationOutputStream
 
print(int) - Method in class com.lutris.appserver.server.httpPresentation.servlet.ServletHttpPresentationOutputStream
Prints the integer provided.
print(long) - Method in class com.lutris.appserver.server.httpPresentation.servlet.ServletHttpPresentationOutputStream
Prints the long provided.
print(float) - Method in class com.lutris.appserver.server.httpPresentation.servlet.ServletHttpPresentationOutputStream
Prints the float provided.
print(double) - Method in class com.lutris.appserver.server.httpPresentation.servlet.ServletHttpPresentationOutputStream
Prints the double provided.
printCauseTrace(ChainedThrowable) - Static method in class com.lutris.util.ChainedThrowableUtil
Prints stacktrace and cause stacktrace.
printCauseTrace(ChainedThrowable, PrintStream) - Static method in class com.lutris.util.ChainedThrowableUtil
Prints stacktrace and cause stacktrace.
printCauseTrace(ChainedThrowable, PrintWriter) - Static method in class com.lutris.util.ChainedThrowableUtil
Prints stacktrace and cause stacktrace.
println() - Method in class com.lutris.appserver.server.httpPresentation.servlet.ServletHttpPresentationOutputStream
Prints a CRLF.
println(String) - Method in class com.lutris.appserver.server.httpPresentation.servlet.ServletHttpPresentationOutputStream
Prints the string provided, followed by a CRLF.
println(boolean) - Method in class com.lutris.appserver.server.httpPresentation.servlet.ServletHttpPresentationOutputStream
Prints the boolean provided, followed by a CRLF.
println(char) - Method in class com.lutris.appserver.server.httpPresentation.servlet.ServletHttpPresentationOutputStream
 
println(int) - Method in class com.lutris.appserver.server.httpPresentation.servlet.ServletHttpPresentationOutputStream
Prints the integer provided, followed by a CRLF.
println(long) - Method in class com.lutris.appserver.server.httpPresentation.servlet.ServletHttpPresentationOutputStream
Prints the long provided, followed by a CRLF.
println(float) - Method in class com.lutris.appserver.server.httpPresentation.servlet.ServletHttpPresentationOutputStream
Prints the float provided, followed by a CRLF.
println(double) - Method in class com.lutris.appserver.server.httpPresentation.servlet.ServletHttpPresentationOutputStream
Prints the double provided, followed by a CRLF.
println(String, Throwable) - Method in class com.lutris.logging.Log4jLogWriter
Write a string and exception to the log file.
println(String, Throwable) - Method in class com.lutris.logging.MonologWriter
Write a string and exception to the log file.
process(OutputOptions, Node) - Method in class org.enhydra.util.ajaxforms.AjaxFormsResponsePostProcessor
 
process(HttpPresentationComms) - Method in class org.enhydra.util.chiba.ChibaRequestPreProcessor
 
process(OutputOptions, Node) - Method in class org.enhydra.util.chiba.ChibaResponsePostProcessor
 
process(byte[], String, String) - Method in class org.enhydra.util.chiba.ChibaResponsePostProcessor
 
process(OutputOptions, Node) - Method in class org.enhydra.util.chibaconvex.ChibaConvexResponsePostProcessor
 
process(byte[], String, String) - Method in class org.enhydra.util.chibaconvex.ChibaConvexResponsePostProcessor
 
process(OutputOptions, Node) - Method in class org.enhydra.util.fo.Fo2FopResponsePostProcessor
 
process(byte[], String, String) - Method in class org.enhydra.util.fo.Fo2FopResponsePostProcessor
 
process(OutputOptions, Node) - Method in class org.enhydra.util.fo.Fo2HtmlResponsePostProcessor
 
process(byte[], String, String) - Method in class org.enhydra.util.fo.Fo2HtmlResponsePostProcessor
 
process(OutputOptions, Node) - Method in class org.enhydra.util.formfaces.FormFacesResponsePostProcessor
 
process(byte[], String, String) - Method in class org.enhydra.util.formfaces.FormFacesResponsePostProcessor
 
process(OutputOptions, Node) - Method in class org.enhydra.util.xml.Xml2FoResponsePostProcessor
 
process(byte[], String, String) - Method in class org.enhydra.util.xml.Xml2FoResponsePostProcessor
 
process(OutputOptions, Node) - Method in class org.enhydra.util.xsl.GenericXSLTPostProcessor
 
process(byte[], String, String) - Method in class org.enhydra.util.xsl.GenericXSLTPostProcessor
 
process(HttpPresentationComms) - Method in class org.enhydra.util.xsl.GenericXSLTPreProcessor
 
processMultiPartRequest(HttpServletRequest, String) - Method in class org.enhydra.util.chiba.HttpRequestHandler
 
processUrlencodedRequest(HttpServletRequest, String) - Method in class org.enhydra.util.chiba.HttpRequestHandler
 
PRODUCER_PARAM_NAME - Static variable in class org.enhydra.util.fo.Fo2FopResponsePostProcessor
 
PROPERTY_FILE - Static variable in class com.lutris.logging.MonologLogger
 
PROPERTY_FILE - Static variable in class org.enhydra.logging.CommonLoggingMonologLogger
 
PROPERTY_FILE - Static variable in class org.enhydra.logging.MonologFactory
Deprecated.  
PROPERTY_FILE - Static variable in class org.enhydra.logging.MonologSink
 
PROPERTY_PREFIX_PARAM_NAME - Variable in class org.enhydra.util.xsl.GenericXSLTPostProcessor
 
propsPrefix - Variable in class org.enhydra.util.xsl.GenericXSLTPostProcessor
 
proxyAuthenticationRequired - Static variable in class com.lutris.http.HttpStatus
 
put(Object) - Method in class com.lutris.util.CircularQueue
Stores an object in the queue.
putChibaAdapter(String, BaseAdapter) - Method in class org.enhydra.util.chiba.ChibaAdapterContainer
Store ChibaAdapter under specified Name
putParameter(String, String) - Method in class com.lutris.mime.MimeHeader
Used by derived classes to put a parameter into the internal parameter value holder.
putSessionManager(String, SessionManager) - Static method in class com.lutris.appserver.server.session.MemoryPersistence
Called when application shutdown.
putValue(String, Object) - Method in class com.lutris.appserver.server.sessionEnhydra.BasicSession
 

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