|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IJSFAppConfigLocater
IJSFAppConfigLocater is the interface that Objects capable of locating and providing JSF application configuration resources must implement.
Provisional API - subject to change
Method Summary | |
---|---|
void |
dispose()
Disposes of the instance. |
org.eclipse.jst.jsf.core.jsfappconfig.internal.IJSFAppConfigManager |
getJSFAppConfigManager()
Gets the IJSFAppConfigManager instance to which this locater
belongs. |
java.util.Set<IJSFAppConfigProvider> |
getJSFAppConfigProviders()
Gets the set of IJSFAppConfigProvider instances that this
locater has located. |
void |
setJSFAppConfigManager(org.eclipse.jst.jsf.core.jsfappconfig.internal.IJSFAppConfigManager manager)
Sets the IJSFAppConfigManager instance to which this locater
belongs. |
void |
startLocating()
Starts locating JSF application configuration resources. |
void |
stopLocating()
Stops locating JSF application configuration resources. |
Method Detail |
---|
void setJSFAppConfigManager(org.eclipse.jst.jsf.core.jsfappconfig.internal.IJSFAppConfigManager manager)
IJSFAppConfigManager
instance to which this locater
belongs.
manager
- IJSFAppConfigManager
instance to be set.org.eclipse.jst.jsf.core.jsfappconfig.internal.IJSFAppConfigManager getJSFAppConfigManager()
IJSFAppConfigManager
instance to which this locater
belongs.
IJSFAppConfigManager
instance to which this locater
belongs.void startLocating()
void stopLocating()
void dispose()
java.util.Set<IJSFAppConfigProvider> getJSFAppConfigProviders()
IJSFAppConfigProvider
instances that this
locater has located.
IJSFAppConfigProvider
instances.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |