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.avalon.framework.component.ComponentSelector
hasComponent, release, select
 
Methods inherited from interface org.apache.cocoon.components.pipeline.OutputComponentSelector
getMimeTypeForHint
 

Method Detail

hasLabel

public boolean hasLabel(Object hint,
                        String label)

getLabels

public String[] getLabels(Object hint)

getPipelineHint

public String getPipelineHint(Object hint)


Copyright © 1999-2006 The Apache Software Foundation. All Rights Reserved.