org.apache.myfaces.view.facelets.tag.jsf.html
Class DefaultTagDecorator

java.lang.Object
  extended by 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

Field Summary
static String JSF_ALIAS_NAMESPACE
           
static String JSF_NAMESPACE
           
static String PASS_THROUGH_ALIAS_NAMESPACE
           
static String PASS_THROUGH_NAMESPACE
           
static String XHTML_NAMESPACE
           
 
Constructor Summary
DefaultTagDecorator()
           
 
Method Summary
 Tag decorate(Tag tag)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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
Constructor Detail

DefaultTagDecorator

public DefaultTagDecorator()
Method Detail

decorate

public Tag decorate(Tag tag)
Specified by:
decorate in interface TagDecorator


Copyright © 2013 The Apache Software Foundation. All Rights Reserved.