|
|||||||||
| Home >> All >> com >> sun >> facelets >> [ tag overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
com.sun.facelets.tag
Interface TextHandler

- 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
|
|||||||||
| Home >> All >> com >> sun >> facelets >> [ tag overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC