JavaScript is disabled on your browser.
Skip navigation links
Liferay 7.4.3.132-ga132 portal-kernel
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH:
Package
com.liferay.portal.kernel.spring.util
Interface FactoryBean<T>
public interface
FactoryBean<T>
Author:
Shuyang Zhou
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
T
create
()
T
postProcessing
(
T
t)
Method Details
create
T
create
() throws
Exception
Throws:
Exception
postProcessing
T
postProcessing
(
T
t)