org.richfaces.resource
Class CompiledCSSResource
java.lang.Object
javax.faces.application.Resource
org.richfaces.resource.AbstractBaseResource
org.richfaces.resource.AbstractCacheableResource
org.richfaces.resource.CompiledCSSResource
- All Implemented Interfaces:
- org.richfaces.resource.CacheableResource, org.richfaces.resource.StateHolderResource
public class CompiledCSSResource
- extends AbstractCacheableResource
- implements org.richfaces.resource.StateHolderResource
- Author:
- amarkhel Class, that represented dynamic CSS resource.
| Fields inherited from class javax.faces.application.Resource |
COMPONENT_RESOURCE_KEY |
| Methods inherited from class javax.faces.application.Resource |
setContentType, toString |
CompiledCSSResource
public CompiledCSSResource(javax.faces.application.Resource sourceResource)
getLibraryName
public String getLibraryName()
- Overrides:
getLibraryName in class javax.faces.application.Resource
setLibraryName
public void setLibraryName(String libraryName)
- Overrides:
setLibraryName in class javax.faces.application.Resource
getResourceName
public String getResourceName()
- Overrides:
getResourceName in class javax.faces.application.Resource
setResourceName
public void setResourceName(String resourceName)
- Overrides:
setResourceName in class javax.faces.application.Resource
getResourceInputStream
public InputStream getResourceInputStream()
throws IOException
- Throws:
IOException
getInputStream
public InputStream getInputStream()
throws IOException
- Specified by:
getInputStream in class javax.faces.application.Resource
- Throws:
IOException
getContentType
public String getContentType()
- Overrides:
getContentType in class javax.faces.application.Resource
userAgentNeedsUpdate
public boolean userAgentNeedsUpdate(javax.faces.context.FacesContext context)
- Overrides:
userAgentNeedsUpdate in class AbstractCacheableResource
isTransient
public boolean isTransient()
- Specified by:
isTransient in interface org.richfaces.resource.StateHolderResource
readState
public void readState(javax.faces.context.FacesContext context,
DataInput dataInput)
throws IOException
- Specified by:
readState in interface org.richfaces.resource.StateHolderResource
- Throws:
IOException
writeState
public void writeState(javax.faces.context.FacesContext context,
DataOutput dataOutput)
throws IOException
- Specified by:
writeState in interface org.richfaces.resource.StateHolderResource
- Throws:
IOException
Copyright © 2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.