Class AutoEscapeBeanHandler

Object
com.liferay.portal.kernel.bean.AutoEscapeBeanHandler
All Implemented Interfaces:
Serializable, InvocationHandler

public class AutoEscapeBeanHandler extends Object implements InvocationHandler, Serializable
Wraps a bean so that all strings returned from @AutoEscape annotated methods are automatically HTML escaped.
Author:
Shuyang Zhou
See Also: