com.ora.jsp.tags.xmp
Class ChildTag

java.lang.Object
  extended byjavax.servlet.jsp.tagext.SimpleTagSupport
      extended bycom.ora.jsp.tags.xmp.ChildTag
All Implemented Interfaces:
javax.servlet.jsp.tagext.JspTag, javax.servlet.jsp.tagext.SimpleTag

public class ChildTag
extends javax.servlet.jsp.tagext.SimpleTagSupport

This class is a dummy custom action used only to illustrate how a TagLibraryValidator can validate action element nesting.

Version:
1.0
Author:
Hans Bergsten, Gefion software

Field Summary
 
Fields inherited from class javax.servlet.jsp.tagext.SimpleTagSupport
 
Constructor Summary
ChildTag()
           
 
Methods inherited from class javax.servlet.jsp.tagext.SimpleTagSupport
doTag, findAncestorWithClass, getJspBody, getJspContext, getParent, setJspBody, setJspContext, setParent
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ChildTag

public ChildTag()