RichFaces Core Implementation 4.3.1.Final-redhat-1

org.richfaces.resource.external
Class AbsoluteRequestPathResource

java.lang.Object
  extended by javax.faces.application.Resource
      extended by org.richfaces.resource.external.ExternalResource
          extended by org.richfaces.resource.external.AbsoluteRequestPathResource

public class AbsoluteRequestPathResource
extends org.richfaces.resource.external.ExternalResource

Implementation of Resource which serves resources from absolute path.

Thus it does provide only getRequestPath() method, all other methods throws UnsupportedOperationException.

Author:
Lukas Fryc

Field Summary
 
Fields inherited from class javax.faces.application.Resource
COMPONENT_RESOURCE_KEY
 
Constructor Summary
AbsoluteRequestPathResource(String absoluteRequestPath)
           
 
Method Summary
 String getExternalLocation()
           
 InputStream getInputStream()
           
 String getRequestPath()
           
 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
 

Constructor Detail

AbsoluteRequestPathResource

public AbsoluteRequestPathResource(String absoluteRequestPath)
Method Detail

getRequestPath

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

getInputStream

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

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

getExternalLocation

public String getExternalLocation()
Specified by:
getExternalLocation in class org.richfaces.resource.external.ExternalResource

RichFaces Core Implementation 4.3.1.Final-redhat-1

Copyright © 2013 JBoss by Red Hat. All Rights Reserved.