public abstract class

TagUtil

extends Object
java.lang.Object
   ↳ webwork.view.taglib.TagUtil

Class Overview

This class contains utility methods that are used by most of the tags. These methods can also be used by other code that wants to access this type of functionality, such as Java code in JSP's.

Summary

Public Constructors
TagUtil()
Public Methods
static Tag findTagWithClass(Tag current, Class cl)
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public TagUtil ()

Public Methods

public static Tag findTagWithClass (Tag current, Class cl)