See: Description
Interface | Description |
---|---|
Component |
interface for any component
the component is an elementary part of any view
see the composite pattern [GoF95] for any details
|
Container |
the container is an composite component of a view
see the composite pattern [GoF95] for any details
|
ErrorFormatter |
Defines how to format the exceptions.
|
NavigationTreeNode |
Interface for nodes in the gui navigation.
|
Page |
Interface for pages returned by methods called from
Dispatcher.
|
StreamablePage |
A Page that can write/stream its output with a writer.
|
Class | Description |
---|---|
AbstractComponent |
abstract implementation of the component interface
with some common code for subclasses
|
AbstractContainer |
Abstract implementation of the container interface.
|
ActionPage |
A Page
|
DefaultErrorFormatter |
This class is responsible for showing the error page.
|
GUIConfiguration |
Provide access to GUI-configuration nodes.
|
HTMLPage | |
HTMLTree |
Shows a tree, the tree is build with javascript.
|
JavascriptLoader |
This class is responsible for sending the javascript files to the browser.
|
JSONPage |
Implementation of the
Page , that is used to send a JSON (JavaScript
Object Notation) content back to the browser. |
NavigationNode |
A node in the gui configuration tree.
|
UserAgent | |
VelocityPage |
Page implementation which can handle Velocity-templates
following objects may be used in the context by default and may not be used in VelocityPage.set(String, Object)
$Formatter - a Formatter instance
$user - ThreadContext.getThreadPrincipal()
$request - ThreadContext.getThreadRequest()
$Configuration - Configuration.get()
|
WebUtils |
Miscellanea data retrieval methods used in a Web tier.
|
XHTMLPage |
This class creates HTML-Pages from XHTML-Source.
|
@enterprise 10.0.39049 Copyright © 2024 FREQUENTIS AG. All Rights Reserved.