public abstract class HttpFrameworkServletContextListener extends Object
ServletContextListener
that sets String
keyed
HttpApplication
instances as attributes on the
ServletContext
.Constructor and Description |
---|
HttpFrameworkServletContextListener() |
Modifier and Type | Method and Description |
---|---|
void |
contextDestroyed(ServletContextEvent event)
No action performed.
|
void |
contextInitialized(ServletContextEvent event)
Registers the
HttpApplication instances in the
ServletContext attributes. |
protected abstract Map<String,HttpApplication> |
getHttpApplications()
|
public HttpFrameworkServletContextListener()
public final void contextInitialized(ServletContextEvent event)
HttpApplication
instances in the
ServletContext
attributes.event
- public final void contextDestroyed(ServletContextEvent event)
event
- protected abstract Map<String,HttpApplication> getHttpApplications()
Map
containing application key to
HttpApplication
instances.Copyright 2011-2015 ForgeRock AS.