| Package | Description |
|---|---|
| org.opencms.jsp |
The implementation of the OpenCms JSP tag library, with some additional utility classes to
help in JSP scriplet code and navigation building.
|
| Modifier and Type | Method and Description |
|---|---|
CmsJspNavBuilder.Visibility |
CmsJspNavBuilder.NavContext.getVisibility()
Gets the visibility setting.
|
static CmsJspNavBuilder.Visibility |
CmsJspNavBuilder.Visibility.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static CmsJspNavBuilder.Visibility[] |
CmsJspNavBuilder.Visibility.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<CmsJspNavElement> |
CmsJspNavBuilder.getNavigationForFolder(java.lang.String folder,
CmsJspNavBuilder.Visibility visibility,
CmsResourceFilter resourceFilter)
Collect all navigation elements from the files in the given folder.
|
java.util.List<CmsJspNavElement> |
CmsJspNavBuilder.getSiteNavigation(java.lang.String folder,
CmsJspNavBuilder.Visibility visibility,
int endLevel)
This method builds a complete navigation tree with entries of all branches
from the specified folder.
|
| Constructor and Description |
|---|
NavContext(CmsJspNavBuilder navBuilder,
CmsJspNavBuilder.Visibility visibility,
CmsResourceFilter filter)
Creates a new instance.
|