Class FrameworkServicesRepresentationsResource


  • public class FrameworkServicesRepresentationsResource
    extends BaseResource
    • Constructor Detail

      • FrameworkServicesRepresentationsResource

        public FrameworkServicesRepresentationsResource​(org.osgi.framework.BundleContext bundleContext)
    • Method Detail

      • serviceDTOs

        @GET
        @Produces({"application/org.osgi.services.representations+json","application/org.osgi.services.representations+xml"})
        @Path("framework/services/representations{ext:(\\.json|\\.xml)*}")
        public javax.ws.rs.core.Response serviceDTOs​(@QueryParam("filter")
                                                     String filter,
                                                     @PathParam("ext")
                                                     String ext)