org.apache.myfaces.view.facelets.tag.composite
Class AttachedObjectTargetImpl
java.lang.Object
org.apache.myfaces.view.facelets.tag.composite.AttachedObjectTargetImpl
- All Implemented Interfaces:
- Serializable, AttachedObjectTarget
- Direct Known Subclasses:
- ActionSource2AttachedObjectTargetImpl, EditableValueHolderAttachedObjectTargetImpl, ValueHolderAttachedObjectTargetImpl
public class AttachedObjectTargetImpl
- extends Object
- implements AttachedObjectTarget, Serializable
- Version:
- $Revision: 1158046 $ $Date: 2011-08-15 17:33:50 -0500 (Mon, 15 Aug 2011) $
- Author:
- Leonardo Uribe (latest modification by $Author: lu4242 $)
- See Also:
- Serialized Form
Field Summary |
protected javax.el.ValueExpression |
_name
|
protected javax.el.ValueExpression |
_targets
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
_name
protected javax.el.ValueExpression _name
_targets
protected javax.el.ValueExpression _targets
AttachedObjectTargetImpl
public AttachedObjectTargetImpl()
getName
public String getName()
- Specified by:
getName
in interface AttachedObjectTarget
getTargets
public List<UIComponent> getTargets(UIComponent topLevelComponent)
- Specified by:
getTargets
in interface AttachedObjectTarget
getTargets
public String[] getTargets(FacesContext context)
setName
public void setName(javax.el.ValueExpression ve)
setTargets
public void setTargets(javax.el.ValueExpression ve)
Copyright © 2011 The Apache Software Foundation. All Rights Reserved.