org.apache.cocoon.components.pipeline
Interface OutputComponentSelector

All Superinterfaces:
Component, ComponentSelector
All Known Subinterfaces:
SitemapComponentSelector
All Known Implementing Classes:
ComponentsSelector

public interface OutputComponentSelector
extends ComponentSelector

A ComponentSelector for output components used by a ProcessingPipeline. This selector is able to associate a MIME type to a hint.

Version:
CVS $Id: OutputComponentSelector.java 433543 2006-08-22 06:22:54Z crossley $
Author:
Sylvain Wallez

Method Summary
 String getMimeTypeForHint(Object hint)
          Get the MIME type for a given hint.
 
Methods inherited from interface org.apache.avalon.framework.component.ComponentSelector
hasComponent, release, select
 

Method Detail

getMimeTypeForHint

String getMimeTypeForHint(Object hint)
Get the MIME type for a given hint.

Parameters:
hint - the component hint
Returns:
the MIME type for this hint, or null.


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