@Component(role=SiteModuleManager.class) public class DefaultSiteModuleManager extends Object implements SiteModuleManager
ROLE| Constructor and Description |
|---|
DefaultSiteModuleManager()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
SiteModule |
getSiteModule(String id)
Deprecated.
Returns the SiteModule that corresponds to the given id.
|
Collection<SiteModule> |
getSiteModules()
Deprecated.
Returns a collection of SiteModules.
|
public Collection<SiteModule> getSiteModules()
getSiteModules in interface SiteModuleManagerpublic SiteModule getSiteModule(String id) throws SiteModuleNotFoundException
getSiteModule in interface SiteModuleManagerid - The identifier.SiteModuleNotFoundException - if no SiteModule could be found
for the given id.Copyright © 2005–2014 The Apache Software Foundation. All rights reserved.