public interface PageHandler
Modifier and Type | Method and Description |
---|---|
Response |
getResponse(Request request,
RequestTarget target)
Get the Response of a PageHandler.
|
default boolean |
isAuthorized(Authentication auth,
RequestTarget target) |
Response getResponse(Request request, RequestTarget target) throws WebException
request
- Request in case it is useful for choosing page.target
- Rest of the target coordinates after this page has been solved.WebException
default boolean isAuthorized(Authentication auth, RequestTarget target) throws WebUserAuthException
WebUserAuthException