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.impl Default implementation of the Facelets API. 
org.apache.myfaces.view.facelets.tag.composite   
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
 

Classes in org.apache.myfaces.view.facelets that implement TemplateClient
 class TemplateManager
           
 

Methods in org.apache.myfaces.view.facelets with parameters of type TemplateClient
abstract  void TemplateContext.extendClient(AbstractFacelet owner, TemplateClient client)
           
abstract  void AbstractFaceletContext.extendClient(TemplateClient client)
           
abstract  TemplateManager AbstractFaceletContext.popClient(TemplateClient client)
          Pop the last added pushed TemplateClient
abstract  TemplateManager AbstractFaceletContext.popExtendedClient(TemplateClient client)
          Pop the last added extended TemplateClient
abstract  void TemplateContext.pushClient(AbstractFacelet owner, TemplateClient client)
          Push the passed TemplateClient onto the stack for Definition Resolution
abstract  void AbstractFaceletContext.pushClient(TemplateClient client)
          Push the passed TemplateClient onto the stack for Definition Resolution
abstract  void AbstractFaceletContext.pushCompositeComponentClient(TemplateClient client)
          Push the composite component tag handler identified by client on template context stack, triggering the creation of a new empty TemplateContext, that will be used to resolve templates used on that component later.
 

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

Methods in org.apache.myfaces.view.facelets.impl with parameters of type TemplateClient
 void TemplateContextImpl.extendClient(AbstractFacelet owner, TemplateClient client)
           
 void TemplateContextImpl.pushClient(AbstractFacelet owner, TemplateClient client)
           
 

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

Classes in org.apache.myfaces.view.facelets.tag.composite that implement TemplateClient
 class CompositeComponentResourceTagHandler
          This handler is responsible for apply composite components.
 

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.