com.opensymphony.webwork.views.velocity.components
Class OptGroupDirective
java.lang.Object
org.apache.velocity.runtime.directive.Directive
com.opensymphony.webwork.views.velocity.components.AbstractDirective
com.opensymphony.webwork.views.velocity.components.OptGroupDirective
- All Implemented Interfaces:
- Cloneable, org.apache.velocity.runtime.directive.DirectiveConstants
public class OptGroupDirective - extends AbstractDirective
- Version:
- $Date: 2006/07/07 17:10:06 $ $Id: OptGroupDirective.java,v 1.1 2006/07/07 17:10:06 tmjee Exp $
- 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 |
OptGroupDirective
public OptGroupDirective()
getBean
protected Component getBean(OgnlValueStack stack,
HttpServletRequest req,
HttpServletResponse res)
- Specified by:
getBean in class AbstractDirective
getBeanName
public String getBeanName()
- Specified by:
getBeanName in class AbstractDirective
|