public class WriteDateTag
extends javax.servlet.jsp.tagext.TagSupport
| Modifier and Type | Field and Description |
|---|---|
protected org.apache.commons.logging.Log |
log |
protected String |
name
Name of the bean that contains the data we will be rendering.
|
protected String |
property
Name of the property to be accessed on the specified bean.
|
protected String |
scope
The scope to be searched to retrieve the specified bean.
|
| Constructor and Description |
|---|
WriteDateTag() |
| Modifier and Type | Method and Description |
|---|---|
int |
doStartTag()
Process the start tag.
|
String |
getName() |
String |
getProperty() |
String |
getScope() |
void |
release()
Release all allocated resources.
|
void |
setName(String name) |
void |
setProperty(String property) |
void |
setScope(String scope) |
protected org.apache.commons.logging.Log log
protected String name
protected String property
protected String scope
public String getName()
public void setName(String name)
public String getProperty()
public void setProperty(String property)
public String getScope()
public void setScope(String scope)
public int doStartTag()
throws javax.servlet.jsp.JspException
doStartTag in interface javax.servlet.jsp.tagext.TagdoStartTag in class javax.servlet.jsp.tagext.TagSupportjavax.servlet.jsp.JspException - if a JSP exception has occurredpublic void release()
release in interface javax.servlet.jsp.tagext.Tagrelease in class javax.servlet.jsp.tagext.TagSupportCopyright © 2018 B3Partners B.V.. All rights reserved.