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