|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TemplateClient | |
---|---|
org.apache.myfaces.view.facelets | Public Facelet API. |
org.apache.myfaces.view.facelets.tag.ui | Tag Library for http://java.sun.com/jsf/ui. |
Uses of TemplateClient in org.apache.myfaces.view.facelets |
---|
Methods in org.apache.myfaces.view.facelets with parameters of type TemplateClient | |
---|---|
abstract void |
AbstractFaceletContext.extendClient(TemplateClient client)
|
abstract void |
AbstractFaceletContext.popClient(TemplateClient client)
Pop the last added TemplateClient |
abstract void |
AbstractFaceletContext.pushClient(TemplateClient client)
Push the passed TemplateClient onto the stack for Definition Resolution |
Uses of TemplateClient in org.apache.myfaces.view.facelets.tag.ui |
---|
Classes in org.apache.myfaces.view.facelets.tag.ui that implement TemplateClient | |
---|---|
class |
CompositionHandler
TODO: REFACTOR - This class could easily use a common parent with DecoratorHandler |
class |
DecorateHandler
The decorate tag acts the same as a composition tag, but it will not trim everything outside of it. |
class |
InsertHandler
The insert tag is used within your templates to declare spots of replicable data. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |