Uses of Class
org.nuxeo.ecm.webengine.jaxrs.views.BundleResource
-
Packages that use BundleResource Package Description org.nuxeo.ecm.webengine.jaxrs org.nuxeo.ecm.webengine.jaxrs.servlet.config org.nuxeo.ecm.webengine.jaxrs.views -
-
Uses of BundleResource in org.nuxeo.ecm.webengine.jaxrs
Methods in org.nuxeo.ecm.webengine.jaxrs that return BundleResource Modifier and Type Method Description BundleResource
ApplicationHost. getExtension(BundleResource target, String segment)
Methods in org.nuxeo.ecm.webengine.jaxrs with parameters of type BundleResource Modifier and Type Method Description BundleResource
ApplicationHost. getExtension(BundleResource target, String segment)
-
Uses of BundleResource in org.nuxeo.ecm.webengine.jaxrs.servlet.config
Fields in org.nuxeo.ecm.webengine.jaxrs.servlet.config with type parameters of type BundleResource Modifier and Type Field Description protected Class<? extends BundleResource>
ResourceExtension. clazz
Methods in org.nuxeo.ecm.webengine.jaxrs.servlet.config that return types with arguments of type BundleResource Modifier and Type Method Description Class<? extends BundleResource>
ResourceExtension. getResourceClass()
Constructor parameters in org.nuxeo.ecm.webengine.jaxrs.servlet.config with type arguments of type BundleResource Constructor Description ResourceExtension(org.osgi.framework.Bundle bundle, Class<? extends BundleResource> clazz)
-
Uses of BundleResource in org.nuxeo.ecm.webengine.jaxrs.views
Subclasses of BundleResource in org.nuxeo.ecm.webengine.jaxrs.views Modifier and Type Class Description class
RootResource
Methods in org.nuxeo.ecm.webengine.jaxrs.views with type parameters of type BundleResource Modifier and Type Method Description <T extends BundleResource>
TBundleResource. getResource(Class<T> clazz)
Methods in org.nuxeo.ecm.webengine.jaxrs.views that return BundleResource Modifier and Type Method Description BundleResource
BundleResource. setContext(ResourceContext context)
Methods in org.nuxeo.ecm.webengine.jaxrs.views with parameters of type BundleResource Modifier and Type Method Description boolean
BundleResource. accept(BundleResource target)
This method is only for contributed sub-resources.
-