org.apache.myfaces.view.facelets.tag.jstl.core
Class SetHandler
java.lang.Object
javax.faces.view.facelets.TagHandler
org.apache.myfaces.view.facelets.tag.jstl.core.SetHandler
- All Implemented Interfaces:
- FaceletHandler
@JSFFaceletTag(name="c:set")
@JSFFaceletAttributes(attributes={@JSFFaceletAttribute(name="target",className="java.lang.String",longDescription="Target object whose property will be set. Must evaluate to a JavaBeans object with setter propertyproperty, or to a java.util.Map object."),@JSFFaceletAttribute(name="property",className="java.lang.String",longDescription="Name of the property to be set in the target object."),@JSFFaceletAttribute(name="scope",className="java.lang.String",longDescription="Scope for var.")})
public class SetHandler
- extends TagHandler
Simplified implementation of c:set
Sets the result of an expression evaluation in a 'scope'
- Version:
- $Id: SetHandler.java,v 1.2 2008/07/13 19:01:44 rlubke Exp $
- Author:
- Jacob Hookom
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
SetHandler
public SetHandler(TagConfig config)
apply
public void apply(FaceletContext ctx,
UIComponent parent)
throws java.io.IOException,
FacesException,
FaceletException,
javax.el.ELException
- Throws:
java.io.IOException
FacesException
FaceletException
javax.el.ELException
Copyright © 2009 The Apache Software Foundation. All Rights Reserved.