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 $)

Method Summary
 boolean isEscape()
           
 void setEscape(boolean escape)
           
 

Method Detail

isEscape

boolean isEscape()

setEscape

void setEscape(boolean escape)


Copyright © 2011 The Apache Software Foundation. All Rights Reserved.