net.sf.javaprinciples.resource
Interface ResourceFormatter<T,S>

Type Parameters:
T - - content type to format
S - - formatted type

public interface ResourceFormatter<T,S>

Author:
wslade

Method Summary
 S formatResource(T content)
           
 

Method Detail

formatResource

S formatResource(T content)
Parameters:
content - Any content that can be converted, never null
Returns:
The formatted content, never null


Copyright © 2013. All Rights Reserved.