|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
IJSFAppConfigLocater is the interface that Objects capable of locating and providing JSF application configuration resources must implement.
Method Summary | |
JSFAppConfigManager |
getJSFAppConfigManager()
Gets the JSFAppConfigManager instance to which this locater
belongs. |
java.util.Set |
getJSFAppConfigProviders()
Gets the set of IJSFAppConfigProvider instances that this
locater has located. |
void |
setJSFAppConfigManager(JSFAppConfigManager manager)
Sets the JSFAppConfigManager instance to which this locater
belongs. |
void |
startLocating()
Starts locating JSF application configuration resources. |
void |
stopLocating()
Stops locating JSF application configuration resources. |
Method Detail |
public void setJSFAppConfigManager(JSFAppConfigManager manager)
JSFAppConfigManager
instance to which this locater
belongs.
manager
- JSFAppConfigManager
instance to be set.public JSFAppConfigManager getJSFAppConfigManager()
JSFAppConfigManager
instance to which this locater
belongs.
JSFAppConfigManager
instance to which this locater
belongs.public void startLocating()
public void stopLocating()
public java.util.Set 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 |