| Interface | Description |
|---|---|
| Constants |
Main constants.
|
| CustomizedListener |
Use this interface if you write your own event processing which is fired by
Java Script tool eg. jQuery UI, Prototype etc.
|
| HeadElement |
Abstract model of all HTML head elements
|
| SessionSerializer |
Session serializer pattern.
|
| Class | Description |
|---|---|
| ClassFinder |
Utility class
|
| Element |
Main class of all dynamic object which renders HTML view's, JavaScript and
events receivers.
|
| Event |
Object represents browser event at server.
|
| EventOptionsTest | |
| EventsAnnotationTest | |
| EventsListener | |
| EventsListenerChild | |
| EventsListenerTest | |
| FireWebApplication |
Element represent FireWeb application.
|
| FireWebAsyncRequestProcessor |
Request processor thread.
|
| FireWebServlet |
Main application servlet.
|
| FireWebSocketEndpoint |
WebSocket endpoint for FireWeb engine.
|
| FireWebSocketEndpointConfigurator |
Handshake negotiator between HTTP request and WebSocket open.
|
| Link |
Class represents <link> HTML tag This element defines the relationship
between two linked documents.
|
| Meta |
Class represents <meta> HTML tag.
|
| Script |
Class represents <script> HTML tag
|
| SerializedApp | |
| SerializerTests | |
| SingleNodeSessionSerializer |
In memory session serializer based on
Map implementation. |
| Style |
Class represents <style> HTML tag
|
| TempFileSessionSerializer |
Temporary file session serializer.
|
| Utils |
Utility methods for internal use
|
| Enum | Description |
|---|---|
| Meta.Type | |
| Script.Type |
Indicates the MIME type of the script
|
| Style.Media |
The destination medium for the style information
|
| Exception | Description |
|---|---|
| FireWebException |
Framework exception provider
|
| Annotation Type | Description |
|---|---|
| OnTest | |
| OnTestOther | |
| OnTestOverride | |
| OnTestWithConflict | |
| OnTestWithOptions |