| 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.
|
| org.opencms.jsp.util |
Utility classes to be used for JSP pages.
|
| Modifier and Type | Field and Description |
|---|---|
protected CmsJspTagNavigation.Type |
CmsJspTagNavigation.m_type
The navigation type.
|
| Modifier and Type | Method and Description |
|---|---|
static CmsJspTagNavigation.Type |
CmsJspTagNavigation.Type.parse(java.lang.String name)
Parses a string into an enumeration element.
|
static CmsJspTagNavigation.Type |
CmsJspTagNavigation.Type.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static CmsJspTagNavigation.Type[] |
CmsJspTagNavigation.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Field and Description |
|---|---|
protected CmsJspTagNavigation.Type |
CmsJspNavigationBean.m_type
The selected navigation type.
|
| Constructor and Description |
|---|
CmsJspNavigationBean(CmsObject cms,
CmsJspTagNavigation.Type type,
int startLevel,
int endLevel,
java.lang.String resource,
java.lang.String param)
Base constructor.
|
CmsJspNavigationBean(CmsObject cms,
CmsJspTagNavigation.Type type,
int startLevel,
int endLevel,
java.lang.String resource,
java.lang.String param,
java.util.Locale locale)
Base constructor.
|