Dispatcher Glossary
Introduction
This is a glossary of terms and their definitions for the Dispatcher (aka views).
A
Term | Definitions | Notes |
---|---|---|
Add content to this Glossary |
1. This glossary is incomplete, please help where you can by adding definitions to
existing items where needed. Also, add new Dispatcher related Items to the glossary as
appropriate. |
|
C
Term | Definitions | Notes |
---|---|---|
Contracts |
1. A contract is a snippet of re-usable code that gets used in a structurer file. |
|
Class |
1. In the context of the dispatcher, a Class is used as an optional attribute to
the forrest:hook. This converts to
<div class="example"></div>.
See Also: Name |
D
Term | Definitions | Notes |
---|---|---|
Dispatcher |
1. The Dispatcher is the codename for the Forrest Implementation of the Core J2EE
Dispatcher View.
java.sun.com has more information on its origins. See Also: Contracts, Skins, Separation Of Concerns, Themes, Views |
H
Term | Definitions | Notes |
---|---|---|
forrest:hooks |
1. forrest:hooks is a concept of defining format independent hooks to structure
the output. See Also: Contracts, Structurer |
N
Term | Definitions | Notes |
---|---|---|
Name |
1. In the context of the dispatcher, a name is used as an optional attribute to
the forrest:hook. This converts to
<div id="example"></div>. See Also: Class |
P
Term | Definitions | Notes |
---|---|---|
Property |
1. forrest:property - Todo:open |
|
Panels |
1. Panels is the new name for a tile - a collection of contracts. See Also: Tiles |
S
Term | Definitions | Notes |
---|---|---|
Structurer |
1. The Structurer allows a user to define the layout and content of a site or parts of a site. See Also: Contracts, Hooks, Property, Themes |
|
Skins |
1. Skins is the name of the older alternative way for structuring and styling your site pages. See Also: Themes, Dispatcher |
T
Term | Definitions | Notes |
---|---|---|
Tiles |
1. A tile is a collection of contracts that are grouped together for easy inclusion into a theme. See Also: Panels |
|
Themes |
1. A more extensible and adaptable solution than its alternative 'Skins'. A 'Theme' is an overall content & style set. |
V
Term | Definitions | Notes |
---|---|---|
Views |
1. Views is the older now deprecated name for what is now the 'Dispatcher' See Also: Dispatcher |