org.apache.myfaces.view.facelets.compiler
Class DynamicComponentFacelet

java.lang.Object
  extended by org.apache.myfaces.view.facelets.compiler.DynamicComponentFacelet
All Implemented Interfaces:
FaceletHandler

public class DynamicComponentFacelet
extends Object
implements FaceletHandler

Author:
lu4242

Constructor Summary
DynamicComponentFacelet(org.apache.myfaces.view.facelets.compiler.NamespaceHandler next)
           
 
Method Summary
 void apply(FaceletContext ctx, UIComponent parent)
           
 boolean isNextHandlerComponent()
           
 boolean isNextHandlerCompositeComponent()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DynamicComponentFacelet

public DynamicComponentFacelet(org.apache.myfaces.view.facelets.compiler.NamespaceHandler next)
Method Detail

apply

public void apply(FaceletContext ctx,
                  UIComponent parent)
           throws IOException
Specified by:
apply in interface FaceletHandler
Throws:
IOException

isNextHandlerComponent

public boolean isNextHandlerComponent()

isNextHandlerCompositeComponent

public boolean isNextHandlerCompositeComponent()


Copyright © 2014 The Apache Software Foundation. All rights reserved.