|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TemplateContext | |
---|---|
org.apache.myfaces.view.facelets | Public Facelet API. |
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 | |
---|---|
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.impl |
---|
Subclasses of TemplateContext in org.apache.myfaces.view.facelets.impl | |
---|---|
class |
TemplateContextImpl
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |