I have a java class in a different module that the jspf file is located.In a normal JSP file, I would import it this way:
<%@include file="../../../WEB-INF/jspf/corelib.jspf" %>
Right now,I want the equivalent of this in my .java
class but can't find a proper way to import.
How would I import this?