org.richfaces.resource
Class UserResourceWrapperImpl
java.lang.Object
javax.faces.application.Resource
org.richfaces.resource.AbstractBaseResource
org.richfaces.resource.AbstractCacheableResource
org.richfaces.resource.BaseResourceWrapper<org.richfaces.resource.UserResource>
org.richfaces.resource.UserResourceWrapperImpl
- All Implemented Interfaces:
- javax.faces.component.StateHolder, javax.faces.FacesWrapper<org.richfaces.resource.UserResource>, org.richfaces.resource.CacheableResource, org.richfaces.resource.ContentProducerResource, org.richfaces.resource.VersionedResource
public class UserResourceWrapperImpl
- extends BaseResourceWrapper<org.richfaces.resource.UserResource>
- implements org.richfaces.resource.ContentProducerResource
- Author:
- Nick Belaevski
Fields inherited from class javax.faces.application.Resource |
COMPONENT_RESOURCE_KEY |
Constructor Summary |
UserResourceWrapperImpl(org.richfaces.resource.UserResource resourceObject,
boolean cacheable,
boolean versioned)
|
Methods inherited from class org.richfaces.resource.BaseResourceWrapper |
getEntityTag, getExpires, getResponseHeaders, getTimeToLive, getVersion, getWrapped, isCacheable, isTransient, restoreState, saveState, setTransient |
Methods inherited from class javax.faces.application.Resource |
getLibraryName, getResourceName, setContentType, setLibraryName, setResourceName, toString |
UserResourceWrapperImpl
public UserResourceWrapperImpl(org.richfaces.resource.UserResource resourceObject,
boolean cacheable,
boolean versioned)
getInputStream
public InputStream getInputStream()
throws IOException
- Specified by:
getInputStream
in class javax.faces.application.Resource
- Throws:
IOException
getWrappedResourceResponseHeaders
protected Map<String,String> getWrappedResourceResponseHeaders()
- Specified by:
getWrappedResourceResponseHeaders
in class BaseResourceWrapper<org.richfaces.resource.UserResource>
getContentType
public String getContentType()
- Overrides:
getContentType
in class javax.faces.application.Resource
getContentLength
protected int getContentLength(javax.faces.context.FacesContext context)
- Overrides:
getContentLength
in class AbstractBaseResource
getLastModified
protected Date getLastModified(javax.faces.context.FacesContext context)
- Description copied from class:
AbstractBaseResource
- TODO optimize/review?
- Overrides:
getLastModified
in class AbstractBaseResource
- Returns:
- Returns the lastModified.
encode
public void encode(javax.faces.context.FacesContext context)
throws IOException
- Specified by:
encode
in interface org.richfaces.resource.ContentProducerResource
- Throws:
IOException
Copyright © 2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.