public interface ActionsContainer
ActionsContainer
is an entity that holds a list of Action
elements.Modifier and Type | Field and Description |
---|---|
static String |
ELEM_FOREACH
The
|
static String |
ELEM_IF
The
|
Modifier and Type | Method and Description |
---|---|
void |
addAction(Action action)
Add an Action to the list of executable actions contained in
this <container>.
|
List<Action> |
getActions()
Get the executable actions contained in this <container>.
|
String |
getContainerElementName()
Get the Document element type for this <container>.
|
static final String ELEM_IF
static final String ELEM_FOREACH
String getContainerElementName()
List<Action> getActions()
Copyright © 2005–2015 The Apache Software Foundation. All rights reserved.