Checks if this page has a JSP root. @return true if the page has a JSP root
()
| 299 | * @return true if the page has a JSP root |
| 300 | */ |
| 301 | public boolean hasJspRoot() { |
| 302 | return hasJspRoot; |
| 303 | } |
| 304 | |
| 305 | /** |
| 306 | * Returns the omit XML declaration setting. |