com.opensymphony.webwork.views.jsp
Class ComponentTagSupport
java.lang.Object
javax.servlet.jsp.tagext.TagSupport
javax.servlet.jsp.tagext.BodyTagSupport
com.opensymphony.webwork.views.jsp.WebWorkBodyTagSupport
com.opensymphony.webwork.views.jsp.ComponentTagSupport
- All Implemented Interfaces:
- Serializable, BodyTag, IterationTag, JspTag, Tag
- Direct Known Subclasses:
- AbstractUITag, ActionTag, AppendIteratorTag, BeanTag, DateTag, ElseIfTag, ElseTag, I18nTag, IfTag, IncludeTag, IteratorTag, MergeIteratorTag, OptGroupTag, ParamTag, PropertyTag, PushTag, SetTag, TextTag, URLTag
public abstract class ComponentTagSupport
- extends WebWorkBodyTagSupport
- Version:
- $Date: 2007-04-02 14:53:04 +0200 (Mo, 02 Apr 2007) $ $Id: ComponentTagSupport.java 2884 2007-04-02 12:53:04Z tm_jee $
- Author:
- tmjee
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
component
protected Component component
ComponentTagSupport
public ComponentTagSupport()
getBean
public abstract Component getBean(com.opensymphony.xwork.util.OgnlValueStack stack,
HttpServletRequest req,
HttpServletResponse res)
doEndTag
public int doEndTag()
throws JspException
- Specified by:
doEndTag in interface Tag- Overrides:
doEndTag in class BodyTagSupport
- Throws:
JspException
doStartTag
public int doStartTag()
throws JspException
- Specified by:
doStartTag in interface Tag- Overrides:
doStartTag in class BodyTagSupport
- Throws:
JspException
populateParams
protected void populateParams()
getComponent
public Component getComponent()
Copyright © 2007 OpenSymphony. All Rights Reserved.