org.apache.cocoon.core
Class Core.SitemapImpl
java.lang.Object
org.apache.cocoon.core.Core.SitemapImpl
- All Implemented Interfaces:
- Sitemap
- Enclosing class:
- Core
- public static final class Core.SitemapImpl
- extends Object
- implements Sitemap
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Core.SitemapImpl
public Core.SitemapImpl()
getComponentLocator
public ComponentLocator getComponentLocator()
- Description copied from interface:
Sitemap
- Return the locator of the current sitemap.
- Specified by:
getComponentLocator
in interface Sitemap
- Returns:
- The current locator.
- See Also:
Sitemap.getComponentLocator()
getProcessor
public Processor getProcessor()
- Description copied from interface:
Sitemap
- Return the current processor
- Specified by:
getProcessor
in interface Sitemap
- See Also:
Sitemap.getProcessor()
getInterpreter
public Interpreter getInterpreter(String language)
- Description copied from interface:
Sitemap
- Return the Interpreter for the given language. If no
interpreter is found
null
is returned.
- Specified by:
getInterpreter
in interface Sitemap
- Parameters:
language
- The language or null
for the default interpreter.
- Returns:
- The interpreter or
null
. - See Also:
Sitemap.getInterpreter(java.lang.String)
Copyright ? 1999-2005 The Apache Software Foundation. All Rights Reserved.