|
|||||||||
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 org.joda.time.DateTimeZone |
dateTimeZone
The dateTimeZone attribute. |
protected java.util.Locale |
locale
The locale attribute. |
protected java.lang.String |
pattern
The pattern attribute. |
private int |
scope
The scope attribute. |
protected java.lang.String |
style
The style attribute. |
protected java.lang.Object |
value
The value attribute. |
private java.lang.String |
var
The var 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()
|
private void |
init()
|
void |
release()
|
void |
setScope(java.lang.String scope)
|
void |
setVar(java.lang.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 java.lang.Object value
protected java.lang.String pattern
protected java.lang.String style
protected org.joda.time.DateTimeZone dateTimeZone
protected java.util.Locale locale
private java.lang.String var
private int scope
Constructor Detail |
---|
public FormatSupport()
Method Detail |
---|
private void init()
public void setVar(java.lang.String var)
public void setScope(java.lang.String scope)
public int doEndTag() throws javax.servlet.jsp.JspException
doEndTag
in interface javax.servlet.jsp.tagext.Tag
doEndTag
in class javax.servlet.jsp.tagext.TagSupport
javax.servlet.jsp.JspException
public void release()
release
in interface javax.servlet.jsp.tagext.Tag
release
in class javax.servlet.jsp.tagext.TagSupport
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |