Class LegacySetHandler
java.lang.Object
jakarta.faces.view.facelets.TagHandler
org.apache.myfaces.view.facelets.tag.jstl.core.LegacySetHandler
- All Implemented Interfaces:
- FaceletHandler
Simplified implementation of c:set
 
 Sets the result of an expression evaluation in a 'scope'
 
 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: SetHandler.java,v 1.2 2008/07/13 19:01:44 rlubke Exp $
- Author:
- Jacob Hookom
- 
Field SummaryFields inherited from class jakarta.faces.view.facelets.TagHandlernextHandler, tag, tagId
- 
Constructor SummaryConstructors
- 
Method SummaryMethods inherited from class jakarta.faces.view.facelets.TagHandlergetAttribute, getRequiredAttribute, toString
- 
Constructor Details- 
LegacySetHandler
 
- 
- 
Method Details- 
applypublic void apply(FaceletContext ctx, UIComponent parent) throws IOException, FacesException, FaceletException, jakarta.el.ELException - Throws:
- IOException
- FacesException
- FaceletException
- jakarta.el.ELException
 
 
-