javax.faces.application
Class ResourceWrapper
java.lang.Object
javax.faces.application.Resource
javax.faces.application.ResourceWrapper
- All Implemented Interfaces:
- FacesWrapper<Resource>
public abstract class ResourceWrapper
- extends Resource
- implements FacesWrapper<Resource>
- Since:
- 2.0
- Version:
- $Revision: 696523 $ $Date: 2008-09-24 18:31:37 -0400 (mer., 17 sept. 2008) $
- Author:
- Simon Lessard (latest modification by $Author: slessard $)
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
ResourceWrapper
public ResourceWrapper()
getInputStream
public java.io.InputStream getInputStream()
throws java.io.IOException
- Specified by:
getInputStream
in class Resource
- Throws:
java.io.IOException
getRequestPath
public java.lang.String getRequestPath()
- Specified by:
getRequestPath
in class Resource
getResponseHeaders
public java.util.Map<java.lang.String,java.lang.String> getResponseHeaders()
- Specified by:
getResponseHeaders
in class Resource
getURL
public java.net.URL getURL()
- Specified by:
getURL
in class Resource
userAgentNeedsUpdate
public boolean userAgentNeedsUpdate(FacesContext context)
- Specified by:
userAgentNeedsUpdate
in class Resource
getWrapped
public abstract Resource getWrapped()
- Description copied from interface:
FacesWrapper
- A class that implements this interface uses this method to return an instance of the class being wrapped.
- Specified by:
getWrapped
in interface FacesWrapper<Resource>
- Returns:
- the instance of the class being wrapped
Copyright © 2010 The Apache Software Foundation. All Rights Reserved.