Uses of Interface
org.apache.myfaces.view.facelets.TemplateClient
Packages that use TemplateClient
Package
Description
Public Facelet API.
Default implementation of the Facelets API.
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 TemplateClientMethods in org.apache.myfaces.view.facelets with parameters of type TemplateClientModifier and TypeMethodDescriptionabstract void
AbstractFaceletContext.extendClient
(TemplateClient client) abstract void
TemplateContext.extendClient
(AbstractFaceletContext actx, AbstractFacelet owner, TemplateClient client) abstract TemplateManager
AbstractFaceletContext.popClient
(TemplateClient client) Pop the last added pushed TemplateClientabstract TemplateManager
AbstractFaceletContext.popExtendedClient
(TemplateClient client) Pop the last added extended TemplateClientabstract void
AbstractFaceletContext.pushClient
(TemplateClient client) Push the passed TemplateClient onto the stack for Definition Resolutionabstract void
TemplateContext.pushClient
(AbstractFaceletContext actx, AbstractFacelet owner, TemplateClient client) Push the passed TemplateClient onto the stack for Definition Resolutionabstract 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 TemplateClientModifier and TypeClassDescriptionstatic final class
This is just a dummy template client that does nothing that is added by default for each template contextMethods in org.apache.myfaces.view.facelets.impl with parameters of type TemplateClientModifier and TypeMethodDescriptionvoid
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 TemplateClientModifier and TypeClassDescriptionclass
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 TemplateClientModifier and TypeClassDescriptionfinal class
final class
The decorate tag acts the same as a composition tag, but it will not trim everything outside of it.final class
The insert tag is used within your templates to declare spots of replicable data.final class
NOTE: This implementation is provided for compatibility reasons and it is considered faulty.final class
The decorate tag acts the same as a composition tag, but it will not trim everything outside of it.