Uses of Class
org.apache.cxf.jaxrs.model.UserResource
Packages that use UserResource
-
Uses of UserResource in org.apache.cxf.jaxrs
Methods in org.apache.cxf.jaxrs with parameters of type UserResourceModifier and TypeMethodDescriptionvoidAbstractJAXRSFactoryBean.setModelBeans(UserResource... resources) Sets the description of root resources.Method parameters in org.apache.cxf.jaxrs with type arguments of type UserResourceModifier and TypeMethodDescriptionvoidAbstractJAXRSFactoryBean.setModelBeans(List<UserResource> resources) Sets the description of root resources.voidAbstractJAXRSFactoryBean.setModelBeansWithServiceClass(List<UserResource> resources, Class<?>... sClasses) Sets the description of root resources with the list of concrete classes.voidJAXRSServiceFactoryBean.setUserResources(List<UserResource> resources) voidJAXRSServiceFactoryBean.setUserResourcesWithServiceClass(List<UserResource> resources, Class<?>... sClasses) -
Uses of UserResource in org.apache.cxf.jaxrs.model
Methods in org.apache.cxf.jaxrs.model that return types with arguments of type UserResourceModifier and TypeMethodDescriptionUserApplication.getResources()UserApplication.getResourcesAsMap()Method parameters in org.apache.cxf.jaxrs.model with type arguments of type UserResourceModifier and TypeMethodDescriptionvoidUserApplication.setResources(List<UserResource> resources) Constructor parameters in org.apache.cxf.jaxrs.model with type arguments of type UserResource -
Uses of UserResource in org.apache.cxf.jaxrs.utils
Methods in org.apache.cxf.jaxrs.utils that return types with arguments of type UserResourceModifier and TypeMethodDescriptionstatic List<UserResource>ResourceUtils.getResourcesFromElement(Element modelEl) static List<UserResource>ResourceUtils.getUserResources(InputStream is) static List<UserResource>ResourceUtils.getUserResources(String loc) static List<UserResource>ResourceUtils.getUserResources(String loc, org.apache.cxf.Bus bus) Methods in org.apache.cxf.jaxrs.utils with parameters of type UserResourceModifier and TypeMethodDescriptionstatic ClassResourceInfoResourceUtils.createClassResourceInfo(Map<String, UserResource> resources, UserResource model, Class<?> defaultClass, boolean isRoot, boolean enableStatic, org.apache.cxf.Bus bus) static ClassResourceInfoResourceUtils.createServiceClassResourceInfo(Map<String, UserResource> resources, UserResource model, Class<?> sClass, boolean isRoot, boolean enableStatic, org.apache.cxf.Bus bus) Method parameters in org.apache.cxf.jaxrs.utils with type arguments of type UserResourceModifier and TypeMethodDescriptionstatic ClassResourceInfoResourceUtils.createClassResourceInfo(Map<String, UserResource> resources, UserResource model, Class<?> defaultClass, boolean isRoot, boolean enableStatic, org.apache.cxf.Bus bus) static ClassResourceInfoResourceUtils.createServiceClassResourceInfo(Map<String, UserResource> resources, UserResource model, Class<?> sClass, boolean isRoot, boolean enableStatic, org.apache.cxf.Bus bus)