Sets the classpath used while compiling the servlets generated from JSP files @param s New value
(String s)
| 862 | * @param s New value |
| 863 | */ |
| 864 | public void setClassPath(String s) { |
| 865 | classPath = s; |
| 866 | } |
| 867 | |
| 868 | /** |
| 869 | * Returns the list of file extensions that are treated as JSP files. |
no outgoing calls
no test coverage detected