|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.servlet.jsp.tagext.TagSupport
javax.servlet.jsp.tagext.BodyTagSupport
com.caucho.jstl.rt.FmtParseDateTag
public class FmtParseDateTag
Formats an i18n date and prints it.
Field Summary |
---|
Fields inherited from class javax.servlet.jsp.tagext.BodyTagSupport |
---|
bodyContent |
Fields inherited from class javax.servlet.jsp.tagext.TagSupport |
---|
id, pageContext |
Fields inherited from interface javax.servlet.jsp.tagext.BodyTag |
---|
EVAL_BODY_BUFFERED, EVAL_BODY_TAG |
Fields inherited from interface javax.servlet.jsp.tagext.IterationTag |
---|
EVAL_BODY_AGAIN |
Fields inherited from interface javax.servlet.jsp.tagext.Tag |
---|
EVAL_BODY_INCLUDE, EVAL_PAGE, SKIP_BODY, SKIP_PAGE |
Constructor Summary | |
---|---|
FmtParseDateTag()
|
Method Summary | |
---|---|
int |
doEndTag()
Process the tag. |
static int |
getDateStyle(java.lang.String style)
|
protected java.text.DateFormat |
getFormat()
|
void |
setDateStyle(java.lang.String style)
Sets the date style (full, short, etc.) |
void |
setParseLocale(java.lang.Object locale)
Sets the parse locale |
void |
setPattern(java.lang.String pattern)
Sets the formatting pattern. |
void |
setScope(java.lang.String scope)
Sets the variable scope. |
void |
setTimeStyle(java.lang.String style)
Sets the time style (full, short, etc.) |
void |
setTimeZone(java.lang.Object zone)
Sets the time zone. |
void |
setType(java.lang.String type)
Sets the date/time type. |
void |
setValue(java.lang.String value)
Sets the formatting value. |
void |
setVar(java.lang.String var)
Sets the variable name. |
Methods inherited from class javax.servlet.jsp.tagext.BodyTagSupport |
---|
doAfterBody, doInitBody, doStartTag, getBodyContent, getPreviousOut, release, setBodyContent |
Methods inherited from class javax.servlet.jsp.tagext.TagSupport |
---|
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 |
Methods inherited from interface javax.servlet.jsp.tagext.Tag |
---|
getParent, setPageContext, setParent |
Constructor Detail |
---|
public FmtParseDateTag()
Method Detail |
---|
public void setValue(java.lang.String value)
value
- the string value.public void setType(java.lang.String type)
type
- the date/time type.public void setDateStyle(java.lang.String style)
style
- the date stylepublic void setTimeStyle(java.lang.String style)
style
- the time stylepublic void setPattern(java.lang.String pattern)
pattern
- the formatting pattern.public void setTimeZone(java.lang.Object zone)
zone
- the time zone expressionpublic void setParseLocale(java.lang.Object locale)
locale
- the localepublic void setVar(java.lang.String var)
var
- the variable name to store the value in.public void setScope(java.lang.String scope)
scope
- the variable scope to store the value in.public int doEndTag() throws JspException
doEndTag
in interface Tag
doEndTag
in class TagSupport
JspException
protected java.text.DateFormat getFormat() throws JspException
JspException
public static int getDateStyle(java.lang.String style) throws JspException
JspException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |