Class SpaceHomepageProxyManager


  • @RequestScoped
    public class SpaceHomepageProxyManager
    extends Object
    The space homepage proxy allows to set a SpaceHomepageProxy into context of a request.

    The method getProxyOf(SpaceInst) allows to get the instance of SpaceHomepageProxy which allows to override the space homepage displaying.

    If nothing has been specifically set into provided SpaceHomepageProxy, then default space homepage behavior is performed.

    This manager is request scoped, but it is able to retrieve proxy specifications on a request redirecting by using setParameterForUrlRedirect(String) before perform the redirection.

    Author:
    silveryocha
    • Constructor Detail

      • SpaceHomepageProxyManager

        public SpaceHomepageProxyManager()