fr.ifremer.wao.ui.services
Interface KmlLoaderStrategy

All Known Implementing Classes:
KmlLoaderStrategyContacts

public interface KmlLoaderStrategy

This Service is used to retrieve StreamResponse for KmlLoader page. Created: 8 juil. 2010

Version:
$Id$
Author:
fdesbois
See Also:
KmlLoader

Method Summary
 org.apache.tapestry5.StreamResponse getStreamResponse(java.lang.Object... context)
          Retrieve the StreamResponse for this Strategy.
 

Method Detail

getStreamResponse

org.apache.tapestry5.StreamResponse getStreamResponse(java.lang.Object... context)
                                                      throws java.io.IOException
Retrieve the StreamResponse for this Strategy.

Parameters:
context - Strategy context
Returns:
the StreamResponse to use in KmlLoader
Throws:
java.io.IOException - for error on StreamResponse creation


Copyright © 2009-2010 Ifremer. All Rights Reserved.