java.lang.Object
javax.servlet.jsp.tagext.TagSupport
com.RuntimeCollective.content.tag.ViewContentFormatTag
- All Implemented Interfaces:
- javax.servlet.jsp.tagext.IterationTag, javax.servlet.jsp.tagext.JspTag, java.io.Serializable, javax.servlet.jsp.tagext.Tag
- public class ViewContentFormatTag
- extends javax.servlet.jsp.tagext.TagSupport
A custom JSP tag that displays a Content in a given format:
-
name - the name of the Publishable bean (on any scope).
-
property - the property of the named bean that holds the bean to publish [Optional] .
-
format - the format required.
- Version:
- $Id: ViewContentFormatTag.java,v 1.7 2003/09/30 15:12:47 joe Exp $
| 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 |
name
protected java.lang.String name
- The bean name.
format
protected java.lang.String format
- The format.
property
protected java.lang.String property
- The property of the named bean that holds the bean to publish
ViewContentFormatTag
public ViewContentFormatTag()
throws java.sql.SQLException
getName
public java.lang.String getName()
- Get the bean name.
setName
public void setName(java.lang.String name)
- Set the bean name.
getFormat
public java.lang.String getFormat()
- Get the format.
setFormat
public void setFormat(java.lang.String format)
- Set the format.
getProperty
public java.lang.String getProperty()
- Get the property of the named bean that holds the bean to publish
setProperty
public void setProperty(java.lang.String property)
- Set the property of the named bean that holds the bean to publish
doStartTag
public int doStartTag()
throws javax.servlet.jsp.JspException
- Description copied from class:
javax.servlet.jsp.tagext.TagSupport
- Default processing of the start tag, returning SKIP_BODY.
release
public void release()
- Description copied from class:
javax.servlet.jsp.tagext.TagSupport
- Release state.