Uses of Class
org.apache.myfaces.view.facelets.TemplateManager
-
Packages that use TemplateManager Package Description org.apache.myfaces.view.facelets Public Facelet API.org.apache.myfaces.view.facelets.impl Default implementation of the Facelets API. -
-
Uses of TemplateManager in org.apache.myfaces.view.facelets
Methods in org.apache.myfaces.view.facelets that return TemplateManager Modifier and Type Method Description abstract 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 TemplateManager Modifier and Type Method Description abstract 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 TemplateManager Modifier and Type Method Description TemplateManager
TemplateContextImpl. getCompositeComponentClient()
TemplateManager
TemplateContextImpl. popClient(AbstractFaceletContext actx)
TemplateManager
TemplateContextImpl. popExtendedClient(AbstractFaceletContext actx)
Methods in org.apache.myfaces.view.facelets.impl with parameters of type TemplateManager Modifier and Type Method Description void
TemplateContextImpl. setCompositeComponentClient(TemplateManager compositeComponentClient)
-