org.jboss.seam.ui.handler
Class DecorateHandler
java.lang.Object
javax.faces.view.facelets.TagHandler
javax.faces.view.facelets.MetaTagHandler
javax.faces.view.facelets.DelegatingMetaTagHandler
javax.faces.view.facelets.ComponentHandler
org.jboss.seam.ui.handler.DecorateHandler
- All Implemented Interfaces:
- javax.faces.view.facelets.FaceletHandler
public class DecorateHandler
- extends javax.faces.view.facelets.ComponentHandler
Decorating handler
- Author:
- mnovotny
Fields inherited from class javax.faces.view.facelets.DelegatingMetaTagHandler |
delegateFactory |
Fields inherited from class javax.faces.view.facelets.TagHandler |
nextHandler, tag, tagId |
Constructor Summary |
DecorateHandler(javax.faces.view.facelets.ComponentConfig config)
|
Method Summary |
void |
applyNextHandler(javax.faces.view.facelets.FaceletContext context,
javax.faces.component.UIComponent component)
|
Methods inherited from class javax.faces.view.facelets.ComponentHandler |
getComponentConfig, getTagHandlerDelegate, isNew, onComponentCreated, onComponentPopulated |
Methods inherited from class javax.faces.view.facelets.DelegatingMetaTagHandler |
apply, createMetaRuleset, getBinding, getTag, getTagAttribute, getTagId, isDisabled, setAttributes |
Methods inherited from class javax.faces.view.facelets.TagHandler |
getAttribute, getRequiredAttribute, toString |
DecorateHandler
public DecorateHandler(javax.faces.view.facelets.ComponentConfig config)
applyNextHandler
public void applyNextHandler(javax.faces.view.facelets.FaceletContext context,
javax.faces.component.UIComponent component)
throws IOException,
javax.faces.FacesException,
javax.el.ELException
- Overrides:
applyNextHandler
in class javax.faces.view.facelets.DelegatingMetaTagHandler
- Throws:
IOException
javax.faces.FacesException
javax.el.ELException
Copyright © 2013 Seam Framework. All Rights Reserved.