This project has retired. For details please refer to its
Attic page.
OutputComponentSelector (Cocoon API 2.1.12-dev [March 20 2012])
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
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.