public class DefaultResourceResolver
extends javax.faces.view.facelets.ResourceResolver
| Modifier and Type | Field and Description |
|---|---|
static String |
NON_DEFAULT_RESOURCE_RESOLVER_PARAM_NAME |
| Constructor and Description |
|---|
DefaultResourceResolver(javax.faces.application.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(javax.faces.application.ResourceHandler resourceHandler)
public URL resolveUrl(String path)
javax.faces.view.facelets.ResourceResolverReturns 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 javax.faces.view.facelets.ResourceResolverpath - the internal path to the template resource.Copyright © 2010–2024 JBoss by Red Hat. All rights reserved.