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: 1189343 $ $Date: 2011-10-26 19:53:36 +0200 (Wed, 26 Oct 2011) $
- Author:
- Leonardo Uribe (latest modification by $Author: struberg $)
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 © 2014 The Apache Software Foundation. All rights reserved.