|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjavax.servlet.jsp.tagext.TagSupport
org.joda.time.contrib.jsptag.FormatSupport
public abstract class FormatSupport
Support for tag handlers for <formatDate>, the date and time formatting tag in JSTL 1.0.
| Field Summary | |
|---|---|
protected DateTimeZone |
dateTimeZone
The dateTimeZone attribute. |
protected Locale |
locale
The locale attribute. |
protected String |
pattern
The pattern attribute. |
protected String |
style
The style attribute. |
protected Object |
value
The value attribute. |
| Fields inherited from class javax.servlet.jsp.tagext.TagSupport |
|---|
id, pageContext |
| 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 | |
|---|---|
FormatSupport()
Constructor. |
|
| Method Summary | |
|---|---|
int |
doEndTag()
|
void |
release()
|
void |
setScope(String scope)
|
void |
setVar(String var)
|
| Methods inherited from class javax.servlet.jsp.tagext.TagSupport |
|---|
doAfterBody, doStartTag, 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 |
| Field Detail |
|---|
protected Object value
protected String pattern
protected String style
protected DateTimeZone dateTimeZone
protected Locale locale
| Constructor Detail |
|---|
public FormatSupport()
| Method Detail |
|---|
public void setVar(String var)
public void setScope(String scope)
public int doEndTag()
throws javax.servlet.jsp.JspException
doEndTag in interface javax.servlet.jsp.tagext.TagdoEndTag in class javax.servlet.jsp.tagext.TagSupportjavax.servlet.jsp.JspExceptionpublic void release()
release in interface javax.servlet.jsp.tagext.Tagrelease in class javax.servlet.jsp.tagext.TagSupport
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||