webwork.view.taglib
Class TagUtil

java.lang.Object
  extended bywebwork.view.taglib.TagUtil

public abstract class TagUtil
extends java.lang.Object

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.

Version:
$Revision: 1.1 $
Author:
Rickard Öberg (rickard@dreambean.com)

Constructor Summary
TagUtil()
           
 
Method Summary
static javax.servlet.jsp.tagext.Tag findTagWithClass(javax.servlet.jsp.tagext.Tag current, java.lang.Class cl)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TagUtil

public TagUtil()
Method Detail

findTagWithClass

public static javax.servlet.jsp.tagext.Tag findTagWithClass(javax.servlet.jsp.tagext.Tag current,
                                                            java.lang.Class cl)


Copyright © 2001-2003 WebWork All Rights Reserved.