The main class of the class lib.
It's the container for all properties and the class that generate the output based on browser
capabilities and configurations passed by the developer.
Contains the configuration settings for the FCKEditor.
Adding element to this collection you can override the settings specified in the config.js file.
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