org.apache.myfaces.view.facelets.tag.composite
Class AttachedObjectTargetImpl

java.lang.Object
  extended by org.apache.myfaces.view.facelets.tag.composite.AttachedObjectTargetImpl
All Implemented Interfaces:
java.io.Serializable, javax.faces.view.AttachedObjectTarget
Direct Known Subclasses:
ActionSource2AttachedObjectTargetImpl, EditableValueHolderAttachedObjectTargetImpl, ValueHolderAttachedObjectTargetImpl

public class AttachedObjectTargetImpl
extends java.lang.Object
implements javax.faces.view.AttachedObjectTarget, java.io.Serializable

Version:
$Revision: 881558 $ $Date: 2009-11-17 16:55:58 -0500 (Tue, 17 Nov 2009) $
Author:
Leonardo Uribe (latest modification by $Author: lu4242 $)
See Also:
Serialized Form

Field Summary
protected  javax.el.ValueExpression _name
           
protected  javax.el.ValueExpression _targets
           
 
Fields inherited from interface javax.faces.view.AttachedObjectTarget
ATTACHED_OBJECT_TARGETS_KEY
 
Constructor Summary
AttachedObjectTargetImpl()
           
 
Method Summary
 java.lang.String getName()
           
 java.lang.String[] getTargets(javax.faces.context.FacesContext context)
           
 java.util.List<javax.faces.component.UIComponent> getTargets(javax.faces.component.UIComponent topLevelComponent)
           
 void setName(javax.el.ValueExpression ve)
           
 void setTargets(javax.el.ValueExpression ve)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_name

protected javax.el.ValueExpression _name

_targets

protected javax.el.ValueExpression _targets
Constructor Detail

AttachedObjectTargetImpl

public AttachedObjectTargetImpl()
Method Detail

getName

public java.lang.String getName()
Specified by:
getName in interface javax.faces.view.AttachedObjectTarget

getTargets

public java.util.List<javax.faces.component.UIComponent> getTargets(javax.faces.component.UIComponent topLevelComponent)
Specified by:
getTargets in interface javax.faces.view.AttachedObjectTarget

getTargets

public java.lang.String[] getTargets(javax.faces.context.FacesContext context)

setName

public void setName(javax.el.ValueExpression ve)

setTargets

public void setTargets(javax.el.ValueExpression ve)


Copyright © 2010 The Apache Software Foundation. All Rights Reserved.