org.apache.myfaces.shared_tomahawk.component
Interface EscapeCapable
- All Known Implementing Classes: 
- AbstractHtmlSelectBooleanCheckbox, AbstractHtmlSelectManyCheckbox, AbstractHtmlSelectManyListbox, AbstractHtmlSelectManyMenu, AbstractHtmlSelectManyPicklist, AbstractHtmlSelectOneListbox, AbstractHtmlSelectOneMenu, AbstractHtmlSelectOneRadio, AbstractSelectOneCountry, AbstractSelectOneLanguage, HtmlSelectBooleanCheckbox, HtmlSelectManyCheckbox, HtmlSelectManyListbox, HtmlSelectManyMenu, HtmlSelectManyPicklist, HtmlSelectOneListbox, HtmlSelectOneMenu, HtmlSelectOneRadio, SelectOneCountry, SelectOneLanguage
- 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
boolean isEscape()
- 
 
setEscape
void setEscape(boolean escape)
- 
 
Copyright © 2012 The Apache Software Foundation. All Rights Reserved.