org.wicketstuff.rest.contenthandling.mimetypes
Interface IMimeTypeResolver

All Known Implementing Classes:
MethodMappingInfo

public interface IMimeTypeResolver

A generic resolver to retrieve the MIME types to use for a mapped method in input and output.

Author:
andrea del bene

Method Summary
 String getInputFormat()
          Get the MIME type to use in input.
 String getOutputFormat()
          Get the MIME type to use in output.
 

Method Detail

getInputFormat

String getInputFormat()
Get the MIME type to use in input.

Returns:
The MIME type to use in input.

getOutputFormat

String getOutputFormat()
Get the MIME type to use in output.

Returns:
The MIME type to use in output


Copyright © 2013. All Rights Reserved.