javax.faces.component.behavior
Class ClientBehaviorBase
java.lang.Object
javax.faces.component.behavior.BehaviorBase
javax.faces.component.behavior.ClientBehaviorBase
- All Implemented Interfaces:
- Behavior, ClientBehavior, PartialStateHolder, StateHolder
- Direct Known Subclasses:
- AjaxBehavior
public class ClientBehaviorBase
- extends BehaviorBase
- implements ClientBehavior
- Since:
- 2.0
- Version:
- $Revision: 1187700 $ $Date: 2011-10-22 14:19:37 +0200 (Sat, 22 Oct 2011) $
- Author:
- Simon Lessard (latest modification by $Author: bommel $)
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ClientBehaviorBase
public ClientBehaviorBase()
decode
public void decode(FacesContext context,
UIComponent component)
-
- Specified by:
decode
in interface ClientBehavior
getHints
public Set<ClientBehaviorHint> getHints()
-
- Specified by:
getHints
in interface ClientBehavior
getRendererType
public String getRendererType()
-
getScript
public String getScript(ClientBehaviorContext behaviorContext)
-
- Specified by:
getScript
in interface ClientBehavior
getRenderer
protected ClientBehaviorRenderer getRenderer(FacesContext context)
Copyright © 2013 The Apache Software Foundation. All Rights Reserved.