org.apache.myfaces.taglib.core
Class ConvertDateTimeTag
java.lang.Object
|
+--javax.servlet.jsp.tagext.TagSupport
|
+--javax.faces.webapp.ConverterTag
|
+--org.apache.myfaces.taglib.core.ConvertDateTimeTag
- All Implemented Interfaces:
- javax.servlet.jsp.tagext.IterationTag, java.io.Serializable, javax.servlet.jsp.tagext.Tag
- public class ConvertDateTimeTag
- extends javax.faces.webapp.ConverterTag
- Version:
- $Revision: 1.7 $ $Date: 2004/11/22 16:13:08 $
$Log: ConvertDateTimeTag.java,v $
Revision 1.7 2004/11/22 16:13:08 bdudney
added code to make sure the converterId is set in WebLogic8.1sp3.
Revision 1.6 2004/10/13 11:51:00 matze
renamed packages to org.apache
Revision 1.5 2004/07/01 22:05:03 mwessendorf
ASF switch
Revision 1.4 2004/06/27 19:26:18 mwessendorf
added default value, needed by jsf-spec
Revision 1.3 2004/04/16 15:35:59 manolito
Log
- Author:
- Manfred Geiler (latest modification by $Author: bdudney $)
- 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.faces.webapp.ConverterTag |
doStartTag, release, setConverterId |
Methods inherited from class javax.servlet.jsp.tagext.TagSupport |
doAfterBody, doEndTag, findAncestorWithClass, getId, getParent, getValue, getValues, removeValue, setId, setParent, setValue |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ConvertDateTimeTag
public ConvertDateTimeTag()
setDateStyle
public void setDateStyle(java.lang.String dateStyle)
setLocale
public void setLocale(java.lang.String locale)
setPattern
public void setPattern(java.lang.String pattern)
setTimeStyle
public void setTimeStyle(java.lang.String timeStyle)
setTimeZone
public void setTimeZone(java.lang.String timeZone)
setType
public void setType(java.lang.String type)
setPageContext
public void setPageContext(javax.servlet.jsp.PageContext context)
- Specified by:
setPageContext
in interface javax.servlet.jsp.tagext.Tag
- Overrides:
setPageContext
in class javax.servlet.jsp.tagext.TagSupport
createConverter
protected javax.faces.convert.Converter createConverter()
throws javax.servlet.jsp.JspException
- Overrides:
createConverter
in class javax.faces.webapp.ConverterTag
javax.servlet.jsp.JspException