Class PortalRequestImpl

java.lang.Object
org.gatein.api.PortalRequest
org.exoplatform.portal.application.PortalRequestImpl

@Deprecated(forRemoval=true, since="7.0") public class PortalRequestImpl extends org.gatein.api.PortalRequest
Deprecated, for removal: This API element is subject to removal in a future version.
should be removed since the Portal API is defined using Service Layers instead of contextual API which doesn't help to get stateless mode. This is kept for now until removing WebUI and ecms from eXo addons
Author:
Nick Scavelli
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Class
    Description
    class 
    Deprecated, for removal: This API element is subject to removal in a future version.
     
  • Method Summary

    Modifier and Type
    Method
    Description
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    org.gatein.api.navigation.Navigation
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    org.gatein.api.navigation.NodePath
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    org.gatein.api.Portal
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    org.gatein.api.site.SiteId
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    org.gatein.api.common.URIResolver
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    org.gatein.api.security.User
    Deprecated, for removal: This API element is subject to removal in a future version.
     

    Methods inherited from class org.gatein.api.PortalRequest

    getInstance, getPage, getSite, setInstance

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Method Details

    • getUser

      public org.gatein.api.security.User getUser()
      Deprecated, for removal: This API element is subject to removal in a future version.
      Specified by:
      getUser in class org.gatein.api.PortalRequest
    • getSiteId

      public org.gatein.api.site.SiteId getSiteId()
      Deprecated, for removal: This API element is subject to removal in a future version.
      Specified by:
      getSiteId in class org.gatein.api.PortalRequest
    • getNodePath

      public org.gatein.api.navigation.NodePath getNodePath()
      Deprecated, for removal: This API element is subject to removal in a future version.
      Specified by:
      getNodePath in class org.gatein.api.PortalRequest
    • getLocale

      public Locale getLocale()
      Deprecated, for removal: This API element is subject to removal in a future version.
      Specified by:
      getLocale in class org.gatein.api.PortalRequest
    • getNavigation

      public org.gatein.api.navigation.Navigation getNavigation()
      Deprecated, for removal: This API element is subject to removal in a future version.
      Overrides:
      getNavigation in class org.gatein.api.PortalRequest
    • getPortal

      public org.gatein.api.Portal getPortal()
      Deprecated, for removal: This API element is subject to removal in a future version.
      Specified by:
      getPortal in class org.gatein.api.PortalRequest
    • getURIResolver

      public org.gatein.api.common.URIResolver getURIResolver()
      Deprecated, for removal: This API element is subject to removal in a future version.
      Specified by:
      getURIResolver in class org.gatein.api.PortalRequest