org.apache.empire.struts2.jsp.tags
Class EmpireTagSupport

java.lang.Object
  extended by javax.servlet.jsp.tagext.TagSupport
      extended by javax.servlet.jsp.tagext.BodyTagSupport
          extended by org.apache.struts2.views.jsp.StrutsBodyTagSupport
              extended by org.apache.struts2.views.jsp.ComponentTagSupport
                  extended by org.apache.empire.struts2.jsp.tags.EmpireTagSupport
All Implemented Interfaces:
java.io.Serializable, javax.servlet.jsp.tagext.BodyTag, javax.servlet.jsp.tagext.IterationTag, javax.servlet.jsp.tagext.JspTag, javax.servlet.jsp.tagext.Tag
Direct Known Subclasses:
ActionErrorsTag, ActionMessageTag, CalendarTag, ElseIfTag, ElseTag, EmpireValueTagSupport, FlexDivTag, FormPartTag, FormSubmitTag, IfTag, LinkTag, ListPageBarTag, ListPageInfoTag, MenuTag, SetTag, TableHeadRowTag, TableRowTag, TextTag

public abstract class EmpireTagSupport
extends org.apache.struts2.views.jsp.ComponentTagSupport

See Also:
Serialized Form

Field Summary
 
Fields inherited from interface javax.servlet.jsp.tagext.BodyTag
EVAL_BODY_BUFFERED, EVAL_BODY_TAG
 
Fields inherited from interface javax.servlet.jsp.tagext.IterationTag
EVAL_BODY_AGAIN
 
Fields inherited from interface javax.servlet.jsp.tagext.Tag
EVAL_BODY_INCLUDE, EVAL_PAGE, SKIP_BODY, SKIP_PAGE
 
Constructor Summary
EmpireTagSupport()
           
 
Method Summary
 int doEndTag()
           
 java.lang.String getId()
           
 void release()
           
 void setCssClass(java.lang.String cssClass)
           
 void setCssStyle(java.lang.String cssStyle)
           
 void setId(java.lang.String id)
           
 
Methods inherited from class org.apache.struts2.views.jsp.ComponentTagSupport
doStartTag, getBean, getComponent
 
Methods inherited from class org.apache.struts2.views.jsp.StrutsBodyTagSupport
translateVariables
 
Methods inherited from class javax.servlet.jsp.tagext.BodyTagSupport
doAfterBody, doInitBody, getBodyContent, getPreviousOut, setBodyContent
 
Methods inherited from class javax.servlet.jsp.tagext.TagSupport
findAncestorWithClass, getParent, getValue, getValues, removeValue, setPageContext, setParent, setValue
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface javax.servlet.jsp.tagext.Tag
getParent, setPageContext, setParent
 

Constructor Detail

EmpireTagSupport

public EmpireTagSupport()
Method Detail

setCssClass

public final void setCssClass(java.lang.String cssClass)

setCssStyle

public final void setCssStyle(java.lang.String cssStyle)

setId

public final void setId(java.lang.String id)
Overrides:
setId in class org.apache.struts2.views.jsp.StrutsBodyTagSupport

getId

public java.lang.String getId()
Overrides:
getId in class javax.servlet.jsp.tagext.TagSupport

doEndTag

public int doEndTag()
             throws javax.servlet.jsp.JspException
Specified by:
doEndTag in interface javax.servlet.jsp.tagext.Tag
Overrides:
doEndTag in class org.apache.struts2.views.jsp.ComponentTagSupport
Throws:
javax.servlet.jsp.JspException

release

public void release()
Specified by:
release in interface javax.servlet.jsp.tagext.Tag
Overrides:
release in class javax.servlet.jsp.tagext.BodyTagSupport