|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TemplateContext | |
---|---|
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 | |
---|---|
TemplateContext |
AbstractFaceletContext.getTemplateContext()
Return the current template context |
abstract TemplateContext |
AbstractFaceletContext.popTemplateContext()
Pop the passed template context instance from stack. |
Methods in org.apache.myfaces.view.facelets with parameters of type TemplateContext | |
---|---|
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 | |
---|---|
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 | |
---|---|
class |
TemplateContextImpl
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |