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.ResourceWrapper
public String getRequestPath()
getRequestPath
in class javax.faces.application.ResourceWrapper
public String getContentType()
getContentType
in class javax.faces.application.Resource
public String getLibraryName()
getLibraryName
in class javax.faces.application.Resource
public String getResourceName()
getResourceName
in class javax.faces.application.Resource
public void setContentType(String contentType)
setContentType
in class javax.faces.application.Resource
public void setLibraryName(String libraryName)
setLibraryName
in class javax.faces.application.Resource
public void setResourceName(String resourceName)
setResourceName
in class javax.faces.application.Resource
public String toString()
toString
in class javax.faces.application.Resource
Copyright © 2016. All rights reserved.