Uses of Interface
org.apache.myfaces.view.facelets.TemplateClient
-
Packages that use TemplateClient Package Description 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 Modifier and Type Class Description class
TemplateManager
Methods in org.apache.myfaces.view.facelets with parameters of type TemplateClient Modifier and Type Method Description abstract 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 TemplateClient Modifier and Type Class Description static class
TemplateContextImpl.InitialTemplateClient
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 TemplateClient Modifier and Type Method Description 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 Modifier and Type Class Description 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 Modifier and Type Class Description class
CompositionHandler
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.
-