Class | Description |
---|---|
AbstractServletContainerInitializer |
Provides common functionality for
ServletContainerInitializer implementatios. |
PushFilter | |
PushHandlerFilter |
Serves as delegate for Atmposphere servlets - should not be used directly
|
PushServlet |
Push servlet wraps
AtmosphereServlet and during initialization it adds pre-initialized AtmosphereHandler for
specified mapping. |
PushServletContainerInitializer |
Checks whether the
PushServlet should be registered automatically on application startup. |
ResourceServlet |
Servlet which serves mapped resources that makes sure that resources can address relative resource links.
|
ResourceServletContainerInitializer |
Initializes
ResourceServlet . |
ServletConfigDefaultsFacade |
Forms a facade for
ServletContext that can hold map of default configuration used in case no other configuration provided. |
ServletsInitializer |
Runs all servlet container initializers listed in
ServletsInitializer.INITIALIZERS . |
Copyright © 2014 JBoss by Red Hat. All Rights Reserved.