Class ParamHandler
java.lang.Object
jakarta.faces.view.facelets.TagHandler
org.apache.myfaces.view.facelets.tag.ui.ParamHandler
- All Implemented Interfaces:
- FaceletHandler
- Version:
- $Id$
- Author:
- Jacob Hookom
- 
Field SummaryFields inherited from class jakarta.faces.view.facelets.TagHandlernextHandler, tag, tagId
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoidapply(FaceletContext ctx, UIComponent parent) voidapply(FaceletContext ctx, UIComponent parent, String nameStr, jakarta.el.ValueExpression valueVE) voidapply(FaceletContext ctx, UIComponent parent, String nameStr, jakarta.el.ValueExpression valueVE, String uniqueId) getName(FaceletContext ctx) jakarta.el.ValueExpressiongetValue(FaceletContext ctx) Methods inherited from class jakarta.faces.view.facelets.TagHandlergetAttribute, getRequiredAttribute, toString
- 
Constructor Details- 
ParamHandler- Parameters:
- config-
 
 
- 
- 
Method Details- 
applypublic void apply(FaceletContext ctx, UIComponent parent) throws IOException, FacesException, FaceletException, jakarta.el.ELException - Throws:
- IOException
- FacesException
- FaceletException
- jakarta.el.ELException
 
- 
applypublic void apply(FaceletContext ctx, UIComponent parent, String nameStr, jakarta.el.ValueExpression valueVE) throws IOException, FacesException, FaceletException, jakarta.el.ELException - Throws:
- IOException
- FacesException
- FaceletException
- jakarta.el.ELException
 
- 
applypublic void apply(FaceletContext ctx, UIComponent parent, String nameStr, jakarta.el.ValueExpression valueVE, String uniqueId) throws IOException, FacesException, FaceletException, jakarta.el.ELException - Throws:
- IOException
- FacesException
- FaceletException
- jakarta.el.ELException
 
- 
getName
- 
getValue
 
-