public class LogoutHandlerImpl extends AbstractUrlHandler implements LogoutHandler
| Constructor and Description |
|---|
LogoutHandlerImpl(WebSocketService webSockets,
UrlHandler parent) |
| Modifier and Type | Method and Description |
|---|---|
protected String |
getPath() |
protected AbstractWebswingUser |
logout(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse resp) |
boolean |
serve(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse res) |
checkMasterPermission, checkPermission, checkPermissionLocalOrMaster, destroy, getFullPathMapping, getLastModified, getMasterUser, getPathInfo, getPathMapping, getRootHandler, getSecuredPath, getSecurityProvider, getServletContext, getUser, init, isSubPath, registerChildUrlHandler, registerFirstChildUrlHandler, removeChildUrlHandler, secureServe, serveRestMethod, toPathclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcheckMasterPermission, checkPermission, destroy, getFullPathMapping, getLastModified, getPathMapping, getRootHandler, getSecuredPath, getSecurityProvider, getServletContext, getUser, init, registerChildUrlHandler, registerFirstChildUrlHandler, removeChildUrlHandlerpublic LogoutHandlerImpl(WebSocketService webSockets, UrlHandler parent)
protected String getPath()
getPath in class AbstractUrlHandlerpublic boolean serve(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse res)
throws org.webswing.server.model.exception.WsException
serve in interface UrlHandlerserve in class AbstractUrlHandlerorg.webswing.server.model.exception.WsExceptionprotected AbstractWebswingUser logout(javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse resp) throws javax.servlet.ServletException, IOException
javax.servlet.ServletExceptionIOExceptionCopyright © 2019. All rights reserved.