org.richfaces.resource.optimizer.resource.handler.impl
public class VFSResource extends javax.faces.application.Resource
Constructor and Description |
---|
VFSResource(VirtualFile file,
String relativePath) |
Modifier and Type | Method and Description |
---|---|
InputStream |
getInputStream() |
String |
getRequestPath() |
Map<String,String> |
getResponseHeaders() |
URL |
getURL() |
boolean |
userAgentNeedsUpdate(javax.faces.context.FacesContext context) |
public VFSResource(VirtualFile file, String relativePath)
public InputStream getInputStream() throws IOException
getInputStream
in class javax.faces.application.Resource
IOException
public Map<String,String> getResponseHeaders()
getResponseHeaders
in class javax.faces.application.Resource
public String getRequestPath()
getRequestPath
in class javax.faces.application.Resource
public URL getURL()
getURL
in class javax.faces.application.Resource
public boolean userAgentNeedsUpdate(javax.faces.context.FacesContext context)
userAgentNeedsUpdate
in class javax.faces.application.Resource
Copyright © 2015 JBoss by Red Hat. All Rights Reserved.