Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
A
- accept(WebApp) - Method in interface org.gatein.wci.ServletContainerVisitor
-
During visitation get reference to current WebApp
- accept(WebApp) - Method in class org.gatein.wci.session.SessionTaskVisitor
- addAuthenticationListener(AuthenticationListener) - Method in class org.gatein.wci.ServletContainer
-
Add the authentication listener.
- ADDED - Static variable in class org.gatein.wci.WebAppLifeCycleEvent
-
Application is added.
- addWebAppListener(WebAppListener) - Method in class org.gatein.wci.ServletContainer
-
Add a web listener.
- AuthenticationEvent - Class in org.gatein.wci.authentication
- AuthenticationEvent(AuthenticationEventType, HttpServletRequest, HttpServletResponse, String, Credentials, ServletContainerContext) - Constructor for class org.gatein.wci.authentication.AuthenticationEvent
- AuthenticationEventType - Enum Class in org.gatein.wci.authentication
- AuthenticationException - Exception in org.gatein.wci.authentication
- AuthenticationException() - Constructor for exception org.gatein.wci.authentication.AuthenticationException
- AuthenticationException(String) - Constructor for exception org.gatein.wci.authentication.AuthenticationException
- AuthenticationException(String, Throwable) - Constructor for exception org.gatein.wci.authentication.AuthenticationException
- AuthenticationException(Throwable) - Constructor for exception org.gatein.wci.authentication.AuthenticationException
- AuthenticationListener - Interface in org.gatein.wci.authentication
C
- CallbackCommand(ServletContext, RequestDispatchCallback, Object) - Constructor for class org.gatein.wci.command.CommandDispatcher.CallbackCommand
- cancel() - Method in interface org.gatein.wci.spi.ServletContainerContext.Registration
-
Cancel the registration against the servlet container.
- CatalinaWebAppContext - Class in org.gatein.wci.spi
- CatalinaWebAppContext(ServletContext, ClassLoader, String) - Constructor for class org.gatein.wci.spi.CatalinaWebAppContext
- classLoader - Variable in class org.gatein.wci.spi.CatalinaWebAppContext
-
.
- cleanup() - Method in class org.gatein.wci.spi.CatalinaWebAppContext
- CommandDispatcher - Class in org.gatein.wci.command
- CommandDispatcher(String) - Constructor for class org.gatein.wci.command.CommandDispatcher
- CommandDispatcher.CallbackCommand - Class in org.gatein.wci.command
- CommandServlet - Class in org.gatein.wci.command
-
This servlet is used to execute command coming from another context through a dispatching request.
- CommandServlet() - Constructor for class org.gatein.wci.command.CommandServlet
- contextPath - Variable in class org.gatein.wci.spi.CatalinaWebAppContext
-
.
- Credentials - Class in org.gatein.wci.security
- Credentials(String, String) - Constructor for class org.gatein.wci.security.Credentials
-
Construct a new instance.
- CREDENTIALS - Static variable in class org.gatein.wci.security.Credentials
-
.
D
- destroy() - Method in class org.gatein.wci.api.GateInServlet
- doCallback(ServletContext, HttpServletRequest, HttpServletResponse, Object) - Method in interface org.gatein.wci.RequestDispatchCallback
-
Performs the request dispatch logic.
- doGet(HttpServletRequest, HttpServletResponse) - Method in class org.gatein.wci.command.CommandServlet
- doPost(HttpServletRequest, HttpServletResponse) - Method in class org.gatein.wci.command.CommandServlet
E
- execute(HttpServletRequest, HttpServletResponse) - Method in class org.gatein.wci.command.CommandDispatcher.CallbackCommand
- executeTask(HttpSession) - Method in interface org.gatein.wci.session.SessionTask
-
Execute some task on given HTTP session
F
- FAILED - Enum constant in enum class org.gatein.wci.authentication.AuthenticationEventType
- fireEvent(AuthenticationEvent) - Method in class org.gatein.wci.ServletContainer
- fireRequestDestroyed(ServletRequest) - Method in class org.gatein.wci.spi.CatalinaWebAppContext
- fireRequestDestroyed(ServletRequest) - Method in class org.gatein.wci.spi.SimpleWebAppContext
- fireRequestDestroyed(ServletRequest) - Method in interface org.gatein.wci.spi.WebAppContext
- fireRequestDestroyed(ServletRequest) - Method in interface org.gatein.wci.WebApp
- fireRequestInitialized(ServletRequest) - Method in class org.gatein.wci.spi.CatalinaWebAppContext
- fireRequestInitialized(ServletRequest) - Method in class org.gatein.wci.spi.SimpleWebAppContext
- fireRequestInitialized(ServletRequest) - Method in interface org.gatein.wci.spi.WebAppContext
- fireRequestInitialized(ServletRequest) - Method in interface org.gatein.wci.WebApp
G
- GATEIN_SERVLET_LOAD_ON_STARTUP - Static variable in class org.gatein.wci.spi.CatalinaWebAppContext
- GATEIN_SERVLET_NAME - Static variable in class org.gatein.wci.spi.CatalinaWebAppContext
- GATEIN_SERVLET_PATH - Static variable in class org.gatein.wci.spi.CatalinaWebAppContext
- GateInServlet - Class in org.gatein.wci.api
- GateInServlet() - Constructor for class org.gatein.wci.api.GateInServlet
- getClassLoader() - Method in class org.gatein.wci.spi.CatalinaWebAppContext
- getClassLoader() - Method in class org.gatein.wci.spi.SimpleWebAppContext
- getClassLoader() - Method in interface org.gatein.wci.spi.WebAppContext
-
Returns the class loader of the web application.
- getClassLoader() - Method in interface org.gatein.wci.WebApp
-
Returns the class loader of the web application.
- getCommandServletClassName() - Method in class org.gatein.wci.spi.CatalinaWebAppContext
- getContainerContext() - Method in class org.gatein.wci.authentication.AuthenticationEvent
- getContainerInfo() - Method in class org.gatein.wci.ServletContainer
-
Returns the name and version of the servlet container in which the context is running.
- getContainerInfo() - Method in interface org.gatein.wci.spi.ServletContainerContext
-
Returns the name and version of the servlet container in which the context is running.
- getContextPath() - Method in class org.gatein.wci.spi.CatalinaWebAppContext
- getContextPath() - Method in class org.gatein.wci.spi.SimpleWebAppContext
- getContextPath() - Method in interface org.gatein.wci.spi.WebAppContext
-
Returns the context path of the web application.
- getContextPath() - Method in interface org.gatein.wci.WebApp
-
Returns the context path of the web application.
- getCredentials() - Method in class org.gatein.wci.authentication.AuthenticationEvent
- getHttpSession(String) - Method in class org.gatein.wci.spi.SimpleWebAppContext
- getHttpSession(String) - Method in interface org.gatein.wci.spi.WebAppContext
-
Returns Http session in case that session with sessId exists for this web application
- getHttpSession(String) - Method in interface org.gatein.wci.WebApp
-
Returns Http session in case that session with sessId exists for this web application
- getPassword() - Method in class org.gatein.wci.security.Credentials
-
Returns the password.
- getRequest() - Method in class org.gatein.wci.authentication.AuthenticationEvent
- getRequest() - Method in class org.gatein.wci.ServletContextDispatcher
- getResponse() - Method in class org.gatein.wci.authentication.AuthenticationEvent
- getResponse() - Method in class org.gatein.wci.ServletContextDispatcher
- getServletContainer() - Static method in class org.gatein.wci.ServletContainerFactory
-
Returns the singleton instance.
- getServletContext() - Method in class org.gatein.wci.spi.CatalinaWebAppContext
- getServletContext() - Method in class org.gatein.wci.spi.SimpleWebAppContext
- getServletContext() - Method in interface org.gatein.wci.spi.WebAppContext
-
Returns the servlet context of the web application.
- getServletContext() - Method in interface org.gatein.wci.WebApp
-
Returns the servlet context of the web application.
- getType() - Method in class org.gatein.wci.authentication.AuthenticationEvent
- getType() - Method in class org.gatein.wci.WebAppLifeCycleEvent
-
Returns the life cycle type.
- getUsername() - Method in class org.gatein.wci.security.Credentials
-
Returns the username.
- getUserName() - Method in class org.gatein.wci.authentication.AuthenticationEvent
- getWebApp() - Method in class org.gatein.wci.WebAppEvent
-
Returns the web application.
I
- importFile(String, String, InputStream, boolean) - Method in class org.gatein.wci.spi.CatalinaWebAppContext
- importFile(String, String, InputStream, boolean) - Method in class org.gatein.wci.spi.SimpleWebAppContext
- importFile(String, String, InputStream, boolean) - Method in interface org.gatein.wci.spi.WebAppContext
-
Import a file in the war file.
- importFile(String, String, InputStream, boolean) - Method in interface org.gatein.wci.WebApp
-
Import a file in the war file.
- include(ServletContext, HttpServletRequest, HttpServletResponse, RequestDispatchCallback, Object) - Method in class org.gatein.wci.command.CommandDispatcher
- include(ServletContext, HttpServletRequest, HttpServletResponse, RequestDispatchCallback, Object) - Method in class org.gatein.wci.ServletContainer
-
Generic detyped request dispatch to a servlet context using the include mechanism.
- include(ServletContext, HttpServletRequest, HttpServletResponse, RequestDispatchCallback, Object) - Method in interface org.gatein.wci.spi.ServletContainerContext
-
Generic detyped request dispatch to a servlet context using the include mechanism.
- include(ServletContext, RequestDispatchCallback, Object) - Method in class org.gatein.wci.ServletContextDispatcher
- init() - Method in class org.gatein.wci.api.GateInServlet
- instance - Static variable in class org.gatein.wci.ServletContainerFactory
-
.
- isDisabledNativeRegistration(ServletContext) - Static method in class org.gatein.wci.ServletContainer
L
- log - Static variable in class org.gatein.wci.spi.CatalinaWebAppContext
- login(HttpServletRequest, HttpServletResponse, Credentials) - Method in class org.gatein.wci.ServletContainer
-
Authentication support.
- login(HttpServletRequest, HttpServletResponse, Credentials) - Method in interface org.gatein.wci.spi.ServletContainerContext
-
Authentication support.
- LOGIN - Enum constant in enum class org.gatein.wci.authentication.AuthenticationEventType
- logout(HttpServletRequest, HttpServletResponse) - Method in class org.gatein.wci.ServletContainer
-
Authentication support.
- logout(HttpServletRequest, HttpServletResponse) - Method in interface org.gatein.wci.spi.ServletContainerContext
-
Authentication support.
O
- onEvent(AuthenticationEvent) - Method in interface org.gatein.wci.authentication.AuthenticationListener
- onEvent(WebAppEvent) - Method in interface org.gatein.wci.WebAppListener
-
Signal a web application event to the listener.
- org.gatein.wci - package org.gatein.wci
- org.gatein.wci.api - package org.gatein.wci.api
- org.gatein.wci.authentication - package org.gatein.wci.authentication
- org.gatein.wci.command - package org.gatein.wci.command
- org.gatein.wci.security - package org.gatein.wci.security
- org.gatein.wci.session - package org.gatein.wci.session
- org.gatein.wci.spi - package org.gatein.wci.spi
P
- performStartup() - Method in class org.gatein.wci.spi.CatalinaWebAppContext
R
- register(ServletContainerContext) - Method in class org.gatein.wci.ServletContainer
-
Register a servlet container context.
- registerContext(ServletContainerContext) - Static method in class org.gatein.wci.ServletContainerFactory
-
Registers a servlet container context.
- registerWebApp(WebAppContext) - Method in interface org.gatein.wci.spi.ServletContainerContext.Registration
-
Registers a web application.
- registerWebApp(WebAppContext, String) - Method in class org.gatein.wci.ServletContainer
-
Manually register a webapp with this ServletContainerContext.
- removeAuthenticationlistener(AuthenticationListener) - Method in class org.gatein.wci.ServletContainer
-
Remove the authentication listener.
- REMOVED - Static variable in class org.gatein.wci.WebAppLifeCycleEvent
-
Application is removed.
- removeWebAppListener(WebAppListener) - Method in class org.gatein.wci.ServletContainer
-
Removes a web listener.
- RequestDispatchCallback - Interface in org.gatein.wci
-
Callback contract.
S
- ServletContainer - Class in org.gatein.wci
-
A static registry for the servlet container context.
- ServletContainer() - Constructor for class org.gatein.wci.ServletContainer
- ServletContainerContext - Interface in org.gatein.wci.spi
-
Defines the service provider interface for a servlet container.
- ServletContainerContext.Registration - Interface in org.gatein.wci.spi
-
The callback interface that a servlet container context can obtain from its registration against the
org.jboss.portal.web.ServletContainersingleton. - ServletContainerFactory - Class in org.gatein.wci
-
It's rather a provider rather than a real factory.
- ServletContainerFactory() - Constructor for class org.gatein.wci.ServletContainerFactory
- ServletContainerVisitor - Interface in org.gatein.wci
- servletContext - Variable in class org.gatein.wci.spi.CatalinaWebAppContext
-
.
- ServletContextDispatcher - Class in org.gatein.wci
-
Encapsulate dispatch functionnality into a single class so it is easy to pass it as an argment to a framework that needs a dispatcher to just a servlet context and does not care about the underlying spi or request/response.
- ServletContextDispatcher(HttpServletRequest, HttpServletResponse, ServletContainer) - Constructor for class org.gatein.wci.ServletContextDispatcher
- servletPath - Variable in class org.gatein.wci.command.CommandDispatcher
-
.
- SessionTask - Interface in org.gatein.wci.session
- SessionTaskVisitor - Class in org.gatein.wci.session
-
Wrapper around
SessionTask. - SessionTaskVisitor(String, SessionTask) - Constructor for class org.gatein.wci.session.SessionTaskVisitor
- setCallback(ServletContainerContext.Registration) - Method in interface org.gatein.wci.spi.ServletContainerContext
-
Install the call back object.
- SimpleWebAppContext - Class in org.gatein.wci.spi
- SimpleWebAppContext(ServletContext) - Constructor for class org.gatein.wci.spi.SimpleWebAppContext
- start() - Method in class org.gatein.wci.spi.CatalinaWebAppContext
- start() - Method in class org.gatein.wci.spi.SimpleWebAppContext
- start() - Method in interface org.gatein.wci.spi.WebAppContext
-
Start the web application context usage from a client point of view.
- stop() - Method in class org.gatein.wci.spi.CatalinaWebAppContext
- stop() - Method in class org.gatein.wci.spi.SimpleWebAppContext
- stop() - Method in interface org.gatein.wci.spi.WebAppContext
-
Stop the web application context usage.
T
- toString() - Method in class org.gatein.wci.authentication.AuthenticationEvent
U
- unregisterWebApp(String) - Method in interface org.gatein.wci.spi.ServletContainerContext.Registration
-
Unregister a web application.
- unregisterWebApp(ServletContext) - Method in class org.gatein.wci.ServletContainer
-
Manually unregister a webapp associated with this ServletContainerContext.
- unsetCallback(ServletContainerContext.Registration) - Method in interface org.gatein.wci.spi.ServletContainerContext
-
Uninstall the call back object.
V
- valueOf(String) - Static method in enum class org.gatein.wci.authentication.AuthenticationEventType
-
Returns the enum constant of this class with the specified name.
- values() - Static method in enum class org.gatein.wci.authentication.AuthenticationEventType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- visit(ServletContainerVisitor) - Method in class org.gatein.wci.ServletContainer
-
Visit the registered WebApps
W
- WCIDISABLENATIVEREGISTRATION - Static variable in class org.gatein.wci.api.GateInServlet
-
.
- WebApp - Interface in org.gatein.wci
-
Abstraction of a web application.
- WebAppContext - Interface in org.gatein.wci.spi
-
A web application context.
- WebAppEvent - Class in org.gatein.wci
-
Base class for web application events.
- WebAppEvent(WebApp) - Constructor for class org.gatein.wci.WebAppEvent
-
Construct a new web application event.
- WebAppLifeCycleEvent - Class in org.gatein.wci
-
Web application life cycle event.
- WebAppLifeCycleEvent(WebApp, int) - Constructor for class org.gatein.wci.WebAppLifeCycleEvent
-
Creates a new web application life cycle event.
- WebAppListener - Interface in org.gatein.wci
-
Defines the contract for listening web application events.
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form