Uses of Interface
org.nuxeo.ecm.web.resources.api.Resource
-
-
Uses of Resource in org.nuxeo.ecm.web.resources.api
Methods in org.nuxeo.ecm.web.resources.api with parameters of type Resource Modifier and Type Method Description static booleanResourceType. matches(String type, Resource r)booleanResourceType. matches(Resource r) -
Uses of Resource in org.nuxeo.ecm.web.resources.api.service
Methods in org.nuxeo.ecm.web.resources.api.service that return Resource Modifier and Type Method Description ResourceWebResourceManager. getResource(String name)Returns a registered resource with given name, or null if not found.Methods in org.nuxeo.ecm.web.resources.api.service that return types with arguments of type Resource Modifier and Type Method Description List<Resource>WebResourceManager. getResources(ResourceContext context, String bundleName, String type)Returns the ordered list of resources for given bundle name, filtered using given type.Methods in org.nuxeo.ecm.web.resources.api.service with parameters of type Resource Modifier and Type Method Description voidWebResourceManager. registerResource(Resource resource)Allows to dynamically register a resource.voidWebResourceManager. unregisterResource(Resource resource)Allows to dynamically unregister a resource. -
Uses of Resource in org.nuxeo.ecm.web.resources.core
Classes in org.nuxeo.ecm.web.resources.core that implement Resource Modifier and Type Class Description classResourceDescriptor -
Uses of Resource in org.nuxeo.ecm.web.resources.core.service
Methods in org.nuxeo.ecm.web.resources.core.service that return Resource Modifier and Type Method Description ResourceResourceRegistry. getResource(String id)ResourceWebResourceManagerImpl. getResource(String name)Methods in org.nuxeo.ecm.web.resources.core.service that return types with arguments of type Resource Modifier and Type Method Description List<Resource>WebResourceManagerImpl. getResources(ResourceContext context, String bundleName, String type)protected Map<String,Resource>WebResourceManagerImpl. getSubResources(org.codehaus.plexus.util.dag.DAG graph, Resource r, String type)Methods in org.nuxeo.ecm.web.resources.core.service with parameters of type Resource Modifier and Type Method Description StringResourceRegistry. getContributionId(Resource contrib)protected Map<String,Resource>WebResourceManagerImpl. getSubResources(org.codehaus.plexus.util.dag.DAG graph, Resource r, String type)voidWebResourceManagerImpl. registerResource(Resource resource)voidWebResourceManagerImpl. unregisterResource(Resource resource) -
Uses of Resource in org.nuxeo.ecm.web.resources.wro.factory
Methods in org.nuxeo.ecm.web.resources.wro.factory with parameters of type Resource Modifier and Type Method Description protected ro.isdc.wro.model.resource.ResourceNuxeoWroModelFactory. toWroResource(String bundle, Resource resource) -
Uses of Resource in org.nuxeo.ecm.web.resources.wro.provider
Methods in org.nuxeo.ecm.web.resources.wro.provider that return Resource Modifier and Type Method Description static ResourceNuxeoUriLocator. getResource(String uri)Methods in org.nuxeo.ecm.web.resources.wro.provider with parameters of type Resource Modifier and Type Method Description static StringNuxeoUriLocator. getUri(Resource resource) -
Uses of Resource in org.nuxeo.theme.styling.service
Methods in org.nuxeo.theme.styling.service with parameters of type Resource Modifier and Type Method Description protected voidThemeStylingServiceImpl. registerResource(Resource resource, RuntimeContext extensionContext)protected voidThemeStylingServiceImpl. unregisterResource(Resource resource)
-