net.sf.javaprinciples.resource
Interface ResourceCreator


public interface ResourceCreator

A simple creator that allows the implementation of the Resource to be controlled via Spring. There is no implementation of this interface as Spring can peform this automatically.

Author:
wslade

Method Summary
 Resource createResource(String content)
           
 

Method Detail

createResource

Resource createResource(String content)
Parameters:
content - xxxx
Returns:
xxxx


Copyright © 2013. All Rights Reserved.