|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TemplateManager | |
---|---|
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 | |
---|---|
abstract TemplateManager |
TemplateContext.getCompositeComponentClient()
|
abstract TemplateManager |
TemplateContext.popClient(AbstractFaceletContext actx)
Pop the last added pushed TemplateClient |
abstract TemplateManager |
AbstractFaceletContext.popClient(TemplateClient client)
Pop the last added pushed TemplateClient |
abstract TemplateManager |
TemplateContext.popExtendedClient(AbstractFaceletContext actx)
Pop the last added extended TemplateClient |
abstract TemplateManager |
AbstractFaceletContext.popExtendedClient(TemplateClient client)
Pop the last added extended TemplateClient |
Methods in org.apache.myfaces.view.facelets with parameters of type TemplateManager | |
---|---|
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 | |
---|---|
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 | |
---|---|
void |
TemplateContextImpl.setCompositeComponentClient(TemplateManager compositeComponentClient)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |