com.sun.facelets.tag.jsf.html
Class HtmlDecorator

java.lang.Object
  extended by com.sun.facelets.tag.jsf.html.HtmlDecorator
All Implemented Interfaces:
TagDecorator

public final class HtmlDecorator
extends Object
implements TagDecorator

Version:
$Id: HtmlDecorator.java,v 1.3 2005/08/24 04:38:45 jhook Exp $
Author:
Jacob Hookom

Field Summary
static HtmlDecorator Instance
           
static String XhtmlNamespace
           
 
Constructor Summary
HtmlDecorator()
           
 
Method Summary
 Tag decorate(Tag tag)
          If handled, return a new Tag instance, otherwise return null
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

XhtmlNamespace

public static final String XhtmlNamespace
See Also:
Constant Field Values

Instance

public static final HtmlDecorator Instance
Constructor Detail

HtmlDecorator

public HtmlDecorator()
Method Detail

decorate

public Tag decorate(Tag tag)
Description copied from interface: TagDecorator
If handled, return a new Tag instance, otherwise return null

Specified by:
decorate in interface TagDecorator
Parameters:
tag - tag to be decorated
Returns:
a decorated tag, otherwise null


Copyright © 2005 All Rights Reserved.