1 19 20 package org.netbeans.modules.j2ee.deployment.plugins.api; 21 22 import java.io.File ; 23 24 29 public interface FindJSPServlet { 30 31 38 public File getServletTempDirectory(String moduleContextPath); 39 40 50 public String getServletResourcePath(String moduleContextPath, String jspResourcePath); 51 52 61 public String getServletEncoding(String moduleContextPath, String jspResourcePath); 62 63 } 64 | Popular Tags |