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: 1524496 $ $Date: 2013-09-18 12:16:36 -0500 (Wed, 18 Sep 2013) $
- Author:
- Simon Lessard (latest modification by $Author: lu4242 $)
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.