Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

com.sun.facelets.tag
Interface TextHandler  view TextHandler download TextHandler.java


public interface TextHandler

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


Method Summary
 java.lang.String getText()
          Return the literal String value of the contained text
 java.lang.String getText(com.sun.facelets.FaceletContext ctx)
          Evaluate the literal String value against EL of the contained text
 

Method Detail

getText

public java.lang.String getText()
Return the literal String value of the contained text


getText

public java.lang.String getText(com.sun.facelets.FaceletContext ctx)
Evaluate the literal String value against EL of the contained text