Uses of Class
org.apache.myfaces.view.facelets.TemplateManager
Packages that use TemplateManager
Package
Description
Public Facelet API.
Default implementation of the Facelets API.
-
Uses of TemplateManager in org.apache.myfaces.view.facelets
Methods in org.apache.myfaces.view.facelets that return TemplateManagerModifier and TypeMethodDescriptionabstract TemplateManager
TemplateContext.getCompositeComponentClient()
abstract TemplateManager
AbstractFaceletContext.popClient
(TemplateClient client) Pop the last added pushed TemplateClientabstract TemplateManager
TemplateContext.popClient
(AbstractFaceletContext actx) Pop the last added pushed TemplateClientabstract TemplateManager
AbstractFaceletContext.popExtendedClient
(TemplateClient client) Pop the last added extended TemplateClientabstract TemplateManager
TemplateContext.popExtendedClient
(AbstractFaceletContext actx) Pop the last added extended TemplateClientMethods in org.apache.myfaces.view.facelets with parameters of type TemplateManagerModifier and TypeMethodDescriptionabstract void
TemplateContext.setCompositeComponentClient
(TemplateManager compositeComponentClient) Set the composite component TemplateManager instance, used to resolve cc:insertChildred or cc:insertFacet usages for the current template context -
Uses of TemplateManager in org.apache.myfaces.view.facelets.impl
Methods in org.apache.myfaces.view.facelets.impl that return TemplateManagerModifier and TypeMethodDescriptionTemplateContextImpl.getCompositeComponentClient()
TemplateContextImpl.popClient
(AbstractFaceletContext actx) TemplateContextImpl.popExtendedClient
(AbstractFaceletContext actx) Methods in org.apache.myfaces.view.facelets.impl with parameters of type TemplateManagerModifier and TypeMethodDescriptionvoid
TemplateContextImpl.setCompositeComponentClient
(TemplateManager compositeComponentClient)