File
Doc
Category
Size
Date
Package
CheckBoxListDirective.java
API Doc
Example
1545
Mon Jul 23 13:26:50 BST 2007
org.apache.struts2.views.velocity.components
CheckBoxListDirective
java.lang.Object
AbstractDirective
public class CheckBoxListDirective extends AbstractDirective
see
CheckboxList
Fields Summary
Constructors Summary
Methods Summary
protected
org.apache.struts2.components.Component
getBean
(
com.opensymphony.xwork2.util.ValueStack
stack,
javax.servlet.http.HttpServletRequest
req,
javax.servlet.http.HttpServletResponse
res)
return new CheckboxList(stack, req, res);
public
java.lang.String
getBeanName
()
return "checkboxlist";
Java Code Source