|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TemplateClient | |
---|---|
com.sun.facelets | Public Facelet API. |
com.sun.facelets.tag.ui | Tag Library for http://java.sun.com/jsf/ui. |
Uses of TemplateClient in com.sun.facelets |
---|
Methods in com.sun.facelets with parameters of type TemplateClient | |
---|---|
abstract void |
FaceletContext.extendClient(TemplateClient client)
|
abstract void |
FaceletContext.popClient(TemplateClient client)
Pop the last added TemplateClient |
abstract void |
FaceletContext.pushClient(TemplateClient client)
Push the passed TemplateClient onto the stack for Definition Resolution |
Uses of TemplateClient in com.sun.facelets.tag.ui |
---|
Classes in com.sun.facelets.tag.ui that implement TemplateClient | |
---|---|
class |
CompositionHandler
|
class |
DecorateHandler
|
class |
InsertHandler
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |