public class DefaultXMLConfigurationProvider extends Object implements ConfigurationProvider
| Modifier and Type | Field and Description |
|---|---|
static String |
DEFAULT_PRETTY_FACES_CONFIG |
| Constructor and Description |
|---|
DefaultXMLConfigurationProvider() |
| Modifier and Type | Method and Description |
|---|---|
PrettyConfig |
loadConfiguration(ServletContext servletContext)
Return a
PrettyConfig object that will be appended to the current
PrettyFaces configuration. |
public static final String DEFAULT_PRETTY_FACES_CONFIG
public PrettyConfig loadConfiguration(ServletContext servletContext)
ConfigurationProviderPrettyConfig object that will be appended to the current
PrettyFaces configuration.loadConfiguration in interface ConfigurationProviderservletContext - The ServletContext for the application being
configured.Copyright © 2014 OCPsoft. All Rights Reserved.