org.apache.myfaces.converter
Class ConverterTag

java.lang.Object
  extended by javax.servlet.jsp.tagext.TagSupport
      extended by javax.faces.webapp.ConverterELTag
          extended by org.apache.myfaces.converter.ConverterTag
All Implemented Interfaces:
Serializable, javax.servlet.jsp.tagext.IterationTag, javax.servlet.jsp.tagext.JspTag, javax.servlet.jsp.tagext.Tag

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.

Since:
1.1.7
Version:
$Revision: 691871 $ $Date: 2008-09-03 23:32:08 -0500 (Wed, 03 Sep 2008) $
Author:
Bruno Aranda (latest modification by $Author: lu4242 $)
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
ConverterTag()
           
 
Method Summary
protected  javax.faces.convert.Converter createConverter()
           
 void release()
           
 void setBinding(javax.el.ValueExpression binding)
           
 void setConverterId(javax.el.ValueExpression converterId)
           
 void setConverterIdString(String converterIdString)
          Use this method to specify the converterId programmatically.
 
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
 

Constructor Detail

ConverterTag

public ConverterTag()
Method Detail

setConverterId

public void setConverterId(javax.el.ValueExpression converterId)

setBinding

public void setBinding(javax.el.ValueExpression binding)

setConverterIdString

public void setConverterIdString(String converterIdString)
Use this method to specify the converterId programmatically.

Parameters:
converterIdString -

release

public void release()
Specified by:
release in interface javax.servlet.jsp.tagext.Tag
Overrides:
release in class javax.servlet.jsp.tagext.TagSupport

createConverter

protected javax.faces.convert.Converter createConverter()
                                                 throws javax.servlet.jsp.JspException
Specified by:
createConverter in class javax.faces.webapp.ConverterELTag
Throws:
javax.servlet.jsp.JspException


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