Returns the error pages. @return the error pages
()
| 767 | * @return the error pages |
| 768 | */ |
| 769 | public Map<String,ErrorPage> getErrorPages() { |
| 770 | return errorPages; |
| 771 | } |
| 772 | |
| 773 | // Digester will check there is only one jsp-config |
| 774 | // jsp-config/taglib or taglib (2.3 and earlier) |
no outgoing calls