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.TemplateMethodModelExUsed 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.Booleanexec(java.util.List arguments)
-
-
-
Method Detail
-
exec
public java.lang.Boolean exec(java.util.List arguments) throws freemarker.template.TemplateModelException- Specified by:
execin interfacefreemarker.template.TemplateMethodModel- Specified by:
execin interfacefreemarker.template.TemplateMethodModelEx- Throws:
freemarker.template.TemplateModelException
-
-