public class CompiledCSSResource extends AbstractCacheableResource implements StateHolderResource
URL_PROTOCOL| Constructor and Description |
|---|
CompiledCSSResource(javax.faces.application.Resource sourceResource) |
| Modifier and Type | Method and Description |
|---|---|
String |
getContentType() |
InputStream |
getInputStream() |
String |
getLibraryName() |
InputStream |
getResourceInputStream() |
String |
getResourceName() |
boolean |
isTransient() |
void |
readState(javax.faces.context.FacesContext context,
DataInput dataInput) |
void |
setLibraryName(String libraryName) |
void |
setResourceName(String resourceName) |
boolean |
userAgentNeedsUpdate(javax.faces.context.FacesContext context) |
void |
writeState(javax.faces.context.FacesContext context,
DataOutput dataOutput) |
addCacheControlResponseHeaders, getEntityTag, getExpires, getTimeToLive, isCacheable, isMatchesEntityTag, isMatchesEntityTag, isMatchesLastModified, isMatchesLastModified, setCacheableaddNoCacheResponseHeaders, getClassLoader, getContentLength, getLastModified, getRequestPath, getResponseHeaders, getURLpublic CompiledCSSResource(javax.faces.application.Resource sourceResource)
public String getLibraryName()
getLibraryName in class javax.faces.application.Resourcepublic void setLibraryName(String libraryName)
setLibraryName in class javax.faces.application.Resourcepublic String getResourceName()
getResourceName in class javax.faces.application.Resourcepublic void setResourceName(String resourceName)
setResourceName in class javax.faces.application.Resourcepublic InputStream getResourceInputStream() throws IOException
IOExceptionpublic InputStream getInputStream() throws IOException
getInputStream in class javax.faces.application.ResourceIOExceptionpublic String getContentType()
getContentType in class javax.faces.application.Resourcepublic boolean userAgentNeedsUpdate(javax.faces.context.FacesContext context)
userAgentNeedsUpdate in class AbstractCacheableResourcepublic boolean isTransient()
isTransient in interface StateHolderResourcepublic void readState(javax.faces.context.FacesContext context,
DataInput dataInput)
throws IOException
readState in interface StateHolderResourceIOExceptionpublic void writeState(javax.faces.context.FacesContext context,
DataOutput dataOutput)
throws IOException
writeState in interface StateHolderResourceIOExceptionCopyright © 2014 JBoss by Red Hat. All rights reserved.