Uses of Class
org.apache.myfaces.view.facelets.TemplateContext
Packages that use TemplateContext
Package
Description
Public Facelet API.
A collection of classes to support EL integration.
Default implementation of the Facelets API.
- 
Uses of TemplateContext in org.apache.myfaces.view.faceletsMethods in org.apache.myfaces.view.facelets that return TemplateContextModifier and TypeMethodDescriptionAbstractFaceletContext.getTemplateContext()Return the current template contextabstract TemplateContextAbstractFaceletContext.popTemplateContext()Pop the passed template context instance from stack.Methods in org.apache.myfaces.view.facelets with parameters of type TemplateContextModifier and TypeMethodDescriptionabstract voidAbstractFaceletContext.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.elMethods in org.apache.myfaces.view.facelets.el with parameters of type TemplateContextModifier and TypeMethodDescriptionvoidDefaultVariableMapper.setTemplateContext(TemplateContext templateContext) Set the current template context this variable mapper should resolve against.
- 
Uses of TemplateContext in org.apache.myfaces.view.facelets.implSubclasses of TemplateContext in org.apache.myfaces.view.facelets.impl