()
| 849 | } |
| 850 | |
| 851 | @Override |
| 852 | public String getClassPath() { |
| 853 | if (classPath != null) { |
| 854 | return classPath; |
| 855 | } |
| 856 | return System.getProperty("java.class.path"); |
| 857 | } |
| 858 | |
| 859 | /** |
| 860 | * Sets the classpath used while compiling the servlets generated from JSP files |
no test coverage detected