Hi,
I have JAX-RS class(extends the AbstractResource) where the operation involves utilizing the existing Hippo component that extends Common Component , I could access only the RequestContext from this class but calling a existing Component requires HstRequest and HstResponse and Instantiating the Component.
How to go about and Reuse Component from the Jax-Rs class .
Many Thanks
Srinivas Jasti