org.apache.myfaces.taglib.core
Class ConvertDateTimeTag

java.lang.Object
  extended by javax.servlet.jsp.tagext.TagSupport
      extended by javax.faces.webapp.ConverterTag
          extended by org.apache.myfaces.shared_impl.taglib.core.ConvertDateTimeTagBase
              extended by org.apache.myfaces.taglib.core.ConvertDateTimeTag
All Implemented Interfaces:
Serializable, javax.servlet.jsp.tagext.IterationTag, javax.servlet.jsp.tagext.Tag

public class ConvertDateTimeTag
extends org.apache.myfaces.shared_impl.taglib.core.ConvertDateTimeTagBase

Version:
$Revision: 673803 $ $Date: 2008-07-03 16:07:46 -0500 (Thu, 03 Jul 2008) $
Author:
Manfred Geiler (latest modification by $Author: skitching $)
See Also:
Serialized Form

Field Summary
 
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
ConvertDateTimeTag()
           
 
Method Summary
 void setPageContext(javax.servlet.jsp.PageContext context)
           
 
Methods inherited from class org.apache.myfaces.shared_impl.taglib.core.ConvertDateTimeTagBase
createConverter, setConverterLocale, setDateStyle, setLocale, setPattern, setTimeStyle, setTimeZone, setType
 
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
 

Constructor Detail

ConvertDateTimeTag

public ConvertDateTimeTag()
Method Detail

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


Copyright © 2012 The Apache Software Foundation. All Rights Reserved.