Class ActionSourceHandler
java.lang.Object
jakarta.faces.view.facelets.TagHandler
org.apache.myfaces.view.facelets.tag.composite.AttachedObjectTargetHandler<ActionSourceAttachedObjectTarget>
org.apache.myfaces.view.facelets.tag.composite.ActionSourceHandler
- All Implemented Interfaces:
FaceletHandler
@JSFFaceletTag(name="composite:actionSource")
public class ActionSourceHandler
extends AttachedObjectTargetHandler<ActionSourceAttachedObjectTarget>
- Version:
- $Revision$ $Date$
- Author:
- Leonardo Uribe (latest modification by $Author$)
-
Field Summary
Fields inherited from class org.apache.myfaces.view.facelets.tag.composite.AttachedObjectTargetHandler
_name, _targets
Fields inherited from class jakarta.faces.view.facelets.TagHandler
nextHandler, tag, tagId
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected ActionSourceAttachedObjectTarget
Create a new AttachedObjectTarget instance to be added on the target list.Methods inherited from class org.apache.myfaces.view.facelets.tag.composite.AttachedObjectTargetHandler
apply, isCacheable, setCacheable
Methods inherited from class jakarta.faces.view.facelets.TagHandler
getAttribute, getRequiredAttribute, toString
-
Constructor Details
-
ActionSourceHandler
-
-
Method Details
-
createAttachedObjectTarget
Description copied from class:AttachedObjectTargetHandler
Create a new AttachedObjectTarget instance to be added on the target list.- Specified by:
createAttachedObjectTarget
in classAttachedObjectTargetHandler<ActionSourceAttachedObjectTarget>
- Returns:
-