Liferay 6.1.2-ce-ga3

Package com.liferay.portal.kernel.bean

This package defines the kernel bean interfaces, classes, and annotation types.

See:
          Description

Interface Summary
BeanLocator  
BeanProperties  
ConstantsBeanFactory  
IdentifiableBean  
 

Class Summary
AutoEscapeBeanHandler Wraps a bean so that all strings returned from @AutoEscape annotated methods are automatically HTML escaped.
BeanParamUtil  
BeanPropertiesUtil  
ClassLoaderBeanHandler  
ConstantsBeanFactoryUtil  
ContextClassLoaderBeanHandler Deprecated.  
PortalBeanLocatorUtil  
PortletBeanLocatorUtil  
ReadOnlyBeanHandler  
 

Exception Summary
BeanLocatorException  
 

Annotation Types Summary
AutoEscape Enables HTML auto escaping of strings returned by annotated methods when a bean is wrapped with AutoEscapeBeanHandler.
BeanReference  
 

Package com.liferay.portal.kernel.bean Description

This package defines the kernel bean interfaces, classes, and annotation types.

Some of the most significant classes that you may need to use are:

Interfaces

Annotation Types


Liferay 6.1.2-ce-ga3