java.lang.Object
org.apache.struts2.views.freemarker.tags.TagModel
com.jgeppert.struts2.jquery.views.freemarker.tags.MenuItemModel
All Implemented Interfaces:
freemarker.template.TemplateModel, freemarker.template.TemplateTransformModel

public class MenuItemModel extends org.apache.struts2.views.freemarker.tags.TagModel
Author:
Johannes Geppert
See Also:
  • Field Summary

    Fields inherited from class org.apache.struts2.views.freemarker.tags.TagModel

    req, res, stack

    Fields inherited from interface freemarker.template.TemplateModel

    NOTHING
  • Constructor Summary

    Constructors
    Constructor
    Description
    MenuItemModel(com.opensymphony.xwork2.util.ValueStack stack, javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse res)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected org.apache.struts2.components.Component
     

    Methods inherited from class org.apache.struts2.views.freemarker.tags.TagModel

    complexType, convertParams, getComplexParams, getWriter, unwrapParameters

    Methods inherited from class java.lang.Object

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

    • MenuItemModel

      public MenuItemModel(com.opensymphony.xwork2.util.ValueStack stack, javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse res)
  • Method Details

    • getBean

      protected org.apache.struts2.components.Component getBean()
      Specified by:
      getBean in class org.apache.struts2.views.freemarker.tags.TagModel