public class WidgetTypeDevTagHandler extends javax.faces.view.facelets.TagHandler
AbstractWidgetTypeHandler.DEV_TEMPLATE_PROPERTY_NAME
.
When the property AbstractWidgetTypeHandler.DISABLE_DEV_PROPERTY_NAME
is not defined, a default template is
used for the widget dev mode. If this property (resolved on the widget or the widget type properties) resolves to
false, this handler is skipped.
Modifier and Type | Field and Description |
---|---|
protected javax.faces.view.facelets.TagConfig |
config |
protected String |
DEFAULT_TEMPLATE |
protected javax.faces.view.facelets.TagAttribute |
template |
protected javax.faces.view.facelets.TagAttribute |
widget |
Constructor and Description |
---|
WidgetTypeDevTagHandler(javax.faces.view.facelets.TagConfig config) |
Modifier and Type | Method and Description |
---|---|
void |
apply(javax.faces.view.facelets.FaceletContext ctx,
javax.faces.component.UIComponent parent) |
protected final String DEFAULT_TEMPLATE
protected final javax.faces.view.facelets.TagConfig config
protected final javax.faces.view.facelets.TagAttribute widget
protected final javax.faces.view.facelets.TagAttribute template
public WidgetTypeDevTagHandler(javax.faces.view.facelets.TagConfig config)
public void apply(javax.faces.view.facelets.FaceletContext ctx, javax.faces.component.UIComponent parent) throws IOException, javax.faces.FacesException, javax.faces.view.facelets.FaceletException, javax.el.ELException
IOException
javax.faces.FacesException
javax.faces.view.facelets.FaceletException
javax.el.ELException
Copyright © 2015 Nuxeo SA. All rights reserved.