public class PrimeResource
extends javax.faces.application.ResourceWrapper
ResourceWrapper which appends the version of PrimeFaces to the URL.| Constructor and Description |
|---|
PrimeResource(javax.faces.application.Resource resource) |
| Modifier and Type | Method and Description |
|---|---|
String |
getContentType() |
String |
getLibraryName() |
String |
getRequestPath() |
String |
getResourceName() |
javax.faces.application.Resource |
getWrapped() |
void |
setContentType(String contentType) |
void |
setLibraryName(String libraryName) |
void |
setResourceName(String resourceName) |
String |
toString() |
public javax.faces.application.Resource getWrapped()
getWrapped in interface javax.faces.FacesWrapper<javax.faces.application.Resource>getWrapped in class javax.faces.application.ResourceWrapperpublic String getRequestPath()
getRequestPath in class javax.faces.application.ResourceWrapperpublic String getContentType()
getContentType in class javax.faces.application.ResourceWrapperpublic String getLibraryName()
getLibraryName in class javax.faces.application.ResourceWrapperpublic String getResourceName()
getResourceName in class javax.faces.application.ResourceWrapperpublic void setContentType(String contentType)
setContentType in class javax.faces.application.ResourceWrapperpublic void setLibraryName(String libraryName)
setLibraryName in class javax.faces.application.ResourceWrapperpublic void setResourceName(String resourceName)
setResourceName in class javax.faces.application.ResourceWrapperpublic String toString()
toString in class javax.faces.application.ResourceCopyright © 2014. All rights reserved.