Class ProgressbarModel

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

public class ProgressbarModel 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
    ProgressbarModel(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

    • ProgressbarModel

      public ProgressbarModel(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