org.araneaframework.jsp |
Contains Aranea JSP tags and supporting classes.
|
Java Source File Name | Type | Comment |
AraneaAttributes.java | Class | Non-standard-HTML attributes added to specific HTML tags to define
Aranea event and content model information. |
UiEvent.java | Class | Basic event that can be sent to widgets. |
UiUpdateEvent.java | Class | More advanced event that can be sent to widgets, includes event precondition
(script that will be executed and only if returns true is event actually sent)
and updateregions that should be updated each time when event is processed. |