public interface TextHandler
An interface that allows other code to identify FaceletHandlers that may provide text (String) content.
| Modifier and Type | Method and Description | 
|---|---|
| String | getText()Returns the literal String value of the contained text. | 
| String | getText(FaceletContext ctx)Returns the resolved literal String value of the contained text after evaluating EL. | 
String getText()
Returns the literal String value of the contained text.
String getText(FaceletContext ctx)
Returns the resolved literal String value of the contained text after evaluating EL.
ctx - the FaceletContext for this view executionComments to: faces-dev@eclipse.org.
 Copyright © 2019 Eclipse Foundation. All rights reserved.
 Use is subject to license terms.