org.apache.struts2.views.freemarker.tags
Class CheckboxModel

java.lang.Object
  extended by org.apache.struts2.views.freemarker.tags.TagModel
      extended by org.apache.struts2.views.freemarker.tags.CheckboxModel
All Implemented Interfaces:
freemarker.template.TemplateModel, freemarker.template.TemplateTransformModel

public class CheckboxModel
extends TagModel

See Also:
Checkbox

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
CheckboxModel(ValueStack stack, javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse res)
           
 
Method Summary
protected  Component getBean()
           
 
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 Detail

CheckboxModel

public CheckboxModel(ValueStack stack,
                     javax.servlet.http.HttpServletRequest req,
                     javax.servlet.http.HttpServletResponse res)
Method Detail

getBean

protected Component getBean()
Specified by:
getBean in class TagModel


Copyright © 2000-2012 Apache Software Foundation. All Rights Reserved.