FileDocCategorySizeDatePackage
ParentTag.javaAPI DocExample356Tue Feb 28 11:34:06 GMT 2006com.ora.jsp.tags.xmp

ParentTag.java

package com.ora.jsp.tags.xmp;

import javax.servlet.jsp.tagext.*;

/**
 * This class is a dummy custom action used only to illustrate how a
 * TagLibraryValidator can validate action element nesting.
 *
 * @author Hans Bergsten, Gefion software <hans@gefionsoftware.com>
 * @version 1.0
 */
public class ParentTag extends SimpleTagSupport {
}