org.hippoecm.hst.jaxrs
Interface JAXRSService

All Known Implementing Classes:
AbstractJaxrsService, CXFJaxrsContentService, CXFJaxrsHstConfigService, CXFJaxrsService

public interface JAXRSService

JAXRSService interface to be wired in the JAXRSServiceValve

Version:
$Id: JAXRSService.java 32974 2012-02-16 07:21:17Z wko $

Field Summary
static String REQUEST_CONTENT_BEAN_KEY
          Deprecated. We do not store the contentBean any more on the request, but refetch it instead
static String REQUEST_CONTENT_NODE_KEY
          Deprecated. We do not store the contentNode any more on the request, but refetch it instead
static String REQUEST_CONTENT_PATH_KEY
           
static String REQUEST_CONTENT_SITE_CONTENT_BASE_BEAN_KEY
          Deprecated. 
 
Method Summary
 void destroy()
           
 void initialize()
           
 void invoke(HstRequestContext requestContext, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
           
 

Field Detail

REQUEST_CONTENT_PATH_KEY

static final String REQUEST_CONTENT_PATH_KEY
See Also:
Constant Field Values

REQUEST_CONTENT_NODE_KEY

@Deprecated
static final String REQUEST_CONTENT_NODE_KEY
Deprecated. We do not store the contentNode any more on the request, but refetch it instead
See Also:
Constant Field Values

REQUEST_CONTENT_BEAN_KEY

@Deprecated
static final String REQUEST_CONTENT_BEAN_KEY
Deprecated. We do not store the contentBean any more on the request, but refetch it instead
See Also:
Constant Field Values

REQUEST_CONTENT_SITE_CONTENT_BASE_BEAN_KEY

@Deprecated
static final String REQUEST_CONTENT_SITE_CONTENT_BASE_BEAN_KEY
Deprecated. 
See Also:
Constant Field Values
Method Detail

initialize

void initialize()
                throws ContainerException
Throws:
ContainerException

invoke

void invoke(HstRequestContext requestContext,
            javax.servlet.http.HttpServletRequest request,
            javax.servlet.http.HttpServletResponse response)
            throws ContainerException
Throws:
ContainerException

destroy

void destroy()


Copyright © 2008-2012 Hippo. All Rights Reserved.