All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.nfwork.dbfound.web.jstl.If Maven / Gradle / Ivy

There is a newer version: 4.3.2
Show newest version
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