org.apache.myfaces.commons.resourcehandler.resource
Class ResourceImpl

java.lang.Object
  extended by javax.faces.application.Resource
      extended by org.apache.myfaces.commons.resourcehandler.resource.ResourceImpl
Direct Known Subclasses:
ExtendedResourceImpl

public class ResourceImpl
extends javax.faces.application.Resource

Default implementation for resources

Version:
$Revision: 957739 $ $Date: 2010-06-24 17:27:40 -0500 (Jue, 24 Jun 2010) $
Author:
Leonardo Uribe (latest modification by $Author: lu4242 $)

Field Summary
static String JAVAX_FACES_LIBRARY_NAME
           
static String JSF_JS_RESOURCE_NAME
           
 
Fields inherited from class javax.faces.application.Resource
COMPONENT_RESOURCE_KEY
 
Constructor Summary
ResourceImpl(ResourceMeta resourceMeta, ResourceLoader resourceLoader, ResourceHandlerSupport support, String contentType)
           
 
Method Summary
 InputStream getInputStream()
           
 String getRequestPath()
           
protected  ResourceHandlerSupport getResourceHandlerSupport()
           
 ResourceLoader getResourceLoader()
           
protected  ResourceMeta getResourceMeta()
           
 Map<String,String> getResponseHeaders()
           
 URL getURL()
           
 boolean userAgentNeedsUpdate(javax.faces.context.FacesContext context)
           
 
Methods inherited from class javax.faces.application.Resource
getContentType, getLibraryName, getResourceName, setContentType, setLibraryName, setResourceName, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

JAVAX_FACES_LIBRARY_NAME

public static final String JAVAX_FACES_LIBRARY_NAME
See Also:
Constant Field Values

JSF_JS_RESOURCE_NAME

public static final String JSF_JS_RESOURCE_NAME
See Also:
Constant Field Values
Constructor Detail

ResourceImpl

public ResourceImpl(ResourceMeta resourceMeta,
                    ResourceLoader resourceLoader,
                    ResourceHandlerSupport support,
                    String contentType)
Method Detail

getResourceLoader

public ResourceLoader getResourceLoader()

getInputStream

public InputStream getInputStream()
                           throws IOException
Specified by:
getInputStream in class javax.faces.application.Resource
Throws:
IOException

getRequestPath

public String getRequestPath()
Specified by:
getRequestPath in class javax.faces.application.Resource

getResponseHeaders

public Map<String,String> getResponseHeaders()
Specified by:
getResponseHeaders in class javax.faces.application.Resource

getURL

public URL getURL()
Specified by:
getURL in class javax.faces.application.Resource

userAgentNeedsUpdate

public boolean userAgentNeedsUpdate(javax.faces.context.FacesContext context)
Specified by:
userAgentNeedsUpdate in class javax.faces.application.Resource

getResourceHandlerSupport

protected ResourceHandlerSupport getResourceHandlerSupport()

getResourceMeta

protected ResourceMeta getResourceMeta()


Copyright © 2007-2011 The Apache Software Foundation. All Rights Reserved.