com.ora.jsp.tags.xmp
Class ParentTag

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

public class ParentTag
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
ParentTag()
           
 
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

ParentTag

public ParentTag()