Class UserPortalViewContext
java.lang.Object
de.xima.fc.user_portal.bean.common.UserPortalViewContext
- All Implemented Interfaces:
Serializable
Manages the request context for a portal page. Evaluates the request parameters and extracts, for example, the
requested portal.
- Since:
- 8.2.0
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionjavax.enterprise.event.Event<DidOpenPortalContextEvent> Get the alias of the requested portal.Get the UUID of the current portal.getUpc()booleanGet the portal routing context for pages of a certain portal.voidsetPortalTitle(String portalTitle) void
-
Constructor Details
-
UserPortalViewContext
public UserPortalViewContext()
-
-
Method Details
-
routingContext
Get the portal routing context for pages of a certain portal.- Returns:
- The routing context for the portal.
-
getPortalAlias
Get the alias of the requested portal.- Returns:
- The alias of the requested portal.
-
updateTitle
public void updateTitle() -
getPortalUuid
Get the UUID of the current portal.- Returns:
- The UUID of the current portal or
nullif there's no portal set in this context.
-
isTabLayoutActivated
public boolean isTabLayoutActivated() -
getUpc
-
getRouter
-
getDidOpenPortalContextEventEvent
-
getPortal
-
getPortalTitle
-
setPortalTitle
-