org.apache.myfaces.shared_tomahawk.taglib.core
Class ConvertDateTimeTagBase
java.lang.Object
   javax.servlet.jsp.tagext.TagSupport
javax.servlet.jsp.tagext.TagSupport
       javax.faces.webapp.ConverterTag
javax.faces.webapp.ConverterTag
           org.apache.myfaces.shared_tomahawk.taglib.core.ConvertDateTimeTagBase
org.apache.myfaces.shared_tomahawk.taglib.core.ConvertDateTimeTagBase
- All Implemented Interfaces: 
- Serializable, javax.servlet.jsp.tagext.IterationTag, javax.servlet.jsp.tagext.JspTag, javax.servlet.jsp.tagext.Tag
- public class ConvertDateTimeTagBase 
- extends javax.faces.webapp.ConverterTag
- Version:
- $Revision: 382015 $ $Date: 2006-03-01 14:47:11 +0100 (Wed, 01 Mar 2006) $
- Author:
- Manfred Geiler (latest modification by $Author: schof $)
- 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, setBinding, setConverterId | 
 
| 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 | 
 
ConvertDateTimeTagBase
public ConvertDateTimeTagBase()
setDateStyle
public void setDateStyle(String dateStyle)
- 
 
setLocale
public void setLocale(String locale)
- 
 
setPattern
public void setPattern(String pattern)
- 
 
setTimeStyle
public void setTimeStyle(String timeStyle)
- 
 
setTimeZone
public void setTimeZone(String timeZone)
- 
 
setType
public void setType(String type)
- 
 
createConverter
protected javax.faces.convert.Converter createConverter()
                                                 throws javax.servlet.jsp.JspException
- 
- Overrides:
- createConverterin class- javax.faces.webapp.ConverterTag
 
- 
- Throws:
- javax.servlet.jsp.JspException
 
setConverterLocale
protected static void setConverterLocale(javax.faces.context.FacesContext facesContext,
                                         javax.faces.convert.DateTimeConverter converter,
                                         String value)
- 
 
Copyright © 2012 The Apache Software Foundation. All Rights Reserved.