org.apache.myfaces.view.facelets.tag.jsf
Class TagHandlerDelegateFactoryImpl

java.lang.Object
  extended by javax.faces.view.facelets.TagHandlerDelegateFactory
      extended by org.apache.myfaces.view.facelets.tag.jsf.TagHandlerDelegateFactoryImpl

public class TagHandlerDelegateFactoryImpl
extends javax.faces.view.facelets.TagHandlerDelegateFactory

Since:
2.0
Version:
$Revision: 799963 $ $Date: 2009-08-01 19:02:41 -0500 (Sat, 01 Aug 2009) $
Author:
Leonardo Uribe (latest modification by $Author: lu4242 $)

Constructor Summary
TagHandlerDelegateFactoryImpl()
           
 
Method Summary
 javax.faces.view.facelets.TagHandlerDelegate createBehaviorHandlerDelegate(javax.faces.view.facelets.BehaviorHandler owner)
           
 javax.faces.view.facelets.TagHandlerDelegate createComponentHandlerDelegate(javax.faces.view.facelets.ComponentHandler owner)
           
 javax.faces.view.facelets.TagHandlerDelegate createConverterHandlerDelegate(javax.faces.view.facelets.ConverterHandler owner)
           
 javax.faces.view.facelets.TagHandlerDelegate createValidatorHandlerDelegate(javax.faces.view.facelets.ValidatorHandler owner)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TagHandlerDelegateFactoryImpl

public TagHandlerDelegateFactoryImpl()
Method Detail

createBehaviorHandlerDelegate

public javax.faces.view.facelets.TagHandlerDelegate createBehaviorHandlerDelegate(javax.faces.view.facelets.BehaviorHandler owner)
Specified by:
createBehaviorHandlerDelegate in class javax.faces.view.facelets.TagHandlerDelegateFactory

createComponentHandlerDelegate

public javax.faces.view.facelets.TagHandlerDelegate createComponentHandlerDelegate(javax.faces.view.facelets.ComponentHandler owner)
Specified by:
createComponentHandlerDelegate in class javax.faces.view.facelets.TagHandlerDelegateFactory

createConverterHandlerDelegate

public javax.faces.view.facelets.TagHandlerDelegate createConverterHandlerDelegate(javax.faces.view.facelets.ConverterHandler owner)
Specified by:
createConverterHandlerDelegate in class javax.faces.view.facelets.TagHandlerDelegateFactory

createValidatorHandlerDelegate

public javax.faces.view.facelets.TagHandlerDelegate createValidatorHandlerDelegate(javax.faces.view.facelets.ValidatorHandler owner)
Specified by:
createValidatorHandlerDelegate in class javax.faces.view.facelets.TagHandlerDelegateFactory


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