public class StateContext.StatelessAddRemoveListener extends StateContext.NoopAddRemoveListener
Constructor and Description |
---|
StatelessAddRemoveListener(FacesContext context) |
Modifier and Type | Method and Description |
---|---|
protected void |
handleAdd(FacesContext context,
UIComponent component)
Handle the add.
|
protected void |
handleRemove(FacesContext context,
UIComponent component)
Handle the remove.
|
getDynamicActions, getDynamicComponents
public StatelessAddRemoveListener(FacesContext context)
protected void handleRemove(FacesContext context, 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(FacesContext context, UIComponent component)
handleAdd
in class StateContext.NoopAddRemoveListener
context
- the Faces context.component
- the UI component to add to the list as an ADD.Comments to: faces-dev@eclipse.org.
Copyright © 2019 Eclipse Foundation. All rights reserved.
Use is subject to license terms.