org.richfaces.resource.external
public class ExternalMapping extends Object
ResourceKey
and external resource location in order to create ExternalResource
lazily.Constructor and Description |
---|
ExternalMapping(org.richfaces.resource.ResourceKey resourceKey,
String resourceLocation) |
Modifier and Type | Method and Description |
---|---|
org.richfaces.resource.external.ExternalResource |
getResource(javax.faces.context.FacesContext facesContext)
Creates new
ExternalResource for given ResourceKey and external resource location |
String |
getResourceLocation()
Returns external resource location
|
public ExternalMapping(org.richfaces.resource.ResourceKey resourceKey, String resourceLocation)
public org.richfaces.resource.external.ExternalResource getResource(javax.faces.context.FacesContext facesContext)
ExternalResource
for given ResourceKey
and external resource locationfacesContext
- current FacesContext
ExternalResource
for given ResourceKey
and external resource locationpublic String getResourceLocation()
Copyright © 2014 JBoss by Red Hat. All Rights Reserved.