org.apache.myfaces.orchestra.conversation.jsf.components.facelets
Class ConverterTagHandler

java.lang.Object
  extended by TagHandler
      extended by org.apache.myfaces.orchestra.conversation.jsf.components.facelets.ConverterTagHandler

public class ConverterTagHandler
extends TagHandler


Constructor Summary
ConverterTagHandler(TagConfig config)
           
 
Method Summary
 void apply(FaceletContext faceletContext, UIComponent parent)
           
protected static Converter createConverter(java.lang.String beanName)
          Override this method in order to customise the bean instance.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConverterTagHandler

public ConverterTagHandler(TagConfig config)
Method Detail

apply

public void apply(FaceletContext faceletContext,
                  UIComponent parent)
           throws java.io.IOException,
                  FacesException,
                  FaceletException,
                  ELException
Throws:
java.io.IOException
FacesException
FaceletException
ELException

createConverter

protected static Converter createConverter(java.lang.String beanName)
Override this method in order to customise the bean instance.



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