org.hippoecm.hst.core.container
Class JaxrsRestServiceValve
java.lang.Object
org.hippoecm.hst.core.container.AbstractValve
org.hippoecm.hst.core.container.JaxrsRestServiceValve
- All Implemented Interfaces:
- Valve
public class JaxrsRestServiceValve
- extends AbstractValve
JaxrsRestServiceValve
- Version:
- $Id: JaxrsRestServiceValve.java 32974 2012-02-16 07:21:17Z wko $
Fields inherited from class org.hippoecm.hst.core.container.AbstractValve |
alwaysRedirectLocationToAbsoluteUrl, componentFactory, componentInvoker, componentWindowFactory, containerConfiguration, defaultPageErrorHandler, hstManager, hstQueryManagerFactory, linkCreator, requestContextComponent, siteMapMatcher, siteMenusManager, urlFactory |
Method Summary |
void |
destroy()
Called by the container to indicate to a valve that the valve is being taken out of service |
void |
invoke(ValveContext context)
Invoke this valve |
Methods inherited from class org.hippoecm.hst.core.container.AbstractValve |
findComponentWindow, findErrorCodeSendingWindow, getComponentFactory, getComponentInvoker, getComponentWindowFactory, getContainerConfiguration, getDefaultPageErrorHandler, getHstManager, getHstQueryManagerFactory, getHstSiteMenusManager, getLinkCreator, getPageErrors, getRequestContextComponent, getSiteMapMatcher, getUrlFactory, handleComponentExceptions, initialize, isAlwaysRedirectLocationToAbsoluteUrl, setAlwaysRedirectLocationToAbsoluteUrl, setComponentFactory, setComponentInvoker, setComponentWindowFactory, setContainerConfiguration, setDefaultPageErrorHandler, setHstManager, setHstQueryManagerFactory, setLinkCreator, setRequestContextComponent, setSiteMapMatcher, setSiteMenusManager, setUrlFactory |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JaxrsRestServiceValve
public JaxrsRestServiceValve(JAXRSService service)
invoke
public void invoke(ValveContext context)
throws ContainerException
- Description copied from interface:
Valve
- Invoke this valve
- Specified by:
invoke
in interface Valve
- Specified by:
invoke
in class AbstractValve
- Throws:
ContainerException
destroy
public void destroy()
- Description copied from interface:
Valve
- Called by the container to indicate to a valve that the valve is being taken out of service
- Specified by:
destroy
in interface Valve
- Overrides:
destroy
in class AbstractValve
Copyright © 2008-2012 Hippo. All Rights Reserved.