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