com.opensymphony.webwork.views.jsp.vui
Class LogTag

java.lang.Object
  extended byjavax.servlet.jsp.tagext.TagSupport
      extended byjavax.servlet.jsp.tagext.BodyTagSupport
          extended bycom.opensymphony.webwork.views.jsp.WebWorkBodyTagSupport
              extended bycom.opensymphony.webwork.views.jsp.vui.AbstractVUITag
                  extended bycom.opensymphony.webwork.views.jsp.vui.LogTag
All Implemented Interfaces:
BodyTag, IterationTag, ParamTag.Parametric, Serializable, Tag

public class LogTag
extends AbstractVUITag

Voice UI for log tag

Version:
$Revision: 1.2 $
Author:
Jeff Haynie (jhaynie@vocalocity.net)
See Also:
Serialized Form

Field Summary
protected  String exprAttr
           
protected  String labelAttr
           
protected static org.apache.commons.logging.Log log
           
 
Fields inherited from class com.opensymphony.webwork.views.jsp.vui.AbstractVUITag
params, templateFooterAttr, templateHeaderAttr, theme, themeAttr
 
Fields inherited from class javax.servlet.jsp.tagext.BodyTagSupport
bodyContent
 
Fields inherited from class javax.servlet.jsp.tagext.TagSupport
id, pageContext
 
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
LogTag()
           
 
Method Summary
 String getExpr()
           
 String getFooterTemplate()
           
 String getHeaderTemplate()
           
 String getLabel()
           
protected  void initializeAttributes()
           
 void setExpr(String aName)
           
 void setLabel(String aName)
           
 
Methods inherited from class com.opensymphony.webwork.views.jsp.vui.AbstractVUITag
addParameter, doAfterBody, doEndTag, doStartTag, getBrowserUserAgent, getParameters, getSetParameter, getTemplateDirectory, getTheme, memberOf, setTemplateFooter, setTemplateHeader, setTheme
 
Methods inherited from class com.opensymphony.webwork.views.jsp.WebWorkBodyTagSupport
findString, findValue, findValue, getStack, toString
 
Methods inherited from class javax.servlet.jsp.tagext.BodyTagSupport
doInitBody, getBodyContent, getPreviousOut, release, setBodyContent
 
Methods inherited from class javax.servlet.jsp.tagext.TagSupport
findAncestorWithClass, getId, getParent, getValue, getValues, removeValue, setId, setPageContext, setParent, setValue
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface javax.servlet.jsp.tagext.Tag
getParent, setPageContext, setParent
 

Field Detail

log

protected static org.apache.commons.logging.Log log

exprAttr

protected String exprAttr

labelAttr

protected String labelAttr
Constructor Detail

LogTag

public LogTag()
Method Detail

setExpr

public void setExpr(String aName)

getExpr

public String getExpr()

getFooterTemplate

public String getFooterTemplate()
Specified by:
getFooterTemplate in class AbstractVUITag

getHeaderTemplate

public String getHeaderTemplate()
Specified by:
getHeaderTemplate in class AbstractVUITag

setLabel

public void setLabel(String aName)

getLabel

public String getLabel()

initializeAttributes

protected void initializeAttributes()
Specified by:
initializeAttributes in class AbstractVUITag

WebWork Project Page