Interface ExtendedResourceContext

All Superinterfaces:
javax.ws.rs.container.ResourceContext
All Known Implementing Classes:
JerseyResourceContext

public interface ExtendedResourceContext extends javax.ws.rs.container.ResourceContext
Jersey extension of ResourceContext.
Author:
Miroslav Fuksa
  • Method Summary

    Modifier and Type
    Method
    Description
    Return resource model from which the current jersey application is built.

    Methods inherited from interface javax.ws.rs.container.ResourceContext

    getResource, initResource
  • Method Details

    • getResourceModel

      ResourceModel getResourceModel()
      Return resource model from which the current jersey application is built.
      Returns:
      Resource model with all resources including resources created by resource processor.