Modifier and Type | Method and Description |
---|---|
boolean |
ResourceType.matches(Resource r) |
static boolean |
ResourceType.matches(String type,
Resource r) |
Modifier and Type | Method and Description |
---|---|
Resource |
WebResourceManager.getResource(String name)
Returns a registered resource with given name, or null if not found.
|
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
void |
WebResourceManager.registerResource(Resource resource)
Allows to dynamically register a resource.
|
void |
WebResourceManager.unregisterResource(Resource resource)
Allows to dynamically unregister a resource.
|
Modifier and Type | Class and Description |
---|---|
class |
ResourceDescriptor |
Modifier and Type | Method and Description |
---|---|
Resource |
WebResourceManagerImpl.getResource(String name) |
Resource |
ResourceRegistry.getResource(String id) |
Modifier and Type | Method and 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) |
Modifier and Type | Method and 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) |
Modifier and Type | Method and Description |
---|---|
protected Resource |
AbstractResourceRenderer.resolveNuxeoResource(javax.faces.context.FacesContext context,
javax.faces.component.UIComponent component,
String resource) |
Modifier and Type | Method and Description |
---|---|
protected String |
AbstractResourceRenderer.resolveNuxeoResourcePath(Resource resource) |
Modifier and Type | Method and Description |
---|---|
protected List<Resource> |
PageResourceHandler.retrieveResources(WebResourceManager wrm,
PageDescriptor page,
ResourceType type) |
protected List<Resource> |
PageResourceHandler.retrieveResources(WebResourceManager wrm,
String bundle,
ResourceType type) |
Modifier and Type | Method and Description |
---|---|
protected javax.faces.view.facelets.ComponentConfig |
PageResourceHandler.getJSFResourceComponentConfig(Resource resource,
String rendererType,
String target,
String includeTimestamp,
javax.faces.view.facelets.FaceletHandler nextHandler) |
Modifier and Type | Method and Description |
---|---|
protected void |
PageResourceHandler.includeXHTML(javax.faces.view.facelets.FaceletContext ctx,
javax.faces.component.UIComponent parent,
List<Resource> rs,
javax.faces.view.facelets.FaceletHandler leaf) |
Modifier and Type | Method and Description |
---|---|
protected ro.isdc.wro.model.resource.Resource |
NuxeoWroModelFactory.toWroResource(String bundle,
Resource resource) |
Modifier and Type | Method and Description |
---|---|
static Resource |
NuxeoUriLocator.getResource(String uri) |
Modifier and Type | Method and Description |
---|---|
static String |
NuxeoUriLocator.getUri(Resource resource) |
Modifier and Type | Method and Description |
---|---|
protected void |
ThemeStylingServiceImpl.registerResource(Resource resource,
RuntimeContext extensionContext) |
protected void |
ThemeStylingServiceImpl.unregisterResource(Resource resource) |
Copyright © 2018 Nuxeo. All rights reserved.