org.eclipse.jst.jsf.core.internal.provisional.jsfappconfig
Class ContextParamSpecifiedJSFAppConfigLocater
java.lang.Object
org.eclipse.jst.jsf.core.internal.provisional.jsfappconfig.AbstractJSFAppConfigLocater
org.eclipse.jst.jsf.core.internal.provisional.jsfappconfig.WebContentRelativeJSFAppConfigLocater
org.eclipse.jst.jsf.core.internal.provisional.jsfappconfig.ContextParamSpecifiedJSFAppConfigLocater
- All Implemented Interfaces:
- IJSFAppConfigLocater
- public class ContextParamSpecifiedJSFAppConfigLocater
- extends WebContentRelativeJSFAppConfigLocater
ContextParamSpecifiedJSFAppConfigLocater attempts to locate application
configuration files specified by the JSF CONFIG_FILES context parameter.
Field Summary |
protected org.eclipse.jst.jsf.core.internal.provisional.jsfappconfig.ContextParamSpecifiedJSFAppConfigLocater.ContextParamAdapter |
contextParamAdapter
Cached instance of ContextParamAdapter. |
Method Summary |
protected java.util.List |
getFilenames()
Gets a list of Strings representing the filenames (relative to the web
content folder) that locateProviders() will attempt to locate. |
void |
startLocating()
Starts locating JSF application configuration resources. |
void |
stopLocating()
Stops locating JSF application configuration resources. |
Methods inherited from class java.lang.Object |
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
contextParamAdapter
protected org.eclipse.jst.jsf.core.internal.provisional.jsfappconfig.ContextParamSpecifiedJSFAppConfigLocater.ContextParamAdapter contextParamAdapter
- Cached instance of ContextParamAdapter.
ContextParamSpecifiedJSFAppConfigLocater
public ContextParamSpecifiedJSFAppConfigLocater()
startLocating
public void startLocating()
- Description copied from interface:
IJSFAppConfigLocater
- Starts locating JSF application configuration resources.
- Specified by:
startLocating
in interface IJSFAppConfigLocater
- Specified by:
startLocating
in class AbstractJSFAppConfigLocater
stopLocating
public void stopLocating()
- Description copied from interface:
IJSFAppConfigLocater
- Stops locating JSF application configuration resources.
- Specified by:
stopLocating
in interface IJSFAppConfigLocater
- Specified by:
stopLocating
in class AbstractJSFAppConfigLocater
getFilenames
protected java.util.List getFilenames()
- Description copied from class:
WebContentRelativeJSFAppConfigLocater
- Gets a list of Strings representing the filenames (relative to the web
content folder) that locateProviders() will attempt to locate.
- Specified by:
getFilenames
in class WebContentRelativeJSFAppConfigLocater
- Returns:
- A list of Strings representing the filenames (relative to the
web content folder) that locateProviders() will attempt to locate.