org.deegree.services.wms.controller.plugins
Interface OutputFormatProvider

All Known Implementing Classes:
DefaultOutputFormatProvider

public interface OutputFormatProvider

Version:
$Revision: 31321 $, $Date: 2011-07-19 14:08:17 +0200 (Tue, 19 Jul 2011) $
Author:
Andreas Schmitz, last edited by: $Author: aschmitz $

Method Summary
 RenderContext getRenderers(RenderingInfo info)
           
 Collection<String> getSupportedOutputFormats()
           
 

Method Detail

getSupportedOutputFormats

Collection<String> getSupportedOutputFormats()
Returns:
a collection of supported output format mime types

getRenderers

RenderContext getRenderers(RenderingInfo info)
Parameters:
info -
Returns:
the render context that produces the output formats


Copyright © 2011. All Rights Reserved.