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

java.lang.Object
  extended by org.apache.myfaces.view.facelets.tag.jsf.html.HtmlDecorator
All Implemented Interfaces:
javax.faces.view.facelets.TagDecorator

public final class HtmlDecorator
extends java.lang.Object
implements javax.faces.view.facelets.TagDecorator

Version:
$Id: HtmlDecorator.java,v 1.4 2008/07/13 19:01:50 rlubke Exp $
Author:
Jacob Hookom

Field Summary
static HtmlDecorator Instance
           
static java.lang.String XhtmlNamespace
           
 
Constructor Summary
HtmlDecorator()
           
 
Method Summary
 javax.faces.view.facelets.Tag decorate(javax.faces.view.facelets.Tag tag)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

XhtmlNamespace

public static final java.lang.String XhtmlNamespace
See Also:
Constant Field Values

Instance

public static final HtmlDecorator Instance
Constructor Detail

HtmlDecorator

public HtmlDecorator()
Method Detail

decorate

public javax.faces.view.facelets.Tag decorate(javax.faces.view.facelets.Tag tag)
Specified by:
decorate in interface javax.faces.view.facelets.TagDecorator


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