final class UILiteralTextHandler extends AbstractUIHandler
Modifier and Type | Field and Description |
---|---|
protected java.lang.String |
txtString |
Constructor and Description |
---|
UILiteralTextHandler(java.lang.String txtString) |
Modifier and Type | Method and Description |
---|---|
void |
apply(javax.faces.view.facelets.FaceletContext ctx,
javax.faces.component.UIComponent parent) |
java.lang.String |
getText() |
java.lang.String |
getText(javax.faces.view.facelets.FaceletContext ctx) |
addComponent
public void apply(javax.faces.view.facelets.FaceletContext ctx, javax.faces.component.UIComponent parent) throws java.io.IOException
java.io.IOException
public java.lang.String getText()
public java.lang.String getText(javax.faces.view.facelets.FaceletContext ctx)
Copyright © 2002-2013 Oracle America, Inc. All Rights Reserved.