org.apache.cocoon.components.pipeline
Interface OutputComponentSelector

All Superinterfaces:
org.apache.avalon.framework.component.Component, org.apache.avalon.framework.component.ComponentSelector
All Known Implementing Classes:
SitemapComponentSelector

public interface OutputComponentSelector
extends org.apache.avalon.framework.component.ComponentSelector

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

Version:
CVS $Revision: 1.1 $ $Date: 2002/01/15 11:10:51 $
Author:
Sylvain Wallez

Method Summary
 java.lang.String getMimeTypeForHint(java.lang.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

public java.lang.String getMimeTypeForHint(java.lang.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-2002 Apache Software Foundation. All Rights Reserved.