Returns the JSP file path. @return The JSP file path
()
| 179 | * @return The JSP file path |
| 180 | */ |
| 181 | public String getJspFile() { |
| 182 | return jspFile; |
| 183 | } |
| 184 | |
| 185 | /** |
| 186 | * Adds a dependent file to this page. |
no outgoing calls
no test coverage detected