DRAFT

javax.faces.view.facelets
Interface TextHandler


public interface TextHandler

An interface that allows other code to identify FaceletHandlers that may provide text (String) content.

Since:
2.0

Method Summary
 java.lang.String getText()
          

Returns the literal String value of the contained text.

 java.lang.String getText(FaceletContext ctx)
          

Returns the resolved literal String value of the contained text after evaluating EL.

 

Method Detail

getText

java.lang.String getText()

Returns the literal String value of the contained text.


getText

java.lang.String getText(FaceletContext ctx)

Returns the resolved literal String value of the contained text after evaluating EL.

Parameters:
ctx - the FaceletContext for this view execution

DRAFT

Submit a bug or feature

Copyright © 2009 Sun Microsystems, Inc. All Rights Reserved. Use is subject to license terms.

Generated on 24-November-2009 03:24