org.apache.myfaces.orchestra.conversation.jsf.components.facelets
Class ConverterTagHandler
java.lang.Object
TagHandler
org.apache.myfaces.orchestra.conversation.jsf.components.facelets.ConverterTagHandler
public class ConverterTagHandler
- extends TagHandler
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 |
ConverterTagHandler
public ConverterTagHandler(TagConfig config)
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.