Package org.opencms.jsp
Class CmsJspNavBuilder.NavContext
java.lang.Object
org.opencms.jsp.CmsJspNavBuilder.NavContext
- Enclosing class:
 CmsJspNavBuilder
Navigation builder context.
 Stored in nav elements so they can ask the navigation builder for sub-navigation entries, with appropriate resource filter etc.
- 
Constructor Summary
ConstructorsConstructorDescriptionNavContext(CmsJspNavBuilder navBuilder, CmsJspNavBuilder.Visibility visibility, CmsResourceFilter filter) Creates a new instance. - 
Method Summary
Modifier and TypeMethodDescriptionGets the resource filter.Gets the navigation builder.Gets the visibility setting. 
- 
Constructor Details
 - 
Method Details
- 
getFilter
Gets the resource filter.- Returns:
 - the resource filter
 
 - 
getVisibility
Gets the visibility setting.- Returns:
 - the visibility setting
 
 
 -