Package com.aquima.web.util
Class MvcPathHelper
java.lang.Object
com.aquima.web.util.MvcPathHelper
- All Implemented Interfaces:
PathHelper
- Direct Known Subclasses:
MvcLinkHelper
,MvcRedirectHelper
Base class for path helpers for MVC UI. Subclasses should provide the base path as a parameter to the constructor.
- Since:
- 10.0
- Author:
- Petru Galanton
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal String
final String
Returns the html page path for logoutfinal String
Returns the path to logout endpoint.final String
getMvcUiPath
(String aquimaSessionId) Returns the path to the main page of the MVC UI.final String
Returns the noaccess.html page pathfinal String
Returns the path for starting the default projectfinal String
getStartProjectPath
(com.blueriq.component.api.IProjectReference project) Returns the path for starting a project.final String
getStartShortcutPath
(String shortcutName)
-
Constructor Details
-
Method Details
-
getLogoutPath
Returns the path to logout endpoint.- Returns:
- the path to logout endpoint.
-
getLogoutPage
Returns the html page path for logout- Returns:
- the html page path for logout
-
getStartDefaultProjectPath
Returns the path for starting the default project- Returns:
- the path for starting the default project
-
getStartProjectPath
Returns the path for starting a project.- Parameters:
project
- the project to start (not null)- Returns:
- the path for starting a project.
-
getStartShortcutPath
-
getMvcUiPath
Returns the path to the main page of the MVC UI.- Parameters:
aquimaSessionId
- the session id- Returns:
- the path to the main page of the MVC UI.
-
getDefaultPath
-
getNoAccessPath
Returns the noaccess.html page path- Returns:
- the noaccess.html page path
-