public class MyApplicationRequestHandler extends Object implements RequestHandler
| Constructor and Description |
|---|
MyApplicationRequestHandler() |
| Modifier and Type | Method and Description |
|---|---|
RequestHandler |
init(Map<String,String> arg0)
Used for initialize request handler with properties given in descriptor
definition.
|
boolean |
isRequestRedirectedToApplication(javax.servlet.http.HttpServletRequest request)
return true if the request is a candidate for the Application described
into the
ApplicationDescriptor. |
boolean |
isRequestRedirectedToApplicationLoginForm(javax.servlet.http.HttpServletRequest arg0)
return true if the request is a candidate for the specific login form
described by application
|
public boolean isRequestRedirectedToApplication(javax.servlet.http.HttpServletRequest request)
RequestHandlerApplicationDescriptor.isRequestRedirectedToApplication in interface RequestHandlerpublic RequestHandler init(Map<String,String> arg0)
RequestHandlerinit in interface RequestHandlerpublic boolean isRequestRedirectedToApplicationLoginForm(javax.servlet.http.HttpServletRequest arg0)
RequestHandlerisRequestRedirectedToApplicationLoginForm in interface RequestHandlerCopyright © 2014 Nuxeo SA. All rights reserved.