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