Expresso 5-6

com.jcorporate.expresso.ext.struts.taglib.bean
Class ExWriteTag

java.lang.Object
  extended byjavax.servlet.jsp.tagext.TagSupport
      extended byorg.apache.struts.taglib.bean.WriteTag
          extended bycom.jcorporate.expresso.ext.struts.taglib.bean.ExWriteTag
All Implemented Interfaces:
IterationTag, Serializable, Tag

public class ExWriteTag
extends org.apache.struts.taglib.bean.WriteTag

Tag that retrieves the specified property of the specified bean, converts it to a String representation (if necessary), and writes it to the current output stream, optionally filtering characters that are sensitive in HTML.

Author:
Craig R. McClanahan
See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.apache.struts.taglib.bean.WriteTag
bundle, DATE_FORMAT_KEY, filter, FLOAT_FORMAT_KEY, formatKey, formatStr, ignore, INT_FORMAT_KEY, localeKey, messages, name, property, scope, SQL_DATE_FORMAT_KEY, SQL_TIME_FORMAT_KEY, SQL_TIMESTAMP_FORMAT_KEY
 
Fields inherited from class javax.servlet.jsp.tagext.TagSupport
id, pageContext
 
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
ExWriteTag()
           
 
Method Summary
 int doStartTag()
          Process the start tag.
 
Methods inherited from class org.apache.struts.taglib.bean.WriteTag
formatValue, getBundle, getFilter, getFormat, getFormatKey, getIgnore, getLocale, getName, getProperty, getScope, release, retrieveFormatString, setBundle, setFilter, setFormat, setFormatKey, setIgnore, setLocale, setName, setProperty, setScope
 
Methods inherited from class javax.servlet.jsp.tagext.TagSupport
doAfterBody, doEndTag, 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
 

Constructor Detail

ExWriteTag

public ExWriteTag()
Method Detail

doStartTag

public int doStartTag()
               throws JspException
Process the start tag.

Returns:
integer as defined in the standard tag library framework.
Throws:
JspException - if a JSP exception has occurred

Expresso 5-6

Please see www.jcorporate.com for information about new Expresso releases.