public class DateTag
extends javax.servlet.jsp.tagext.TagSupport
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
REVISION |
Constructor and Description |
---|
DateTag() |
Modifier and Type | Method and Description |
---|---|
int |
doEndTag() |
int |
doStartTag() |
void |
setDate(java.util.Date date) |
void |
setFormat(java.lang.String format) |
void |
setLocale(java.util.Locale locale) |
void |
setNowifnull(boolean nowifnull) |
public static final java.lang.String REVISION
public void setDate(java.util.Date date)
public void setFormat(java.lang.String format)
public void setLocale(java.util.Locale locale)
public void setNowifnull(boolean nowifnull)
public int doStartTag() throws javax.servlet.jsp.JspException
doStartTag
in interface javax.servlet.jsp.tagext.Tag
doStartTag
in class javax.servlet.jsp.tagext.TagSupport
javax.servlet.jsp.JspException
public int doEndTag()
doEndTag
in interface javax.servlet.jsp.tagext.Tag
doEndTag
in class javax.servlet.jsp.tagext.TagSupport
Copyright © 2001-2010 Jalios SA. All Rights Reserved.