webwork.view.taglib.vui
Class LogTag
java.lang.Object
javax.servlet.jsp.tagext.TagSupport
javax.servlet.jsp.tagext.BodyTagSupport
webwork.view.taglib.WebWorkBodyTagSupport
webwork.view.taglib.vui.AbstractVUITag
webwork.view.taglib.vui.LogTag
- All Implemented Interfaces:
- javax.servlet.jsp.tagext.BodyTag, javax.servlet.jsp.tagext.IterationTag, ParamTag.Parametric, java.io.Serializable, javax.servlet.jsp.tagext.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 java.lang.String |
exprAttr
|
protected java.lang.String |
labelAttr
|
protected static org.apache.commons.logging.Log |
log
|
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 |
Methods inherited from class webwork.view.taglib.vui.AbstractVUITag |
addParameter, constructURL, doAfterBody, doEndTag, doStartTag, getBrowserUserAgent, getParameters, getSetParameter, getTemplateDirectory, getTheme, memberOf, setTemplateFooter, setTemplateHeader, setTheme |
Methods inherited from class javax.servlet.jsp.tagext.BodyTagSupport |
doInitBody, getBodyContent, getPreviousOut, setBodyContent |
Methods inherited from class javax.servlet.jsp.tagext.TagSupport |
findAncestorWithClass, getId, getParent, getValue, getValues, removeValue, setId, 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 |
log
protected static org.apache.commons.logging.Log log
labelAttr
protected java.lang.String labelAttr
exprAttr
protected java.lang.String exprAttr
LogTag
public LogTag()
getHeaderTemplate
public java.lang.String getHeaderTemplate()
- Specified by:
getHeaderTemplate
in class AbstractVUITag
getFooterTemplate
public java.lang.String getFooterTemplate()
- Specified by:
getFooterTemplate
in class AbstractVUITag
setLabel
public void setLabel(java.lang.String aName)
getLabel
public java.lang.String getLabel()
setExpr
public void setExpr(java.lang.String aName)
getExpr
public java.lang.String getExpr()
initializeAttributes
protected void initializeAttributes()
- Specified by:
initializeAttributes
in class AbstractVUITag
Copyright © 2001-2003 WebWork All Rights Reserved.