Uses of Class
org.apache.myfaces.view.facelets.TemplateContext
-
Packages that use TemplateContext Package Description org.apache.myfaces.view.facelets Public Facelet API.org.apache.myfaces.view.facelets.el A collection of classes to support EL integration.org.apache.myfaces.view.facelets.impl Default implementation of the Facelets API. -
-
Uses of TemplateContext in org.apache.myfaces.view.facelets
Methods in org.apache.myfaces.view.facelets that return TemplateContext Modifier and Type Method Description TemplateContext
AbstractFaceletContext. getTemplateContext()
Return the current template contextabstract TemplateContext
AbstractFaceletContext. popTemplateContext()
Pop the passed template context instance from stack.Methods in org.apache.myfaces.view.facelets with parameters of type TemplateContext Modifier and Type Method Description abstract void
AbstractFaceletContext. pushTemplateContext(TemplateContext templateContext)
Push the passed template context instance onto the stack, so all slots to be resolved (using includeDefinition() call) will take into account the information there. -
Uses of TemplateContext in org.apache.myfaces.view.facelets.el
Methods in org.apache.myfaces.view.facelets.el with parameters of type TemplateContext Modifier and Type Method Description void
DefaultVariableMapper. setTemplateContext(TemplateContext templateContext)
Set the current template context this variable mapper should resolve against. -
Uses of TemplateContext in org.apache.myfaces.view.facelets.impl
Subclasses of TemplateContext in org.apache.myfaces.view.facelets.impl Modifier and Type Class Description class
TemplateContextImpl
-