com.sun.facelets.tag
Interface TextHandler

All Known Implementing Classes:
AbstractUIHandler

public interface TextHandler

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

Author:
Jacob Hookom

Method Summary
 String getText()
          Return the literal String value of the contained text
 String getText(FaceletContext ctx)
          Evaluate the literal String value against EL of the contained text
 

Method Detail

getText

String getText()
Return the literal String value of the contained text

Returns:

getText

String getText(FaceletContext ctx)
Evaluate the literal String value against EL of the contained text

Parameters:
ctx -
Returns:


Copyright © 2005 All Rights Reserved.