org.apache.myfaces.shared_tomahawk.component
Interface EscapeCapable
- All Known Implementing Classes:
- HtmlSelectBooleanCheckbox, HtmlSelectManyCheckbox, HtmlSelectManyListbox, HtmlSelectManyMenu, HtmlSelectOneListbox, HtmlSelectOneMenu
- public interface EscapeCapable
EscapeCapable interface for extended components
By default, escape is true, and the components have the default behaviour.
When escape is false, the renderer should not escape output.
- Author:
- Grant Smith (latest modification by $Author: grantsmith $)
isEscape
public boolean isEscape()
setEscape
public void setEscape(boolean escape)
Copyright © 2007 Apache Software Foundation. All Rights Reserved.