org.apache.myfaces.commons.converter
Class ConverterTag
java.lang.Object
   javax.servlet.jsp.tagext.TagSupport
javax.servlet.jsp.tagext.TagSupport
       javax.faces.webapp.ConverterELTag
javax.faces.webapp.ConverterELTag
           org.apache.myfaces.commons.converter.ConverterTag
org.apache.myfaces.commons.converter.ConverterTag
- All Implemented Interfaces: 
- java.io.Serializable, javax.servlet.jsp.tagext.IterationTag, javax.servlet.jsp.tagext.JspTag, javax.servlet.jsp.tagext.Tag
- Direct Known Subclasses: 
- ConvertBooleanTag, ConvertDateTimeTag, ConvertEnumTag, ConverterBaseTag
- public class ConverterTag 
- extends javax.faces.webapp.ConverterELTag
Implementation of ConverterELTag
 
 This is a copy of org.apache.myfaces.taglib.core.ConverterTag from 
 myfaces core impl 1.2. This is copied here because we need a base class
 where all custom converters must inherit.
- Version:
- $Revision: 1186951 $ $Date: 2011-10-20 12:34:25 -0500 (Thu, 20 Oct 2011) $
- Author:
- Bruno Aranda (latest modification by $Author: struberg $)
- 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.ConverterELTag | 
| doStartTag | 
 
| 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 | 
 
ConverterTag
public ConverterTag()
setConverterId
public void setConverterId(javax.el.ValueExpression converterId)
- 
 
setBinding
public void setBinding(javax.el.ValueExpression binding)
- 
 
setConverterIdString
public void setConverterIdString(java.lang.String converterIdString)
- Use this method to specify the converterId programmatically.
 
- 
- Parameters:
- converterIdString-
 
release
public void release()
- 
- Specified by:
- releasein interface- javax.servlet.jsp.tagext.Tag
- Overrides:
- releasein class- javax.servlet.jsp.tagext.TagSupport
 
- 
 
createConverter
protected javax.faces.convert.Converter createConverter()
                                                 throws javax.servlet.jsp.JspException
- 
- Specified by:
- createConverterin class- javax.faces.webapp.ConverterELTag
 
- 
- Throws:
- javax.servlet.jsp.JspException
 
Copyright © 2007-2012 The Apache Software Foundation. All Rights Reserved.