Returns the JSP compilation context. @return the compilation context
()
| 607 | * @return the compilation context |
| 608 | */ |
| 609 | public JspCompilationContext getCompilationContext() { |
| 610 | return ctxt; |
| 611 | } |
| 612 | |
| 613 | /** |
| 614 | * Remove generated files |
no outgoing calls
no test coverage detected