Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle WebCenter Portal
11g Release 1 (11.1.1.7.0)
E15995-06


oracle.webcenter.spaces.sitemap
Interface SitemapManagerFactory


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());
 
See Also:
SitemapManager, FactoryFinder

Method Summary
 SitemapManager getSitemapManager()
          Create (if needed) and return an SitemapManager instance for this web application.

 

Method Detail

getSitemapManager

SitemapManager getSitemapManager()

Create (if needed) and return an SitemapManager instance for this web application.


Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle WebCenter Portal
11g Release 1 (11.1.1.7.0)
E15995-06


Copyright © 2009, 2013, Oracle and/or its affiliates. All rights reserved.