Interface RouterService
- 
- All Superinterfaces:
- java.io.Serializable
 - All Known Implementing Classes:
- RouterServiceImpl
 
 public interface RouterService extends java.io.Serializable
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetLoginPage(java.lang.String site)java.lang.StringgetPage404(java.lang.String site)SPARouterouteAsSinglePageApplication(java.lang.String site, java.lang.String requestURI)Finds a single page application route based on the site and request URI provided.
 
- 
- 
- 
Method Detail- 
routeAsSinglePageApplicationSPARoute routeAsSinglePageApplication(java.lang.String site, java.lang.String requestURI) Finds a single page application route based on the site and request URI provided.- Parameters:
- site- the ID of the site to search for route settings
- requestURI- the URI of the request to match against the route patterns
- Returns:
- the SPARoute object corresponding to the matched route, or null if no match is found
 
 - 
getLoginPagejava.lang.String getLoginPage(java.lang.String site) 
 - 
getPage404java.lang.String getPage404(java.lang.String site) 
 
- 
 
-