com.opensymphony.webwork.views.freemarker.tags
Class UpDownSelectModel

java.lang.Object
  extended by com.opensymphony.webwork.views.freemarker.tags.TagModel
      extended by com.opensymphony.webwork.views.freemarker.tags.UpDownSelectModel
All Implemented Interfaces:
freemarker.template.TemplateModel, freemarker.template.TemplateTransformModel

public class UpDownSelectModel
extends TagModel

Version:
$Date: 2006-02-01 17:30:16 +0100 (Wed, 01 Feb 2006) $ $Id: UpDownSelectModel.java 2055 2006-02-01 16:30:16Z tmjee $
Author:
tm_jee

Field Summary
 
Fields inherited from class com.opensymphony.webwork.views.freemarker.tags.TagModel
req, res, stack
 
Fields inherited from interface freemarker.template.TemplateModel
NOTHING
 
Constructor Summary
UpDownSelectModel(com.opensymphony.xwork.util.OgnlValueStack stack, HttpServletRequest req, HttpServletResponse res)
           
 
Method Summary
protected  Component getBean()
          An abstract method subclass should implement, exposing the WebWork's underlying {Component} this tag is supposed to delegate to.
 
Methods inherited from class com.opensymphony.webwork.views.freemarker.tags.TagModel
getWriter, unwrapParameters
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UpDownSelectModel

public UpDownSelectModel(com.opensymphony.xwork.util.OgnlValueStack stack,
                         HttpServletRequest req,
                         HttpServletResponse res)
Method Detail

getBean

protected Component getBean()
Description copied from class: TagModel
An abstract method subclass should implement, exposing the WebWork's underlying {Component} this tag is supposed to delegate to.

Specified by:
getBean in class TagModel
Returns:
Component


Copyright © 2007 OpenSymphony. All Rights Reserved.