Follow Techotopia on Twitter

On-line Guides
All Guides
eBook Store
iOS / Android
Linux for Beginners
Office Productivity
Linux Installation
Linux Security
Linux Utilities
Linux Virtualization
Linux Kernel
System/Network Admin
Programming
Scripting Languages
Development Tools
Web Development
GUI Toolkits/Desktop
Databases
Mail Systems
openSolaris
Eclipse Documentation
Techotopia.com
Virtuatopia.com
Answertopia.com

How To Guides
Virtualization
General System Admin
Linux Security
Linux Filesystems
Web Servers
Graphics & Desktop
PC Hardware
Windows
Problem Solutions
Privacy Policy

  




 

 



org.eclipse.jst.jsf.core.jsfappconfig
Class RuntimeClasspathJSFAppConfigLocater

java.lang.Object
  extended by 

org.eclipse.jst.jsf.core.jsfappconfig.AbstractJSFAppConfigLocater
      extended by 
org.eclipse.jst.jsf.core.jsfappconfig.RuntimeClasspathJSFAppConfigLocater
All Implemented Interfaces:
IJSFAppConfigLocater

public class RuntimeClasspathJSFAppConfigLocater
extends AbstractJSFAppConfigLocater

RuntimeClasspathJSFAppConfigLocater attempts to locate application configuration files in JAR files on the runtime classpath. The runtime classpath includes the server runtime classpath and the JAR files that will be deployed to the web application's /WEB-INF/lib folder.

Provisional API - subject to change


Constructor Summary
RuntimeClasspathJSFAppConfigLocater ()
           
 
Method Summary
 void elementChanged (ElementChangedEvent event)
          Called when a Java element has changed.
 void locateProviders ()
          Locates application configuration resources specified in JAR files on the runtime classpath, and updates the set of IJSFAppConfigProvider instances accordingly.
 void startLocating ()
          Starts locating JSF application configuration resources.
 void stopLocating ()
          Stops locating JSF application configuration resources.
 
Methods inherited from class org.eclipse.jst.jsf.core.jsfappconfig. AbstractJSFAppConfigLocater
getJSFAppConfigManager, getJSFAppConfigProviders, setJSFAppConfigManager
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RuntimeClasspathJSFAppConfigLocater

public RuntimeClasspathJSFAppConfigLocater()
Method Detail

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

locateProviders

public void locateProviders()
Locates application configuration resources specified in JAR files on the runtime classpath, and updates the set of IJSFAppConfigProvider instances accordingly.


elementChanged

public void elementChanged(ElementChangedEvent event)
Called when a Java element has changed.

Parameters:
event - ElementChangedEvent instance describing the change.



 
 
  Published under the terms of the Eclipse Public License Version 1.0 ("EPL") Design by Interspire