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.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 javax.faces.view.facelets.ResourceResolver
path
- the internal path to the template resource.Copyright © 2010–2021 JBoss by Red Hat. All rights reserved.