
com.nfwork.dbfound.web.jstl.If Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of dbfound Show documentation
Show all versions of dbfound Show documentation
dbfound development platform
package com.nfwork.dbfound.web.jstl;
import javax.servlet.jsp.JspException;
import org.apache.taglibs.standard.tag.rt.core.IfTag;
public class If extends IfTag {
private static final long serialVersionUID = 4338106166444815853L;
private String sourcePath;
@Override
public int doStartTag() throws JspException {
return super.doStartTag();
}
public String getSourcePath() {
return sourcePath;
}
public void setSourcePath(String sourcePath) {
this.sourcePath = sourcePath;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy