|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.commons.jelly.TagSupport
org.apache.commons.jelly.tags.fmt.FormatDateTag
public class FormatDateTag
Support for tag handlers for <formatDate>, the date and time formatting tag in JSTL.
| Field Summary |
|---|
| Fields inherited from class org.apache.commons.jelly.TagSupport |
|---|
body, context, parent |
| Constructor Summary | |
|---|---|
FormatDateTag()
Creates a new instance of FormatDateTag |
|
| Method Summary | |
|---|---|
void |
doTag(XMLOutput output)
Evaluates this tag after all the tags properties have been initialized. |
static int |
getStyle(java.lang.String style,
java.lang.String errCode)
|
void |
setDateStyle(Expression dateStyle)
Setter for property dataStyle. |
void |
setPattern(Expression pattern)
Setter for property pattern. |
void |
setScope(java.lang.String scope)
Setter for property scope. |
void |
setTimeStyle(Expression timeStyle)
Setter for property timeStyle. |
void |
setTimeZone(Expression timeZone)
Setter for property timeZone. |
void |
setType(Expression type)
Setter for property type. |
void |
setValue(Expression value)
Setter for property value. |
void |
setVar(java.lang.String var)
Setter for property var. |
| Methods inherited from class org.apache.commons.jelly.TagSupport |
|---|
findAncestorWithClass, findAncestorWithClass, findAncestorWithClass, findAncestorWithClass, findAncestorWithClass, findAncestorWithClass, getBody, getBodyText, getBodyText, getContext, getParent, invokeBody, isEscapeText, isTrim, setBody, setContext, setEscapeText, setParent, setTrim, trimBody |
| 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 doTag(XMLOutput output)
throws JellyTagException
JellyTagExceptionpublic void setValue(Expression value)
value - New value of property value.public void setType(Expression type)
type - New value of property type.public void setDateStyle(Expression dateStyle)
dataStyle - New value of property dataStyle.public void setTimeStyle(Expression timeStyle)
timeStyle - New value of property timeStyle.public void setPattern(Expression pattern)
pattern - New value of property pattern.public void setTimeZone(Expression timeZone)
timeZone - New value of property timeZone.public void setVar(java.lang.String var)
var - New value of property var.public void setScope(java.lang.String scope)
scope - New value of property scope.
public static int getStyle(java.lang.String style,
java.lang.String errCode)
throws JellyTagException
JellyTagException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||