public class DefaultResourceResolver extends ResourceResolver
| Modifier and Type | Field and Description |
|---|---|
static String |
NON_DEFAULT_RESOURCE_RESOLVER_PARAM_NAME |
FACELETS_RESOURCE_RESOLVER_PARAM_NAME| Constructor and Description |
|---|
DefaultResourceResolver(ResourceHandler resourceHandler) |
| Modifier and Type | Method and Description |
|---|---|
URL |
resolveUrl(String path)
Returns the |
String |
toString() |
public static final String NON_DEFAULT_RESOURCE_RESOLVER_PARAM_NAME
public DefaultResourceResolver(ResourceHandler resourceHandler)
public URL resolveUrl(String path)
ResourceResolver
Returns the URL of a Facelet template file. Called by the Facelets Runtime to load a template file
referred to in a Facelets page.
resolveUrl in class ResourceResolverpath - the internal path to the template resource.Copyright © 1997–2020 Eclipse Foundation. All rights reserved.