Uses of Interface
org.apache.myfaces.view.facelets.TemplateClient

Packages that use TemplateClient
org.apache.myfaces.view.facelets Public Facelet API. 
org.apache.myfaces.view.facelets.tag.ui Tag Library for http://java.sun.com/jsf/ui
 

Uses of TemplateClient in org.apache.myfaces.view.facelets
 

Methods in org.apache.myfaces.view.facelets with parameters of type TemplateClient
abstract  void AbstractFaceletContext.extendClient(TemplateClient client)
           
abstract  void AbstractFaceletContext.popClient(TemplateClient client)
          Pop the last added TemplateClient
abstract  void AbstractFaceletContext.pushClient(TemplateClient client)
          Push the passed TemplateClient onto the stack for Definition Resolution
 

Uses of TemplateClient in org.apache.myfaces.view.facelets.tag.ui
 

Classes in org.apache.myfaces.view.facelets.tag.ui that implement TemplateClient
 class CompositionHandler
          TODO: REFACTOR - This class could easily use a common parent with DecoratorHandler
 class DecorateHandler
          The decorate tag acts the same as a composition tag, but it will not trim everything outside of it.
 class InsertHandler
          The insert tag is used within your templates to declare spots of replicable data.
 



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