| Package | Description |
|---|---|
| org.appng.api |
Base package for the appNG API
|
| org.appng.api.support |
Implementations of commonly used features like internationalization, permission- and parameter-processing etc.
|
| org.appng.core.model |
The non-persistent domain model types.
|
| org.appng.testsupport |
Test-related types
|
| org.appng.testsupport.validation |
Types for validation of test data using XMLUnit
|
| org.appng.xml.platform |
| Modifier and Type | Method and Description |
|---|---|
Action |
ApplicationConfigProvider.getAction(String eventId,
String actionId)
|
| Modifier and Type | Method and Description |
|---|---|
Map<String,Action> |
ApplicationConfigProvider.getActions(String eventId)
|
| Constructor and Description |
|---|
PermissionOwner(Action action)
Creates a new PermissionOwner from an
Action. |
| Modifier and Type | Method and Description |
|---|---|
Action |
CallableAction.getAction() |
Action |
ApplicationConfigProviderImpl.getAction(String eventId,
String actionId) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,Action> |
ApplicationConfigProviderImpl.getActions(String eventId) |
| Modifier and Type | Method and Description |
|---|---|
Action |
ThymeleafProcessor.AppNG.action(String eventId,
String id) |
Action |
ApplicationProvider.processAction(javax.servlet.http.HttpServletResponse servletResponse,
boolean applyPermissionsOnRef,
ApplicationRequest applicationRequest,
String actionId,
String eventId,
MarshallService marshallService) |
| Modifier and Type | Method and Description |
|---|---|
Datafield |
ThymeleafProcessor.AppNG.data(Action action,
String name) |
FieldDef |
ThymeleafProcessor.AppNG.field(Action action,
String name) |
String |
ThymeleafProcessor.AppNG.param(Action action,
String name) |
| Modifier and Type | Method and Description |
|---|---|
Action |
TestBase.ActionCall.initialize()
Returns the
Action in it's initial state, meaning the action is initialized with the original data
coming from DataProvider, but not performed. |
| Modifier and Type | Method and Description |
|---|---|
Action |
WritingJsonValidator.JsonWrapper.getAction() |
| Modifier and Type | Method and Description |
|---|---|
static void |
WritingJsonValidator.validate(Action action,
String controlFile)
Validates that the JSON created from the
action is equal to the document parsed from the
controlFile. |
| Modifier and Type | Field and Description |
|---|---|
protected Action |
Sectionelement.action |
| Modifier and Type | Field and Description |
|---|---|
protected List<Action> |
Event.actions |
| Modifier and Type | Method and Description |
|---|---|
Action |
ObjectFactory.createAction()
Create an instance of
Action |
Action |
Sectionelement.getAction()
Gets the value of the action property.
|
| Modifier and Type | Method and Description |
|---|---|
List<Action> |
Event.getActions()
Gets the value of the actions property.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Sectionelement.setAction(Action value)
Sets the value of the action property.
|
Copyright © 2011–2021 aiticon GmbH. All rights reserved.