| Interface | Description |
|---|---|
| Node.VisitCallback<T> |
Interface for a callback method of the visit
|
| Tag.VisitCallback |
Interface for a callback method of the visit
|
| TaskExecutor |
Manages runnable tasks to be executed before the node hierarchy changes are sent to the web view
|
| Class | Description |
|---|---|
| MessageUtils |
Class used to report warnings or errors to the user while processing an AMX component hierarchy without throwing
exceptions so that the page still may render.
|
| Node |
Class representing a UI component, a tag instance or a converter.
|
| NodeFactory |
Framework implemented factory (must not be overridden by applications) to create AMX nodes
|
| NodeVisitContext<T> |
Visit context that defines how to visit the node hierarchy
|
| Tag |
Java representation of an AMX XML tag
|
| UtilityFactory |
Class that provides access to the different AMX utility classes
|
| Enum | Description |
|---|---|
| MessageUtils.Severity | |
| VisitResult |
Possible return values from a visit callback method for visiting nodes and tags
|