org.thymeleaf.util
Interface ResourcePool.IResourceFactory<T>

Enclosing class:
ResourcePool<T>

public static interface ResourcePool.IResourceFactory<T>

Objects implementing this interface are in charge of creating the resources that conform the pool.

Since:
2.0.6
Author:
Daniel Fernández

Method Summary
 T createResource()
           
 

Method Detail

createResource

T createResource()


Copyright © 2013 The THYMELEAF team. All Rights Reserved.