Checks if error on EL not found is enabled. @return true if error on EL not found is enabled
()
| 971 | * @return true if error on EL not found is enabled |
| 972 | */ |
| 973 | public boolean isErrorOnELNotFound() { |
| 974 | return errorOnELNotFound; |
| 975 | } |
| 976 | |
| 977 | /** |
| 978 | * Puts a non-custom tag prefix in the map. |