Is it possible to get the filename of the jsp file that uses a taglib from the java code? I.e.
public int doStartTag() throws JspException { try { String xxx = pageContext.?