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