|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface SiteModuleManager
Handles SiteModule lookups.
| Field Summary | |
|---|---|
static String |
ROLE
The Plexus lookup role. |
| Method Summary | |
|---|---|
SiteModule |
getSiteModule(String id)
Returns the SiteModule that corresponds to the given id. |
Collection<SiteModule> |
getSiteModules()
Returns a collection of SiteModules. |
| Field Detail |
|---|
static final String ROLE
| Method Detail |
|---|
Collection<SiteModule> getSiteModules()
SiteModule getSiteModule(String id)
throws SiteModuleNotFoundException
id - The identifier.
SiteModuleNotFoundException - if no SiteModule could be found
for the given id.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||