Package com.liferay.portal.kernel.bean
package com.liferay.portal.kernel.bean
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
-
ClassDescriptionEnables HTML auto escaping of strings returned by annotated methods when a bean is wrapped with
AutoEscapeBeanHandler
.Wraps a bean so that all strings returned from@AutoEscape
annotated methods are automatically HTML escaped.