org.apache.myfaces.taglib.core
Class ConvertDateTimeTag
java.lang.Object
javax.servlet.jsp.tagext.TagSupport
javax.faces.webapp.ConverterELTag
org.apache.myfaces.taglib.core.ConverterTag
org.apache.myfaces.taglib.core.ConvertDateTimeTag
- All Implemented Interfaces:
- java.io.Serializable, javax.servlet.jsp.tagext.IterationTag, javax.servlet.jsp.tagext.JspTag, javax.servlet.jsp.tagext.Tag
public class ConvertDateTimeTag
- extends ConverterTag
- Version:
- $Revision: 684465 $ $Date: 2008-08-10 06:38:21 -0500 (Sun, 10 Aug 2008) $
- Author:
- Manfred Geiler (latest modification by $Author: skitching $)
- See Also:
- Serialized Form
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 |
Methods inherited from class javax.servlet.jsp.tagext.TagSupport |
doAfterBody, doEndTag, 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 |
ConvertDateTimeTag
public ConvertDateTimeTag()
release
public void release()
- Specified by:
release
in interface javax.servlet.jsp.tagext.Tag
- Overrides:
release
in class ConverterTag
setDateStyle
public void setDateStyle(javax.el.ValueExpression dateStyle)
setLocale
public void setLocale(javax.el.ValueExpression locale)
setPattern
public void setPattern(javax.el.ValueExpression pattern)
setTimeStyle
public void setTimeStyle(javax.el.ValueExpression timeStyle)
setTimeZone
public void setTimeZone(javax.el.ValueExpression timeZone)
setType
public void setType(javax.el.ValueExpression type)
doStartTag
public int doStartTag()
throws javax.servlet.jsp.JspException
- Specified by:
doStartTag
in interface javax.servlet.jsp.tagext.Tag
- Overrides:
doStartTag
in class javax.faces.webapp.ConverterELTag
- Throws:
javax.servlet.jsp.JspException
createConverter
protected javax.faces.convert.Converter createConverter()
throws javax.servlet.jsp.JspException
- Overrides:
createConverter
in class ConverterTag
- Throws:
javax.servlet.jsp.JspException
Copyright © 2012 The Apache Software Foundation. All Rights Reserved.