public class ExternalStaticResource
extends org.richfaces.resource.external.ExternalResource
Modifier and Type | Field and Description |
---|---|
static String |
STATIC_RESOURCE_LOCATION_VARIABLE |
Constructor and Description |
---|
ExternalStaticResource(String location,
boolean skinDependent) |
Modifier and Type | Method and Description |
---|---|
String |
getExternalLocation() |
InputStream |
getInputStream() |
String |
getRequestPath() |
Map<String,String> |
getResponseHeaders() |
URL |
getURL() |
boolean |
userAgentNeedsUpdate(javax.faces.context.FacesContext context) |
public static final String STATIC_RESOURCE_LOCATION_VARIABLE
public ExternalStaticResource(String location, boolean skinDependent)
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
public String getExternalLocation()
getExternalLocation
in class org.richfaces.resource.external.ExternalResource
Copyright © 2013 JBoss by Red Hat. All Rights Reserved.