public class AjaxBehaviorRenderer
extends javax.faces.render.ClientBehaviorRenderer
Constructor and Description |
---|
AjaxBehaviorRenderer() |
Modifier and Type | Method and Description |
---|---|
String |
buildAjaxCommand(javax.faces.component.behavior.ClientBehaviorContext bContext,
AjaxBehavior behavior) |
AjaxFunction |
buildAjaxFunction(javax.faces.component.behavior.ClientBehaviorContext behaviorContext,
AjaxClientBehavior behavior) |
void |
decode(javax.faces.context.FacesContext context,
javax.faces.component.UIComponent component,
javax.faces.component.behavior.ClientBehavior behavior) |
String |
getScript(javax.faces.component.behavior.ClientBehaviorContext behaviorContext,
javax.faces.component.behavior.ClientBehavior behavior) |
public void decode(javax.faces.context.FacesContext context, javax.faces.component.UIComponent component, javax.faces.component.behavior.ClientBehavior behavior)
decode
in class javax.faces.render.ClientBehaviorRenderer
public String getScript(javax.faces.component.behavior.ClientBehaviorContext behaviorContext, javax.faces.component.behavior.ClientBehavior behavior)
getScript
in class javax.faces.render.ClientBehaviorRenderer
public String buildAjaxCommand(javax.faces.component.behavior.ClientBehaviorContext bContext, AjaxBehavior behavior)
public AjaxFunction buildAjaxFunction(javax.faces.component.behavior.ClientBehaviorContext behaviorContext, AjaxClientBehavior behavior)
Copyright © 2015 JBoss by Red Hat. All Rights Reserved.