| Interface | Description |
|---|---|
| RenderGuard |
RenderGuard, an interface to decide whether to render a node
|
| Class | Description |
|---|---|
| AclGuard |
AclGuard
|
| DepthGuard |
DepthGuard, a RenderGuard that watches for depth
|
| DialognavRenderer |
DialognavRenderer - renders a navigation bar
Renders the navigation inside the content, which is implemented
as rows of Twitter Bootstrap tabs (nav-tabs)
The navigation is enclosed in a div styled with class
'spacewalk-content-nav' and the individual rows can be styled by
ul:nth-child selectors.
|
| NavCache |
NavCache, a simple cache that will prevent us from reparsing the
same nav xml file over and over.
|
| NavDigester |
Helper class to parse a sitenav.xml file, returning the tree
|
| NavNode |
Class representing a navigation tree node (aka tab)
|
| NavTree |
Class representing a navigation tree
|
| NavTreeIndex |
NavTreeIndex
|
| Renderable |
Renderable - base class for rendering
|
| RenderEngine |
RenderEngine
|
| RenderGuardComposite |
RenderGuardComposite
|
| SidenavRenderer |
SidenavRenderer renders an unordered list which is decorated
using CSS.
|
| TextRenderer |
TextRenderer renders each node in the Navigation Tree as a
formatted text string.
|
| TitleRenderer |
TitleRenderer renders each active Node in the Navigation Tree
separated by a dash "-".
|
| TopnavRenderer |
TopnavRenderer renders the Navigation Tree as an unordered list.
|