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 boolean
ResourceType. matches(String type, Resource r)
boolean
ResourceType. 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 Resource
WebResourceManager. 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 void
WebResourceManager. registerResource(Resource resource)
Allows to dynamically register a resource.void
WebResourceManager. 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 class
ResourceDescriptor
-
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 Resource
ResourceRegistry. getResource(String id)
Resource
WebResourceManagerImpl. 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 String
ResourceRegistry. getContributionId(Resource contrib)
protected Map<String,Resource>
WebResourceManagerImpl. getSubResources(org.codehaus.plexus.util.dag.DAG graph, Resource r, String type)
void
WebResourceManagerImpl. registerResource(Resource resource)
void
WebResourceManagerImpl. 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.Resource
NuxeoWroModelFactory. 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 Resource
NuxeoUriLocator. getResource(String uri)
Methods in org.nuxeo.ecm.web.resources.wro.provider with parameters of type Resource Modifier and Type Method Description static String
NuxeoUriLocator. 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 void
ThemeStylingServiceImpl. registerResource(Resource resource, RuntimeContext extensionContext)
protected void
ThemeStylingServiceImpl. unregisterResource(Resource resource)
-