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