Returns the list of imports for this page. @return The imports list
()
| 170 | * @return The imports list |
| 171 | */ |
| 172 | public List<String> getImports() { |
| 173 | return imports; |
| 174 | } |
| 175 | |
| 176 | /** |
| 177 | * Returns the JSP file path. |
no outgoing calls
no test coverage detected