1 16 package org.apache.cocoon.sitemap; 17 18 import org.apache.avalon.framework.component.ComponentSelector; 19 20 import org.apache.cocoon.components.pipeline.OutputComponentSelector; 21 22 27 public interface SitemapComponentSelector extends ComponentSelector, OutputComponentSelector { 28 29 boolean hasLabel(Object hint, String label); 30 31 String [] getLabels(Object hint); 32 String getPipelineHint(Object hint); 33 } 34 | Popular Tags |