Class LegacyParamHandler
java.lang.Object
jakarta.faces.view.facelets.TagHandler
org.apache.myfaces.view.facelets.tag.ui.LegacyParamHandler
- All Implemented Interfaces:
FaceletHandler
NOTE: This implementation is provided for compatibility reasons and
it is considered faulty. It is enabled using
org.apache.myfaces.STRICT_JSF_2_FACELETS_COMPATIBILITY web config param.
Don't use it if EL expression caching is enabled.
- Version:
- $Id: ParamHandler.java,v 1.6 2008/07/13 19:01:42 rlubke Exp $
- Author:
- Jacob Hookom
-
Field Summary
Fields inherited from class jakarta.faces.view.facelets.TagHandler
nextHandler, tag, tagId
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
apply
(FaceletContext ctx, UIComponent parent) void
apply
(FaceletContext ctx, UIComponent parent, String nameStr, jakarta.el.ValueExpression valueVE) getName
(FaceletContext ctx) jakarta.el.ValueExpression
getValue
(FaceletContext ctx) Methods inherited from class jakarta.faces.view.facelets.TagHandler
getAttribute, getRequiredAttribute, toString
-
Constructor Details
-
LegacyParamHandler
-
-
Method Details
-
apply
public void apply(FaceletContext ctx, UIComponent parent) throws IOException, FacesException, FaceletException, jakarta.el.ELException - Throws:
IOException
FacesException
FaceletException
jakarta.el.ELException
-
apply
public 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
-
getName
-
getValue
-