org.apache.myfaces.view.facelets.tag.jsf.html
Class DefaultTagDecorator
java.lang.Object
org.apache.myfaces.view.facelets.tag.jsf.html.DefaultTagDecorator
- All Implemented Interfaces:
- TagDecorator
public class DefaultTagDecorator
- extends Object
- implements TagDecorator
Default implementation of TagDecorator as described in JSF 2.2 javadoc of
javax.faces.view.facelets.TagDecorator
- Since:
- 2.2
- Author:
- Leonardo Uribe
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
XHTML_NAMESPACE
public static final String XHTML_NAMESPACE
- See Also:
- Constant Field Values
JSF_NAMESPACE
public static final String JSF_NAMESPACE
- See Also:
- Constant Field Values
JSF_ALIAS_NAMESPACE
public static final String JSF_ALIAS_NAMESPACE
- See Also:
- Constant Field Values
PASS_THROUGH_NAMESPACE
public static final String PASS_THROUGH_NAMESPACE
- See Also:
- Constant Field Values
PASS_THROUGH_ALIAS_NAMESPACE
public static final String PASS_THROUGH_ALIAS_NAMESPACE
- See Also:
- Constant Field Values
DefaultTagDecorator
public DefaultTagDecorator()
decorate
public Tag decorate(Tag tag)
- Specified by:
decorate
in interface TagDecorator
Copyright © 2015 The Apache Software Foundation. All rights reserved.