Package org.opennms.web.controller
Class NavBarController.ShouldDisplayEntryMethod
- java.lang.Object
-
- org.opennms.web.controller.NavBarController.ShouldDisplayEntryMethod
-
- All Implemented Interfaces:
freemarker.template.TemplateMethodModel
,freemarker.template.TemplateMethodModelEx
,freemarker.template.TemplateModel
- Enclosing class:
- NavBarController
public static class NavBarController.ShouldDisplayEntryMethod extends java.lang.Object implements freemarker.template.TemplateMethodModelEx
Used to determine whether or not a particular NavBarEntry should be displayed.- Author:
- jwhite
-
-
Constructor Summary
Constructors Constructor Description ShouldDisplayEntryMethod(javax.servlet.http.HttpServletRequest request)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Boolean
exec(java.util.List arguments)
-
-
-
Method Detail
-
exec
public java.lang.Boolean exec(java.util.List arguments) throws freemarker.template.TemplateModelException
- Specified by:
exec
in interfacefreemarker.template.TemplateMethodModel
- Specified by:
exec
in interfacefreemarker.template.TemplateMethodModelEx
- Throws:
freemarker.template.TemplateModelException
-
-