|
||||||||||
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 java.lang.String |
ROLE
The Plexus lookup role. |
Method Summary | |
---|---|
SiteModule |
getSiteModule(java.lang.String id)
Returns the SiteModule that corresponds to the given id. |
java.util.Collection |
getSiteModules()
Returns a collection of SiteModules. |
Field Detail |
---|
static final java.lang.String ROLE
Method Detail |
---|
java.util.Collection getSiteModules()
SiteModule getSiteModule(java.lang.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 |