com.opensymphony.webwork.views.velocity.components
Class UpDownSelectDirective
java.lang.Object
org.apache.velocity.runtime.directive.Directive
com.opensymphony.webwork.views.velocity.components.AbstractDirective
com.opensymphony.webwork.views.velocity.components.UpDownSelectDirective
- All Implemented Interfaces:
- Cloneable, org.apache.velocity.runtime.directive.DirectiveConstants
public class UpDownSelectDirective
- extends AbstractDirective
- Version:
- $Date: 2006-03-16 00:35:38 +0800 (Thu, 16 Mar 2006) $ $Id: UpDownSelectDirective.java 2416 2006-03-15 16:35:38Z tmjee $
- Author:
- tm_jee
Fields inherited from class org.apache.velocity.runtime.directive.Directive |
rsvc |
Fields inherited from interface org.apache.velocity.runtime.directive.DirectiveConstants |
BLOCK, LINE |
Methods inherited from class org.apache.velocity.runtime.directive.Directive |
getColumn, getLine, init, setLocation |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
UpDownSelectDirective
public UpDownSelectDirective()
getBeanName
public String getBeanName()
- Specified by:
getBeanName
in class AbstractDirective
getBean
protected Component getBean(OgnlValueStack stack,
HttpServletRequest req,
HttpServletResponse res)
- Specified by:
getBean
in class AbstractDirective