File
Doc
Category
Size
Date
Package
LabelDirective.java
API Doc
Example
1503
Mon Jul 23 13:26:50 BST 2007
org.apache.struts2.views.velocity.components
LabelDirective
java.lang.Object
AbstractDirective
public class LabelDirective extends AbstractDirective
see
Label
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 Label(stack, req, res);
public
java.lang.String
getBeanName
()
return "label";
Java Code Source