public interface UrlHandler
| Modifier and Type | Method and Description |
|---|---|
void |
checkMasterPermission(WebswingAction action) |
void |
checkPermission(WebswingAction action) |
void |
destroy() |
String |
getFullPathMapping() |
long |
getLastModified(javax.servlet.http.HttpServletRequest req) |
String |
getPathMapping() |
UrlHandler |
getRootHandler() |
String |
getSecuredPath() |
SecuredPathHandler |
getSecurityProvider() |
javax.servlet.ServletContext |
getServletContext() |
AbstractWebswingUser |
getUser() |
void |
init() |
void |
registerChildUrlHandler(UrlHandler handler) |
void |
registerFirstChildUrlHandler(UrlHandler handler) |
void |
removeChildUrlHandler(UrlHandler Handler) |
boolean |
serve(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse res) |
void init()
void destroy()
boolean serve(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse res)
throws org.webswing.server.model.exception.WsException
org.webswing.server.model.exception.WsExceptionvoid registerFirstChildUrlHandler(UrlHandler handler)
void registerChildUrlHandler(UrlHandler handler)
void removeChildUrlHandler(UrlHandler Handler)
javax.servlet.ServletContext getServletContext()
long getLastModified(javax.servlet.http.HttpServletRequest req)
String getPathMapping()
String getFullPathMapping()
String getSecuredPath()
UrlHandler getRootHandler()
AbstractWebswingUser getUser()
void checkPermission(WebswingAction action) throws org.webswing.server.model.exception.WsException
org.webswing.server.model.exception.WsExceptionvoid checkMasterPermission(WebswingAction action) throws org.webswing.server.model.exception.WsException
org.webswing.server.model.exception.WsExceptionSecuredPathHandler getSecurityProvider()
Copyright © 2017. All rights reserved.