org.apache.myfaces.view.facelets.tag.composite
Class ClientBehaviorRedirectBehaviorAttachedObjectHandlerWrapper
java.lang.Object
org.apache.myfaces.view.facelets.tag.composite.ClientBehaviorRedirectBehaviorAttachedObjectHandlerWrapper
- All Implemented Interfaces:
- FacesWrapper<BehaviorHolderAttachedObjectHandler>, AttachedObjectHandler, BehaviorHolderAttachedObjectHandler
public class ClientBehaviorRedirectBehaviorAttachedObjectHandlerWrapper
- extends Object
- implements BehaviorHolderAttachedObjectHandler, FacesWrapper<BehaviorHolderAttachedObjectHandler>
This wrapper is used in FaceletViewDeclarationLanguage.retargetAttachedObjects(FacesContext, UIComponent, List<AttachedObjectHandler>)
to redirect the client behavior attached object when there is a chain of composite components.
- Version:
- $Revision: 808704 $ $Date: 2009-08-27 19:56:06 -0500 (jue, 27 ago 2009) $
- Author:
- Leonardo Uribe (latest modification by $Author: lu4242 $)
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ClientBehaviorRedirectBehaviorAttachedObjectHandlerWrapper
public ClientBehaviorRedirectBehaviorAttachedObjectHandlerWrapper(BehaviorHolderAttachedObjectHandler delegate,
String eventName)
applyAttachedObject
public void applyAttachedObject(FacesContext context,
UIComponent parent)
- Specified by:
applyAttachedObject
in interface AttachedObjectHandler
getEventName
public String getEventName()
- Specified by:
getEventName
in interface BehaviorHolderAttachedObjectHandler
getWrappedEventName
public String getWrappedEventName()
getFor
public String getFor()
- Specified by:
getFor
in interface AttachedObjectHandler
getWrapped
public BehaviorHolderAttachedObjectHandler getWrapped()
- Specified by:
getWrapped
in interface FacesWrapper<BehaviorHolderAttachedObjectHandler>
Copyright © 2011 The Apache Software Foundation. All Rights Reserved.