JavaScript is disabled on your browser.
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
javax.faces.view.facelets
Interface TagDecorator
public interface
TagDecorator
Provides the ability to completely change the Tag before it's processed for compiling with the associated TagHandler.
You could take <input type="text" /> and convert it to <h:inputText /> before compiling.
Method Summary
Methods
Modifier and Type
Method and Description
Tag
decorate
(
Tag
tag)
If handled, return a new Tag instance, otherwise return null
Method Detail
decorate
Tag
decorate(
Tag
tag)
If handled, return a new Tag instance, otherwise return null
Parameters:
tag
- tag to be decorated
Returns:
a decorated tag, otherwise null
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method