public class RestUrlHandlerImpl extends AbstractUrlHandler implements org.glassfish.jersey.server.spi.Container, RestUrlHandler
| Modifier and Type | Class and Description |
|---|---|
static class |
RestUrlHandlerImpl.WsExceptionMapper |
| Constructor and Description |
|---|
RestUrlHandlerImpl(UrlHandler parent,
org.glassfish.jersey.internal.inject.AbstractBinder binder,
Class... resources) |
| Modifier and Type | Method and Description |
|---|---|
void |
destroy() |
org.glassfish.jersey.server.ApplicationHandler |
getApplicationHandler() |
org.glassfish.jersey.server.ResourceConfig |
getConfiguration() |
protected String |
getPath() |
void |
init() |
void |
reload() |
void |
reload(org.glassfish.jersey.server.ResourceConfig configuration) |
boolean |
serve(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response) |
checkMasterPermission, checkPermission, checkPermissionLocalOrMaster, getFullPathMapping, getLastModified, getMasterUser, getPathInfo, getPathMapping, getRootHandler, getSecuredPath, getSecurityProvider, getServletContext, getUser, isSubPath, registerChildUrlHandler, registerFirstChildUrlHandler, removeChildUrlHandler, secureServe, toPathclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcheckMasterPermission, checkPermission, getFullPathMapping, getLastModified, getPathMapping, getRootHandler, getSecuredPath, getSecurityProvider, getServletContext, getUser, registerChildUrlHandler, registerFirstChildUrlHandler, removeChildUrlHandlerpublic RestUrlHandlerImpl(UrlHandler parent, org.glassfish.jersey.internal.inject.AbstractBinder binder, Class... resources)
public boolean serve(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
throws org.webswing.server.model.exception.WsException
serve in interface UrlHandlerserve in class AbstractUrlHandlerorg.webswing.server.model.exception.WsExceptionprotected String getPath()
getPath in class AbstractUrlHandlerpublic void init()
init in interface UrlHandlerinit in class AbstractUrlHandlerpublic void destroy()
destroy in interface UrlHandlerdestroy in class AbstractUrlHandlerpublic org.glassfish.jersey.server.ResourceConfig getConfiguration()
getConfiguration in interface org.glassfish.jersey.server.spi.Containerpublic org.glassfish.jersey.server.ApplicationHandler getApplicationHandler()
getApplicationHandler in interface org.glassfish.jersey.server.spi.Containerpublic void reload()
reload in interface org.glassfish.jersey.server.spi.Containerpublic void reload(org.glassfish.jersey.server.ResourceConfig configuration)
reload in interface org.glassfish.jersey.server.spi.ContainerCopyright © 2018. All rights reserved.