Package | Description |
---|---|
org.nuxeo.ecm.web.resources.api | |
org.nuxeo.ecm.web.resources.jsf | |
org.nuxeo.ecm.web.resources.jsf.handler |
Modifier and Type | Method and Description |
---|---|
static ResourceType |
ResourceType.parse(String type) |
static ResourceType |
ResourceType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ResourceType[] |
ResourceType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
protected void |
ResourceBundleRenderer.encodeEnd(javax.faces.context.FacesContext context,
javax.faces.component.UIComponent component,
ResourceType type,
String base) |
Modifier and Type | Field and Description |
---|---|
protected ResourceType[] |
PageResourceHandler.handledTypesArray |
Modifier and Type | Method and Description |
---|---|
protected ResourceType |
PageResourceHandler.resolveType(String type) |
Modifier and Type | Method and Description |
---|---|
protected void |
ResourceBundleHandler.applyBundle(javax.faces.view.facelets.FaceletContext ctx,
javax.faces.component.UIComponent parent,
WebResourceManager wrm,
String bundle,
ResourceType type,
String flavor,
String targetValue,
javax.faces.view.facelets.FaceletHandler nextHandler) |
protected void |
PageResourceHandler.applyPage(javax.faces.view.facelets.FaceletContext ctx,
javax.faces.component.UIComponent parent,
WebResourceManager wrm,
PageDescriptor page,
ResourceType type,
String flavor,
String targetValue,
javax.faces.view.facelets.FaceletHandler nextHandler) |
protected void |
PageResourceHandler.includePageResource(javax.faces.view.facelets.FaceletContext ctx,
javax.faces.component.UIComponent parent,
String name,
ResourceType type,
String flavor,
String target,
javax.faces.view.facelets.FaceletHandler nextHandler) |
protected void |
PageResourceHandler.includeResourceBundle(javax.faces.view.facelets.FaceletContext ctx,
javax.faces.component.UIComponent parent,
String name,
ResourceType type,
String flavor,
String target,
javax.faces.view.facelets.FaceletHandler nextHandler) |
protected List<Resource> |
PageResourceHandler.retrieveResources(WebResourceManager wrm,
PageDescriptor page,
ResourceType type) |
protected List<Resource> |
PageResourceHandler.retrieveResources(WebResourceManager wrm,
String bundle,
ResourceType type) |
Copyright © 2016 Nuxeo SA. All rights reserved.