Package org.exoplatform.portal.application
package org.exoplatform.portal.application
-
ClassDescriptionThe JSFAjaxRedirectFilter performs a redirect to login page when the HTTP session is expired and the current request contains a "Faces-Request" header.This handler resolves legacy request and redirect them to the new URL computed dynamically against the routing table.The PortalApplication class is an implementation of the WebuiApplication abstract class which defines the type of application that can be deployed in our framework (that includes portal, portlets, widgets...) This class is a wrapper of all portal information such as ResourceBundle for i18n, the current ExoContainer in use as well as the init parameters defined along with the servlet web.xmlThe PortalContainer servlet is the main entry point for the eXo Portal product.This class extends the abstract WebuiRequestContext which itself extends the RequestContext oneCreated by The eXo Platform SAS Dec 9, 2006
This is 'portal' handler, it handle the request of URLs that are routed by navigation controller (using urls parameter).Deprecated.Currently we do not store anything outside of the session, that's why we do not need to clean anything when a session is destroyed.Created by The eXo Platform SAS Apr 3, 2007