org.apache.cocoon.sitemap
Interface SitemapComponentSelector

All Superinterfaces:
Component, ComponentSelector, OutputComponentSelector
All Known Implementing Classes:
ComponentsSelector

public interface SitemapComponentSelector
extends ComponentSelector, OutputComponentSelector

Component manager for Cocoon's sitemap components.

Version:
CVS $Id: SitemapComponentSelector.java 433543 2006-08-22 06:22:54Z crossley $

Method Summary
 String[] getLabels(Object hint)
           
 String getPipelineHint(Object hint)
           
 boolean hasLabel(Object hint, String label)
           
 
Methods inherited from interface org.apache.cocoon.components.pipeline.OutputComponentSelector
getMimeTypeForHint
 
Methods inherited from interface org.apache.avalon.framework.component.ComponentSelector
hasComponent, release, select
 

Method Detail

hasLabel

boolean hasLabel(Object hint,
                 String label)

getLabels

String[] getLabels(Object hint)

getPipelineHint

String getPipelineHint(Object hint)


Copyright ? 1999-2007 The Apache Software Foundation. All Rights Reserved.