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.html 1304258 2012-03-23 10:09:27Z ilgrosso $
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-2010 The Apache Software Foundation. All Rights Reserved.