|
Oracle Fusion Middleware Java API Reference for Oracle WebCenter Portal 11g Release 1 (11.1.1.6.0) E15995-04 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
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.
. This instance can be acquired, in a portable manner, by calling:
SitemapManagerFactory factory = (SitemapManagerFactory)
FactoryFinder.getFactory(SitemapManagerFactory.class.getCanonicalName());
SitemapManager, FactoryFinder| Method Summary | |
|---|---|
SitemapManager |
getSitemapManager()Create (if needed) and return an SitemapManager instance for this web application. |
| Method Detail |
|---|
SitemapManager getSitemapManager()
Create (if needed) and return an SitemapManager instance for this web application.
|
Oracle Fusion Middleware Java API Reference for Oracle WebCenter Portal 11g Release 1 (11.1.1.6.0) E15995-04 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||