public class StateContext.StatelessAddRemoveListener extends StateContext.NoopAddRemoveListener
| Constructor and Description |
|---|
StatelessAddRemoveListener(jakarta.faces.context.FacesContext context) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
handleAdd(jakarta.faces.context.FacesContext context,
jakarta.faces.component.UIComponent component)
Handle the add.
|
protected void |
handleRemove(jakarta.faces.context.FacesContext context,
jakarta.faces.component.UIComponent component)
Handle the remove.
|
getDynamicActions, getDynamicComponentspublic StatelessAddRemoveListener(jakarta.faces.context.FacesContext context)
protected void handleRemove(jakarta.faces.context.FacesContext context,
jakarta.faces.component.UIComponent component)
handleRemove in class StateContext.NoopAddRemoveListenercontext - the Faces context.component - the UI component to add to the list as a REMOVE.protected void handleAdd(jakarta.faces.context.FacesContext context,
jakarta.faces.component.UIComponent component)
handleAdd in class StateContext.NoopAddRemoveListenercontext - the Faces context.component - the UI component to add to the list as an ADD.Copyright © 2010–2022 JBoss by Red Hat. All rights reserved.