public interface SitemapManagerFactory
SitemapManagerFactory is a factory object that creates
(if needed) and returns SitemapManager
instances. Implementations of
SitemapManagerFactory must provide at least a default implementation of
SitemapManager
.
SitemapManagerFactory factory = (SitemapManagerFactory) FactoryFinder.getFactory(SitemapManagerFactory.class.getCanonicalName());
SitemapManager
,
FactoryFinder
Modifier and Type | Method and Description |
---|---|
SitemapManager |
getSitemapManager()
Create (if needed) and return an
SitemapManager instance
for this web application. |
SitemapManager getSitemapManager()
Create (if needed) and return an SitemapManager
instance
for this web application.