Liferay 6.1.10-ee-ga1

Package com.liferay.portal.kernel.bean

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

See:
          Description

Interface Summary
BeanLocator  
BeanProperties  
IdentifiableBean  
Renderer  
 

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

Exception Summary
BeanLocatorException  
RendererException  
 

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.10-ee-ga1