public interface RequestHandler
Modifier and Type | Method and Description |
---|---|
RequestHandler |
init(Map<String,String> properties)
Used for initialize request handler with properties given in descriptor
definition.
|
boolean |
isRequestRedirectedToApplication(HttpServletRequest request)
return true if the request is a candidate for the Application described
into the
ApplicationDescriptor . |
boolean |
isRequestRedirectedToApplicationLoginForm(HttpServletRequest request)
return true if the request is a candidate for the specific login form
described by application
|
RequestHandler init(Map<String,String> properties)
boolean isRequestRedirectedToApplication(HttpServletRequest request)
ApplicationDescriptor
.boolean isRequestRedirectedToApplicationLoginForm(HttpServletRequest request)
Copyright © 2013 Nuxeo SA. All Rights Reserved.