|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TemplateClient | |
---|---|
org.apache.myfaces.view.facelets | Public Facelet API. |
org.apache.myfaces.view.facelets.impl | Default implementation of the Facelets API. |
org.apache.myfaces.view.facelets.tag.composite | |
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 |
---|
Classes in org.apache.myfaces.view.facelets that implement TemplateClient | |
---|---|
class |
TemplateManager
|
Methods in org.apache.myfaces.view.facelets with parameters of type TemplateClient | |
---|---|
abstract void |
TemplateContext.extendClient(AbstractFaceletContext actx,
AbstractFacelet owner,
TemplateClient client)
|
abstract void |
AbstractFaceletContext.extendClient(TemplateClient client)
|
abstract TemplateManager |
AbstractFaceletContext.popClient(TemplateClient client)
Pop the last added pushed TemplateClient |
abstract TemplateManager |
AbstractFaceletContext.popExtendedClient(TemplateClient client)
Pop the last added extended TemplateClient |
abstract void |
TemplateContext.pushClient(AbstractFaceletContext actx,
AbstractFacelet owner,
TemplateClient client)
Push the passed TemplateClient onto the stack for Definition Resolution |
abstract void |
AbstractFaceletContext.pushClient(TemplateClient client)
Push the passed TemplateClient onto the stack for Definition Resolution |
abstract void |
AbstractFaceletContext.pushCompositeComponentClient(TemplateClient client)
Push the composite component tag handler identified by client on template context stack, triggering the creation of a new empty TemplateContext, that will be used to resolve templates used on that component later. |
Uses of TemplateClient in org.apache.myfaces.view.facelets.impl |
---|
Classes in org.apache.myfaces.view.facelets.impl that implement TemplateClient | |
---|---|
static class |
TemplateContextImpl.InitialTemplateClient
This is just a dummy template client that does nothing that is added by default for each template context |
Methods in org.apache.myfaces.view.facelets.impl with parameters of type TemplateClient | |
---|---|
void |
TemplateContextImpl.extendClient(AbstractFaceletContext actx,
AbstractFacelet owner,
TemplateClient client)
|
void |
TemplateContextImpl.pushClient(AbstractFaceletContext actx,
AbstractFacelet owner,
TemplateClient client)
|
Uses of TemplateClient in org.apache.myfaces.view.facelets.tag.composite |
---|
Classes in org.apache.myfaces.view.facelets.tag.composite that implement TemplateClient | |
---|---|
class |
CompositeComponentResourceTagHandler
This handler is responsible for apply composite components. |
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. |
class |
LegacyCompositionHandler
NOTE: This implementation is provided for compatibility reasons and it is considered faulty. |
class |
LegacyDecorateHandler
The decorate tag acts the same as a composition tag, but it will not trim everything outside of it. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |