Checks if EL is ignored. @return true if EL is ignored
()
| 944 | * @return true if EL is ignored |
| 945 | */ |
| 946 | public boolean isELIgnored() { |
| 947 | return isELIgnored; |
| 948 | } |
| 949 | |
| 950 | /** |
| 951 | * Sets the error on EL not found flag. |
no outgoing calls
no test coverage detected