Package com.aquima.web.util
Interface IProjectStarter
-
public interface IProjectStarter
A project starter can be used to override the endpoint which starts an application.- Since:
- 10.0
- Author:
- Marius Orsan
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getStartPath(com.blueriq.component.api.IProjectReference applicationRequest, com.blueriq.component.api.IAquimaSession aquimaSession)
Returns the path to the endpoint which displays the specified application.
-
-
-
Method Detail
-
getStartPath
String getStartPath(com.blueriq.component.api.IProjectReference applicationRequest, com.blueriq.component.api.IAquimaSession aquimaSession)
Returns the path to the endpoint which displays the specified application. The returned path should conform to the requirements ofRedirectHelper
.- Parameters:
applicationRequest
- the application to startaquimaSession
- the already started session for the application- Returns:
- the path to the endpoint which displays the application
-
-