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.html 1304258 2012-03-23 10:09:27Z ilgrosso $

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-2010 The Apache Software Foundation. All Rights Reserved.