|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjavax.servlet.jsp.tagext.SimpleTagSupport
nl.gx.webmanager.taglib.edit.FormatDateTag
public class FormatDateTag
| Constructor Summary | |
|---|---|
FormatDateTag()
|
|
| Method Summary | |
|---|---|
void |
doTag()
|
java.lang.Boolean |
getApplyTimeZone()
Get whether time zone adjustments should be applied. |
java.lang.String |
getType()
Get the formatting type. |
java.lang.Object |
getValue()
Returns the date which will be used by this tag. |
java.lang.String |
getVar()
Returns the identifier under which the localized datetime should be stored in the pageContext . |
void |
setApplyTimeZone(java.lang.Boolean applyTimeZone)
Set whether time zone adjustments should be applied. |
void |
setType(java.lang.String type)
Set the format type. |
void |
setValue(java.lang.Object value)
Sets the date which will be used by this tag. |
void |
setVar(java.lang.String var)
Sets the identifier of the optional entry in the pageContext under which the localized datetime should be stored. |
| Methods inherited from class javax.servlet.jsp.tagext.SimpleTagSupport |
|---|
findAncestorWithClass, getJspBody, getJspContext, getParent, setJspBody, setJspContext, setParent |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public FormatDateTag()
| Method Detail |
|---|
public void setValue(java.lang.Object value)
value - the date to be localizedpublic java.lang.Object getValue()
public java.lang.String getVar()
public void setVar(java.lang.String var)
var - the name of the identifierpublic java.lang.String getType()
public void setType(java.lang.String type)
type - Should be one of 'date', 'time' or 'both'.public java.lang.Boolean getApplyTimeZone()
public void setApplyTimeZone(java.lang.Boolean applyTimeZone)
applyTimeZone - True means adjust for time zone.
public void doTag()
throws javax.servlet.jsp.JspException
doTag in interface javax.servlet.jsp.tagext.SimpleTagdoTag in class javax.servlet.jsp.tagext.SimpleTagSupportjavax.servlet.jsp.JspException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||