org.apache.cocoon.core
Class Core.SitemapImpl

java.lang.Object
  extended byorg.apache.cocoon.core.Core.SitemapImpl
All Implemented Interfaces:
Sitemap
Enclosing class:
Core

public static final class Core.SitemapImpl
extends Object
implements Sitemap


Constructor Summary
Core.SitemapImpl()
           
 
Method Summary
 ComponentLocator getComponentLocator()
          Return the locator of the current sitemap.
 Interpreter getInterpreter(String language)
          Return the Interpreter for the given language.
 Processor getProcessor()
          Return the current processor
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Core.SitemapImpl

public Core.SitemapImpl()
Method Detail

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.