|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IJSFAppConfigLocater | |
---|---|
org.eclipse.jst.jsf.core.jsfappconfig | Project-level support for JSF application configuration files. |
Uses of IJSFAppConfigLocater in org.eclipse.jst.jsf.core.jsfappconfig |
---|
Classes in org.eclipse.jst.jsf.core.jsfappconfig that implement IJSFAppConfigLocater | |
---|---|
class |
AbstractJSFAppConfigLocater
Abstract implementation of IJSFAppConfigLocater that provides common
locater functionality. |
class |
ContextParamSpecifiedJSFAppConfigLocater
ContextParamSpecifiedJSFAppConfigLocater attempts to locate application configuration files specified by the JSF CONFIG_FILES context parameter. |
class |
DefaultJSFAppConfigLocater
DefaultJSFAppConfigLocater attempts to locate the default application configuration file, located at "/WEB-INF/faces-config.xml". |
class |
ImplicitRuntimeJSFAppConfigLocater
ImplicitRuntimeJSFAppConfigLocater creates an IJSFAppConfigProvider
instance that provides an application configuration model that contains
implicit configuration elements that are specified as required to be
provided by a JSF implementation. |
class |
RuntimeClasspathJSFAppConfigLocater
RuntimeClasspathJSFAppConfigLocater attempts to locate application configuration files in JAR files on the runtime classpath. |
class |
WebContentRelativeJSFAppConfigLocater
WebContentRelativeJSFAppConfigLocater is an abstract base class that attempts to locate specified application configuration files relative to a web content folder. |
Methods in org.eclipse.jst.jsf.core.jsfappconfig with parameters of type IJSFAppConfigLocater | |
---|---|
void |
IJSFAppConfigProvider.setJSFAppConfigLocater(IJSFAppConfigLocater locater)
Sets the IJSFAppConfigLocater instance that located this
instance. |
void |
AbstractJSFAppConfigProvider.setJSFAppConfigLocater(IJSFAppConfigLocater locater)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |