Class WebInfClassesSubPackagedResource
- java.lang.Object
-
- org.glassfish.jersey.examples.osgi.helloworld.resource.subpackage.WebInfClassesSubPackagedResource
-
@Path("/subwebinf") public class WebInfClassesSubPackagedResource extends Object
This resource is located in a sub-package and will be detected by OSGI framework only if recursive scanning is turned on.
As a matter of fact, this resource is physically located in WEB-INF/classes which needs to be tested as well.- Author:
- Stepan Vavra
-
-
Constructor Summary
Constructors Constructor Description WebInfClassesSubPackagedResource()
-