Liferay 6.2-ce-ga5

com.liferay.portal.kernel.spring.util
Interface FactoryBean<T>


public interface FactoryBean<T>


Method Summary
 T create()
           
 T postProcessing(T t)
           
 

Method Detail

create

T create()
         throws Exception
Throws:
Exception

postProcessing

T postProcessing(T t)

Liferay 6.2-ce-ga5