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.ResourceIOExceptionpublic Map<String,String> getResponseHeaders()
getResponseHeaders in class javax.faces.application.Resourcepublic String getRequestPath()
getRequestPath in class javax.faces.application.Resourcepublic URL getURL()
getURL in class javax.faces.application.Resourcepublic boolean userAgentNeedsUpdate(javax.faces.context.FacesContext context)
userAgentNeedsUpdate in class javax.faces.application.Resourcepublic String getExternalLocation()
getExternalLocation in class org.richfaces.resource.external.ExternalResourceCopyright © 2013 JBoss by Red Hat. All Rights Reserved.