Uses of Class
org.nuxeo.ecm.webengine.rest.views.BundleResource
Packages that use BundleResource
Package
Description
-
Uses of BundleResource in org.nuxeo.ecm.webengine.rest
Methods in org.nuxeo.ecm.webengine.rest that return BundleResourceModifier and TypeMethodDescriptionApplicationHost.getExtension(BundleResource target, String segment) Methods in org.nuxeo.ecm.webengine.rest with parameters of type BundleResourceModifier and TypeMethodDescriptionApplicationHost.getExtension(BundleResource target, String segment) -
Uses of BundleResource in org.nuxeo.ecm.webengine.rest.servlet.config
Fields in org.nuxeo.ecm.webengine.rest.servlet.config with type parameters of type BundleResourceModifier and TypeFieldDescriptionprotected Class<? extends BundleResource> ResourceExtension.clazzMethods in org.nuxeo.ecm.webengine.rest.servlet.config that return types with arguments of type BundleResourceModifier and TypeMethodDescriptionClass<? extends BundleResource> ResourceExtension.getResourceClass()Constructor parameters in org.nuxeo.ecm.webengine.rest.servlet.config with type arguments of type BundleResourceModifierConstructorDescriptionResourceExtension(org.osgi.framework.Bundle bundle, Class<? extends BundleResource> clazz) -
Uses of BundleResource in org.nuxeo.ecm.webengine.rest.views
Subclasses of BundleResource in org.nuxeo.ecm.webengine.rest.viewsMethods in org.nuxeo.ecm.webengine.rest.views with type parameters of type BundleResourceModifier and TypeMethodDescription<T extends BundleResource>
TBundleResource.getResource(Class<T> clazz) Methods in org.nuxeo.ecm.webengine.rest.views that return BundleResourceMethods in org.nuxeo.ecm.webengine.rest.views with parameters of type BundleResourceModifier and TypeMethodDescriptionbooleanBundleResource.accept(BundleResource target) This method is only for contributed sub-resources.