|
Class Summary |
| CommandControllerServlet |
Created by The eXo Platform SAS . |
| DisplayJCRContentServlet |
Deprecated. |
| PortalContainerInitializedFilter |
Created by The eXo Platform SAS .
Servlet Filter for initialization PortalContainer instance in following way: - try to get current
PortalContainer instance using ExoContainerContext.getContainerByName(contextName) - if not found
try to get RootContainer instance using ExoContainerContext.getTopContainer() and then create
PortalContainer after it - if neither Portal nor Root Container found (possible if there is
instantiated StandaloneContainer) throws ServletException |
| SimpleSessionFactoryInitializedFilter |
Deprecated. use SessionProvider related mechanism instead TODO uses in exo.cs.web.portal
exo.ecm.web.portal |
| StandaloneContainerInitializedListener |
Created by The eXo Platform SAS.
Servlet context initializer that initializes standalone container at the context startup time. |
| ThreadLocalSessionProviderInitializedFilter |
Created by The eXo Platform SAS . |