Class 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
    • Field Summary

      • Fields inherited from interface freemarker.template.TemplateModel

        NOTHING
    • 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)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ShouldDisplayEntryMethod

        public ShouldDisplayEntryMethod​(javax.servlet.http.HttpServletRequest request)
    • Method Detail

      • exec

        public java.lang.Boolean exec​(java.util.List arguments)
                               throws freemarker.template.TemplateModelException
        Specified by:
        exec in interface freemarker.template.TemplateMethodModel
        Specified by:
        exec in interface freemarker.template.TemplateMethodModelEx
        Throws:
        freemarker.template.TemplateModelException