Uses of Enum Class
org.opencms.jsp.CmsJspTagNavigation.Type
Packages that use CmsJspTagNavigation.Type
Package
Description
The implementation of the OpenCms JSP tag library, with some additional utility classes to
help in JSP scriplet code and navigation building.
Utility classes to be used for JSP pages.
-
Uses of CmsJspTagNavigation.Type in org.opencms.jsp
Fields in org.opencms.jsp declared as CmsJspTagNavigation.TypeModifier and TypeFieldDescriptionprotected CmsJspTagNavigation.TypeCmsJspTagNavigation.m_typeThe navigation type.Methods in org.opencms.jsp that return CmsJspTagNavigation.TypeModifier and TypeMethodDescriptionstatic CmsJspTagNavigation.TypeParses a string into an enumeration element.static CmsJspTagNavigation.TypeReturns the enum constant of this class with the specified name.static CmsJspTagNavigation.Type[]CmsJspTagNavigation.Type.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of CmsJspTagNavigation.Type in org.opencms.jsp.util
Fields in org.opencms.jsp.util declared as CmsJspTagNavigation.TypeModifier and TypeFieldDescriptionprotected CmsJspTagNavigation.TypeCmsJspNavigationBean.m_typeThe selected navigation type.Constructors in org.opencms.jsp.util with parameters of type CmsJspTagNavigation.TypeModifierConstructorDescriptionCmsJspNavigationBean(CmsObject cms, CmsJspTagNavigation.Type type, int startLevel, int endLevel, String resource, String param) Base constructor.CmsJspNavigationBean(CmsObject cms, CmsJspTagNavigation.Type type, int startLevel, int endLevel, String resource, String param, Locale locale) Base constructor.