|
What this is
Other links
The source codepackage tadm; import javax.servlet.jsp.JspException; import javax.servlet.jsp.tagext.Tag; import javax.servlet.jsp.tagext.TagSupport; import tadm.AntTag; /** * Child tag to add ant targets to Ant taglib. * */ public class AntTarget extends TagSupport { public AntTarget() {} public int doStartTag() throws JspException { Tag parent=getParent(); if( parent == null ) throw new JspException( "AntTarget used as top-level tag,"+ "must be inside |
... this post is sponsored by my books ... | |
#1 New Release! |
FP Best Seller |
Copyright 1998-2024 Alvin Alexander, alvinalexander.com
All Rights Reserved.
A percentage of advertising revenue from
pages under the /java/jwarehouse
URI on this website is
paid back to open source projects.