|
|||||||||
| Home >> All >> org >> enhydra >> servlet >> [ servletManager overview ] | PREV NEXT | ||||||||
A
- add(String, String, String[], String, Properties, boolean, String, boolean) - Method in class org.enhydra.servlet.servletManager.ServletManager
- Register a new Servlet with the ServletManager.
- addFilter(String, String) - Method in class org.enhydra.servlet.servletManager.ServletManager
- Adds the given filter to the list of filters to be applied to the given servlet when the Context is built.
- applyFilters(String) - Method in class org.enhydra.servlet.servletManager.ServletManager
B
- buildContext(String) - Method in class org.enhydra.servlet.servletManager.ServletManager
- buildKey(String, String) - Method in class org.enhydra.servlet.servletManager.ServletManager
- Build a key out of the servletid and the path if the path is null this is the base context that will be stored by the servletid only.
C
- classLoader - Variable in class org.enhydra.servlet.servletManager.EnhydraServletContext
- classLoader - Variable in class org.enhydra.servlet.servletManager.ServletManager.TableEntry
- className - Variable in class org.enhydra.servlet.servletManager.ServletManager.TableEntry
- className - Variable in class org.enhydra.servlet.servletManager.ServletStatus
- The class name of the Servlet.
- classPath - Variable in class org.enhydra.servlet.servletManager.ServletManager.TableEntry
- classPath - Variable in class org.enhydra.servlet.servletManager.ServletStatus
- The additional classpath used for this Servlet.
- config - Variable in class org.enhydra.servlet.servletManager.EnhydraServletConfig
- context - Variable in class org.enhydra.servlet.servletManager.EnhydraServletConfig
- context - Variable in class org.enhydra.servlet.servletManager.ServletManager.SingleContextServer
- contextByKey - Variable in class org.enhydra.servlet.servletManager.ServletManager
- contextManager - Variable in class org.enhydra.servlet.servletManager.ServletManager
- The Tomcat ContextManager used to handle servlet requests.
- createContext(String, String) - Method in class org.enhydra.servlet.servletManager.ServletManager
- Create the context.
- createTime - Variable in class org.enhydra.servlet.servletManager.ServletManager.TableEntry
- createTime - Variable in class org.enhydra.servlet.servletManager.ServletStatus
- The time when the Servlet was instantiated, and
init()was called. - current - Variable in class org.enhydra.servlet.servletManager.ServletEnum
- currentReqPerMinute - Variable in class org.enhydra.servlet.servletManager.ServletStatus
- The number of requests per minute made to this Servlet for the most recent completed minute.
D
- defaultContext - Variable in class org.enhydra.servlet.servletManager.ServletManager
- The default context
- defaultSessionTimeOut - Variable in class org.enhydra.servlet.servletManager.ServletStatus
- The default session timeout used by a war
- defaultSessionTimeOutDefault - Static variable in class org.enhydra.servlet.servletManager.ServletManager
- defaultSessionTimeout - Variable in class org.enhydra.servlet.servletManager.ServletManager.TableEntry
- delete(String) - Method in class org.enhydra.servlet.servletManager.ServletManager
- Unregister a Servlet from the ServletManager.
- description - Variable in class org.enhydra.servlet.servletManager.ServletManager.TableEntry
- description - Variable in class org.enhydra.servlet.servletManager.ServletStatus
- A human readable string describing the Servlet.
- destroy() - Method in class org.enhydra.servlet.servletManager.ServletManager
- Shut down the ServletManager.
- docRoot - Variable in class org.enhydra.servlet.servletManager.EnhydraServletContext
- docRoot - Variable in class org.enhydra.servlet.servletManager.ServletManager.TableEntry
- docRoot - Variable in class org.enhydra.servlet.servletManager.ServletStatus
- The Servlet's root on the filesystem?
E
- EnhydraRequestDispatcher - class org.enhydra.servlet.servletManager.EnhydraRequestDispatcher.
- Processes requests for resources at a particular path, including Servlets, Enhydra Apps, and Web Apps.
- EnhydraRequestDispatcher(String) - Constructor for class org.enhydra.servlet.servletManager.EnhydraRequestDispatcher
- Creates a new RequestDispatcher for the given url path.
- EnhydraServletConfig - class org.enhydra.servlet.servletManager.EnhydraServletConfig.
- EnhydraServletConfig(Properties, ServletContext) - Constructor for class org.enhydra.servlet.servletManager.EnhydraServletConfig
- EnhydraServletContext - class org.enhydra.servlet.servletManager.EnhydraServletContext.
- EnhydraServletContext(String, LogChannel, ServletManager, Properties, String, MultiClassLoader) - Constructor for class org.enhydra.servlet.servletManager.EnhydraServletContext
F
- filters - Variable in class org.enhydra.servlet.servletManager.ServletManager
- forward(ServletRequest, ServletResponse) - Method in class org.enhydra.servlet.servletManager.EnhydraRequestDispatcher
- Forwards a javax.servlet.ServletRequest object from this servlet to a resource (servlet, JSP file, or HTML file) on the server.
G
- get(String) - Method in class org.enhydra.servlet.servletManager.ServletManager
- Fetch a Servlet.
- get(String, boolean) - Method in class org.enhydra.servlet.servletManager.ServletManager
- Fetch a Servlet, with optional control over the counter.
- getAttribute(String) - Method in class org.enhydra.servlet.servletManager.EnhydraServletContext
- getAttributeNames() - Method in class org.enhydra.servlet.servletManager.EnhydraServletContext
- Returns an
Enumerationcontaining the attribute names available within this servlet context. - getClassLoader() - Method in class org.enhydra.servlet.servletManager.EnhydraServletContext
- Return the class loader used to load the servlet.
- getContext(String) - Method in class org.enhydra.servlet.servletManager.EnhydraServletContext
- Returns a
ServletContextobject that corresponds to a specified URL on the server. - getContext(String, String) - Method in class org.enhydra.servlet.servletManager.ServletManager
- getContextByPath(String) - Method in class org.enhydra.servlet.servletManager.ServletManager.SingleContextServer
- getContextByServletID(String) - Method in class org.enhydra.servlet.servletManager.ServletManager
- Return the Context for the given servlet id.
- getInitParameter(String) - Method in class org.enhydra.servlet.servletManager.EnhydraServletConfig
- getInitParameter(String) - Method in class org.enhydra.servlet.servletManager.EnhydraServletContext
- Return the value for the given context parameter name.
- getInitParameterNames() - Method in class org.enhydra.servlet.servletManager.EnhydraServletConfig
- getInitParameterNames() - Method in class org.enhydra.servlet.servletManager.EnhydraServletContext
- Return an Enumeration of all of the context parameter names.
- getLogChannel() - Method in class org.enhydra.servlet.servletManager.EnhydraServletContext
- Return the
LogChannelfor the servlet. - getMajorVersion() - Method in class org.enhydra.servlet.servletManager.EnhydraServletContext
- Returns the major version of the Java Servlet API that this Web server supports.
- getMimeType(String) - Method in class org.enhydra.servlet.servletManager.EnhydraServletContext
- getMimeType(String) - Method in class org.enhydra.servlet.servletManager.ServletManager
- This is for internal use only.
- getMinorVersion() - Method in class org.enhydra.servlet.servletManager.EnhydraServletContext
- Returns the minor version of the Servlet API that this Web server supports.
- getName() - Method in class org.enhydra.servlet.servletManager.EnhydraServletContext
- Returns the name of this servlet.
- getNamedDispatcher(String) - Method in class org.enhydra.servlet.servletManager.EnhydraServletContext
- Returns a dispatcher for the given resource name.
- getRealPath(String) - Method in class org.enhydra.servlet.servletManager.EnhydraServletContext
- Transate a partial path to the real location on disk.
- getRequestDispatcher(String) - Method in class org.enhydra.servlet.servletManager.EnhydraServletContext
- Returns a javax.servlet.RequestDispatcher object that acts as a wrapper for the resource located at the named path.
- getResource(String) - Method in class org.enhydra.servlet.servletManager.EnhydraServletContext
- Returns the resource that is mapped to a specified path.
- getResourceAsStream(String) - Method in class org.enhydra.servlet.servletManager.EnhydraServletContext
- Returns the resource located at the named path as
an
InputStreamobject. - getServerInfo() - Method in class org.enhydra.servlet.servletManager.EnhydraServletContext
- getServerInfo() - Method in class org.enhydra.servlet.servletManager.ServletManager.SingleContextServer
- getServerInfoString() - Method in class org.enhydra.servlet.servletManager.ServletManager
- Get server info string to pass to the contexts
- getServlet(String) - Method in class org.enhydra.servlet.servletManager.EnhydraServletContext
- getServletContext() - Method in class org.enhydra.servlet.servletManager.EnhydraServletConfig
- getServletIDs() - Method in class org.enhydra.servlet.servletManager.ServletManager
- Get the names of all the Servlets in the ServletManager.
- getServletName() - Method in class org.enhydra.servlet.servletManager.EnhydraServletConfig
- getServletNames() - Method in class org.enhydra.servlet.servletManager.EnhydraServletContext
- Returns an enumeration of the Servlet object names in this server.
- getServletNames() - Method in class org.enhydra.servlet.servletManager.ServletManager
- Get the names of all the Servlets in the ServletManager.
- getServlets() - Method in class org.enhydra.servlet.servletManager.EnhydraServletContext
- getStatistics(String) - Method in class org.enhydra.servlet.servletManager.ServletManager
- Get the current request-per-minute statistics of a Servlet.
- getStatus(String) - Method in class org.enhydra.servlet.servletManager.ServletManager
- Get the current status of a Servlet.
- getURLFromPath(String) - Method in class org.enhydra.servlet.servletManager.ServletManager
- helper function to convert a string fie name to a url
H
- hasMoreElements() - Method in class org.enhydra.servlet.servletManager.ServletEnum
- historyNum - Variable in class org.enhydra.servlet.servletManager.ServletManager.TableEntry
- historyRPM - Variable in class org.enhydra.servlet.servletManager.ServletManager.TableEntry
- historyStart - Variable in class org.enhydra.servlet.servletManager.ServletManager.TableEntry
- historyWhen - Variable in class org.enhydra.servlet.servletManager.ServletManager.TableEntry
I
- IsInvokerEnabled() - Method in class org.enhydra.servlet.servletManager.ServletStatus
- IsWARExpanded() - Method in class org.enhydra.servlet.servletManager.ServletStatus
- IsWARValidated() - Method in class org.enhydra.servlet.servletManager.ServletStatus
- IsWorkDirPersistent() - Method in class org.enhydra.servlet.servletManager.ServletStatus
- include(ServletRequest, ServletResponse) - Method in class org.enhydra.servlet.servletManager.EnhydraRequestDispatcher
- Includes the content of a resource in the response of the calling servlet.
- initArgs - Variable in class org.enhydra.servlet.servletManager.EnhydraServletContext
- initArgs - Variable in class org.enhydra.servlet.servletManager.ServletManager.TableEntry
- initArgs - Variable in class org.enhydra.servlet.servletManager.ServletStatus
- The initialization string that either will be or was used to initialize the Servlet.
- initContext(Context, Context, String, URL, String) - Method in class org.enhydra.servlet.servletManager.ServletManager
- isInvokerEnabled - Variable in class org.enhydra.servlet.servletManager.ServletManager.TableEntry
- isInvokerEnabled - Variable in class org.enhydra.servlet.servletManager.ServletStatus
- The isWARValidated used by a war
- isInvokerEnabledDefault - Static variable in class org.enhydra.servlet.servletManager.ServletManager
- isWARExpanded - Variable in class org.enhydra.servlet.servletManager.ServletManager.TableEntry
- isWARExpanded - Variable in class org.enhydra.servlet.servletManager.ServletStatus
- The isWARExpanded used by a war
- isWARExpandedDefault - Static variable in class org.enhydra.servlet.servletManager.ServletManager
- isWARValidated - Variable in class org.enhydra.servlet.servletManager.ServletManager.TableEntry
- isWARValidated - Variable in class org.enhydra.servlet.servletManager.ServletStatus
- The default session timeout used by a war
- isWARValidatedDefault - Static variable in class org.enhydra.servlet.servletManager.ServletManager
- isWar - Variable in class org.enhydra.servlet.servletManager.ServletManager.TableEntry
- isWar - Variable in class org.enhydra.servlet.servletManager.ServletStatus
- If this servlet is a war
- isWorkDirPersistent - Variable in class org.enhydra.servlet.servletManager.ServletManager.TableEntry
- isWorkDirPersistent - Variable in class org.enhydra.servlet.servletManager.ServletStatus
- The isInvokerEnabled used by a war
- isWorkDirPersistentDefault - Static variable in class org.enhydra.servlet.servletManager.ServletManager
L
- log(String) - Method in class org.enhydra.servlet.servletManager.EnhydraServletContext
- log(Exception, String) - Method in class org.enhydra.servlet.servletManager.EnhydraServletContext
- log(String, Throwable) - Method in class org.enhydra.servlet.servletManager.EnhydraServletContext
- Writes the stack trace and an explanatory message
for a given
Throwableexception to the servlet log file. - logChannel - Variable in class org.enhydra.servlet.servletManager.EnhydraServletContext
- logChannel - Variable in class org.enhydra.servlet.servletManager.ServletManager.TableEntry
- logChannel - Variable in class org.enhydra.servlet.servletManager.ServletManager
- logChannel - Variable in class org.enhydra.servlet.servletManager.ServletStatus
- The log channel the Servlet writes to.
- lookuptContextByPath(String) - Method in class org.enhydra.servlet.servletManager.ServletManager
M
- maxReqPerMinute - Variable in class org.enhydra.servlet.servletManager.ServletStatus
- The highwater mark for
currentReqPerMinute. - maxReqPerMinuteTime - Variable in class org.enhydra.servlet.servletManager.ServletStatus
- The time at which the
maxReqPerMinuteoccured. - myList - Variable in class org.enhydra.servlet.servletManager.ServletEnum
- myMime - Variable in class org.enhydra.servlet.servletManager.ServletManager
- myTable - Variable in class org.enhydra.servlet.servletManager.ServletManager
N
- name - Variable in class org.enhydra.servlet.servletManager.EnhydraServletContext
- nextElement() - Method in class org.enhydra.servlet.servletManager.ServletEnum
O
- org.enhydra.servlet.servletManager - package org.enhydra.servlet.servletManager
P
- parsePropertyString(String) - Static method in class org.enhydra.servlet.servletManager.ServletManager
- paths - Variable in class org.enhydra.servlet.servletManager.ServletManager.TableEntry
- paths - Variable in class org.enhydra.servlet.servletManager.ServletStatus
- The URL prefix used by the context
- putContext(String, String, Context) - Method in class org.enhydra.servlet.servletManager.ServletManager
R
- RPMBufferSize - Static variable in class org.enhydra.servlet.servletManager.ServletManager
- RPMTimes - Variable in class org.enhydra.servlet.servletManager.ServletStatistics
- An array of times.
- RPMValues - Variable in class org.enhydra.servlet.servletManager.ServletStatistics
- The array of values.
- RPM_counter - Variable in class org.enhydra.servlet.servletManager.ServletManager.TableEntry
- RPM_current - Variable in class org.enhydra.servlet.servletManager.ServletManager.TableEntry
- RPM_max - Variable in class org.enhydra.servlet.servletManager.ServletManager.TableEntry
- RPM_maxTime - Variable in class org.enhydra.servlet.servletManager.ServletManager.TableEntry
- RPM_startTime - Variable in class org.enhydra.servlet.servletManager.ServletManager.TableEntry
- RPM_stayAlive - Variable in class org.enhydra.servlet.servletManager.ServletManager
- RPM_thread - Variable in class org.enhydra.servlet.servletManager.ServletManager
- recordContextPath(String, String) - Method in class org.enhydra.servlet.servletManager.ServletManager
- Record the url prefix that will be used by the context The url path for the context is set when the channel is defined.
- recordSessionConfig(String, Config) - Method in class org.enhydra.servlet.servletManager.ServletManager
- The context may have configuration information relating to the sessionManager
- recordWarOnlySettings(String, String, String, String, String, String) - Method in class org.enhydra.servlet.servletManager.ServletManager
- These are values that only apply to a WAR
- refCount - Variable in class org.enhydra.servlet.servletManager.ServletManager.TableEntry
- refCount - Variable in class org.enhydra.servlet.servletManager.ServletStatus
- The number of times that this Servlet was asked for by get().
- removeAttribute(String) - Method in class org.enhydra.servlet.servletManager.EnhydraServletContext
- Removes the attribute with the given name from the servlet context.
- removeContext(String, String) - Method in class org.enhydra.servlet.servletManager.ServletManager
- removeContextPath(String, String) - Method in class org.enhydra.servlet.servletManager.ServletManager
- A channel has been closed remove the context.
- removeFilter(String, String) - Method in class org.enhydra.servlet.servletManager.ServletManager
- resetRefCount(String) - Method in class org.enhydra.servlet.servletManager.ServletManager
- Reset the reference count for a particular Servlet.
- resetStats(String) - Method in class org.enhydra.servlet.servletManager.ServletManager
- Resets the maxmimum requests per minute to the current value, and the time of the maximum to now.
- rez - Variable in class org.enhydra.servlet.servletManager.ServletManager
- run() - Method in class org.enhydra.servlet.servletManager.ServletManager
- This function is for internal use only.
- runOnInit - Variable in class org.enhydra.servlet.servletManager.ServletManager.TableEntry
- runOnInit - Variable in class org.enhydra.servlet.servletManager.ServletStatus
- True if the configuration information for the conterxt says to start at init time
- running - Variable in class org.enhydra.servlet.servletManager.ServletStatus
- True if the Servlet currently exists.
S
- SERVER_INFO_DISPLAY - Static variable in class org.enhydra.servlet.servletManager.ServletManager
- SESSION_MANAGER_KEY - Static variable in class org.enhydra.servlet.servletManager.ServletManager
- Attribute key to store session manager in context.
- ServletEnum - class org.enhydra.servlet.servletManager.ServletEnum.
- ServletEnum(Servlet[]) - Constructor for class org.enhydra.servlet.servletManager.ServletEnum
- ServletManager - class org.enhydra.servlet.servletManager.ServletManager.
- This class loads Servlet classes, creates instances of Servlets, caches the Servlets, and returns pointers to them.
- ServletManager() - Constructor for class org.enhydra.servlet.servletManager.ServletManager
- Create a new ServletManager, initially containing no Servlets.
- ServletManager.SingleContextServer - class org.enhydra.servlet.servletManager.ServletManager.SingleContextServer.
- ServletManager.SingleContextServer() - Constructor for class org.enhydra.servlet.servletManager.ServletManager.SingleContextServer
- ServletManager.TableEntry - class org.enhydra.servlet.servletManager.ServletManager.TableEntry.
- ServletManager.TableEntry() - Constructor for class org.enhydra.servlet.servletManager.ServletManager.TableEntry
- ServletStatistics - class org.enhydra.servlet.servletManager.ServletStatistics.
- This class holds the historical request-per-minute data for an application.
- ServletStatistics() - Constructor for class org.enhydra.servlet.servletManager.ServletStatistics
- Protected contructor.
- ServletStatus - class org.enhydra.servlet.servletManager.ServletStatus.
- This class describes the current status of a Servlet being stored in the ServletManager.
- ServletStatus() - Constructor for class org.enhydra.servlet.servletManager.ServletStatus
- Protected contructor.
- service(Channel, Request, Response) - Method in class org.enhydra.servlet.servletManager.ServletManager
- Service the request.
- servlet - Variable in class org.enhydra.servlet.servletManager.ServletManager.TableEntry
- servletManager - Variable in class org.enhydra.servlet.servletManager.EnhydraServletContext
- servletName - Variable in class org.enhydra.servlet.servletManager.EnhydraServletConfig
- sessionConfig - Variable in class org.enhydra.servlet.servletManager.ServletManager.TableEntry
- setAttribute(String, Object) - Method in class org.enhydra.servlet.servletManager.EnhydraServletContext
- Gives an attribute a name in this servlet context.
- setContext(Context) - Method in class org.enhydra.servlet.servletManager.ServletManager.SingleContextServer
- setServletName(String) - Method in class org.enhydra.servlet.servletManager.EnhydraServletConfig
- setWorkDir(String) - Method in class org.enhydra.servlet.servletManager.ServletManager
- size - Variable in class org.enhydra.servlet.servletManager.ServletEnum
- start(String) - Method in class org.enhydra.servlet.servletManager.ServletManager
- Force the instantiation of a Servlet.
- startAllContexts() - Method in class org.enhydra.servlet.servletManager.ServletManager
- After all the configuration information has been collected it's safe to start all contexts that have been marked as runOnInit in the multiserver configuration file
- startEnhydraApp(String, ServletManager.TableEntry) - Method in class org.enhydra.servlet.servletManager.ServletManager
- started - Variable in class org.enhydra.servlet.servletManager.ServletManager.TableEntry
- stop(String) - Method in class org.enhydra.servlet.servletManager.ServletManager
- Stop a Servlet.
U
- urlPath - Variable in class org.enhydra.servlet.servletManager.EnhydraRequestDispatcher
W
- workDir - Variable in class org.enhydra.servlet.servletManager.ServletManager
A B C D E F G H I L M N O P R S U W
|
|||||||||
| Home >> All >> org >> enhydra >> servlet >> [ servletManager overview ] | PREV NEXT | ||||||||