public class ExternalMapping extends Object
ResourceKey
and external resource location in order to create ExternalResource
lazily.Constructor and Description |
---|
ExternalMapping(ResourceKey resourceKey,
String resourceLocation) |
Modifier and Type | Method and Description |
---|---|
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(ResourceKey resourceKey, String resourceLocation)
public 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 © 2013 JBoss by Red Hat. All Rights Reserved.