|
org.netbeans.modules.j2eeserver/4 1.55.0 1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface FindJSPServlet
This interface allows plugins to specify the location of servlets generated for JSPs.
| Method Summary | |
|---|---|
String |
getServletEncoding(String moduleContextPath,
String jspResourcePath)
Returns the encoding of the generated servlet file. |
String |
getServletResourcePath(String moduleContextPath,
String jspResourcePath)
Returns the resource path of the servlet generated for a particular JSP, relatively to the main temporary directory. |
File |
getServletTempDirectory(String moduleContextPath)
Returns the temporary directory where the server writes servlets generated from JSPs. |
| Method Detail |
|---|
File getServletTempDirectory(String moduleContextPath)
moduleContextPath - web module for which the temporary directory is requested.
String getServletResourcePath(String moduleContextPath,
String jspResourcePath)
moduleContextPath - context path of web module in which the JSP is located.jspResourcePath - the path of the JSP for which the servlet is requested, e.g.
"pages/login.jsp". Never starts with a '/'.
String getServletEncoding(String moduleContextPath,
String jspResourcePath)
moduleContextPath - context path of web module in which the JSP is located.jspResourcePath - the path of the JSP for which the servlet is requested, e.g.
"pages/login.jsp". Never starts with a '/'.
|
org.netbeans.modules.j2eeserver/4 1.55.0 1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||