org.apache.myfaces.shared.resource
Class ResourceImpl
java.lang.Object
javax.faces.application.ViewResource
javax.faces.application.Resource
org.apache.myfaces.shared.resource.ResourceImpl
- All Implemented Interfaces:
- ContractResource
public class ResourceImpl
- extends Resource
- implements ContractResource
Default implementation for resources
- Version:
- $Revision: 1524500 $ $Date: 2013-09-18 12:35:44 -0500 (Wed, 18 Sep 2013) $
- Author:
- Leonardo Uribe (latest modification by $Author: lu4242 $)
JAVAX_FACES_LIBRARY_NAME
protected static final String JAVAX_FACES_LIBRARY_NAME
- See Also:
- Constant Field Values
JSF_JS_RESOURCE_NAME
protected static final String JSF_JS_RESOURCE_NAME
- See Also:
- Constant Field Values
ResourceImpl
public ResourceImpl(ResourceMeta resourceMeta,
ResourceLoader resourceLoader,
ResourceHandlerSupport support,
String contentType)
ResourceImpl
public ResourceImpl(ResourceMeta resourceMeta,
ResourceLoader resourceLoader,
ResourceHandlerSupport support,
String contentType,
URL url,
String requestPath)
getResourceLoader
public ResourceLoader getResourceLoader()
getInputStream
public InputStream getInputStream()
throws IOException
- Specified by:
getInputStream
in class Resource
- Throws:
IOException
getRequestPath
public String getRequestPath()
- Specified by:
getRequestPath
in class Resource
getResponseHeaders
public Map<String,String> getResponseHeaders()
- Specified by:
getResponseHeaders
in class Resource
getURL
public URL getURL()
- Specified by:
getURL
in class Resource
userAgentNeedsUpdate
public boolean userAgentNeedsUpdate(FacesContext context)
- Specified by:
userAgentNeedsUpdate
in class Resource
getResourceHandlerSupport
protected ResourceHandlerSupport getResourceHandlerSupport()
getResourceMeta
protected ResourceMeta getResourceMeta()
isContractResource
public boolean isContractResource()
- Specified by:
isContractResource
in interface ContractResource
getContractName
public String getContractName()
- Specified by:
getContractName
in interface ContractResource
Copyright © 2013 The Apache Software Foundation. All Rights Reserved.