| Package | Description |
|---|---|
| org.omnifaces.resourcehandler | |
| org.omnifaces.util |
| Modifier and Type | Method and Description |
|---|---|
Set<ResourceIdentifier> |
CombinedResourceInfo.getResourceIdentifiers()
Returns the ordered set of resource identifiers of this combined resource info.
|
| Modifier and Type | Method and Description |
|---|---|
CombinedResourceInfo.Builder |
CombinedResourceInfo.Builder.add(ResourceIdentifier resourceIdentifier)
Add the resource represented by the given resource identifier resources of this combined resource info.
|
| Modifier and Type | Method and Description |
|---|---|
static Set<ResourceIdentifier> |
Hacks.getRichFacesResourceLibraryResources(ResourceIdentifier id)
Returns an ordered set of all JSF resource identifiers for the given RichFaces resource library resources.
|
| Modifier and Type | Method and Description |
|---|---|
static Set<ResourceIdentifier> |
Hacks.getRichFacesResourceLibraryResources(ResourceIdentifier id)
Returns an ordered set of all JSF resource identifiers for the given RichFaces resource library resources.
|
static boolean |
Hacks.isScriptResourceRendered(FacesContext context,
ResourceIdentifier id)
Returns whether the given script resource is rendered.
|
static void |
Hacks.setScriptResourceRendered(FacesContext context,
ResourceIdentifier id)
Set the given script resource as rendered.
|
static void |
Hacks.setStylesheetResourceRendered(FacesContext context,
ResourceIdentifier id)
Set the given stylesheet resource as rendered.
|
Copyright © 2012–2016 OmniFaces. All rights reserved.