public interface ApplicationDefinitionService
Modifier and Type | Method and Description |
---|---|
String |
getApplicationBaseURI(javax.servlet.http.HttpServletRequest request) |
String |
getApplicationBaseURL(javax.servlet.http.HttpServletRequest request)
Return the root path of the web application where the request must be redirected according request context.
|
String |
getLoginURL(javax.servlet.http.HttpServletRequest request)
Return the login url according request context.
|
String |
getLogoutURL(javax.servlet.http.HttpServletRequest request)
Return the logout url according request context.This is the absolute URL with the protocole, the servername, ...
|
List<String> |
getUnAuthenticatedURLPrefix()
Return the list of relative unprotected URI for all application
|
List<String> |
getUnAuthenticatedURLPrefix(javax.servlet.http.HttpServletRequest request)
Return the list of relative unprotected URI for this request
|
boolean |
isResourceURL(javax.servlet.http.HttpServletRequest request)
Return true if the given request is a resource for the application this request match
|
String getApplicationBaseURL(javax.servlet.http.HttpServletRequest request)
String getApplicationBaseURI(javax.servlet.http.HttpServletRequest request)
String getLoginURL(javax.servlet.http.HttpServletRequest request)
String getLogoutURL(javax.servlet.http.HttpServletRequest request)
List<String> getUnAuthenticatedURLPrefix()
List<String> getUnAuthenticatedURLPrefix(javax.servlet.http.HttpServletRequest request)
boolean isResourceURL(javax.servlet.http.HttpServletRequest request)
Copyright © 2015 Nuxeo SA. All rights reserved.