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
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 © 2014 The Apache Software Foundation. All rights reserved.