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.UserResourceWrapper, org.richfaces.resource.VersionedResource
public class UserResourceWrapperImpl
- extends BaseResourceWrapper<org.richfaces.resource.UserResource>
- implements org.richfaces.resource.UserResourceWrapper
- Author:
- Nick Belaevski
Fields inherited from class javax.faces.application.Resource |
COMPONENT_RESOURCE_KEY |
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 |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface org.richfaces.resource.UserResourceWrapper |
getWrapped |
UserResourceWrapperImpl
public UserResourceWrapperImpl(org.richfaces.resource.UserResource resourceObject)
getInputStream
public java.io.InputStream getInputStream()
throws java.io.IOException
- Specified by:
getInputStream
in class javax.faces.application.Resource
- Throws:
java.io.IOException
getWrappedResourceResponseHeaders
protected java.util.Map<java.lang.String,java.lang.String> getWrappedResourceResponseHeaders()
- Specified by:
getWrappedResourceResponseHeaders
in class BaseResourceWrapper<org.richfaces.resource.UserResource>
getContentType
public java.lang.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 java.util.Date getLastModified(javax.faces.context.FacesContext context)
- Description copied from class:
AbstractBaseResource
- TODO optimize/review?
- Overrides:
getLastModified
in class AbstractBaseResource
- Returns:
- Returns the lastModified.
Copyright © 2010 JBoss, a division of Red Hat, Inc.. All Rights Reserved.