Skip to content

Commit

Permalink
Add support for an additional property: getErrorOnELNotFound()
Browse files Browse the repository at this point in the history
This is in support of:
jakartaee/pages#40
  • Loading branch information
markt-asf committed Oct 1, 2021
1 parent 4283e46 commit 4367a70
Showing 1 changed file with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,13 @@ public interface JspPropertyGroupDescriptor {
*/
public String getElIgnored();

/**
* Will the use of an unknown identifier in EL within a JSP page trigger an error for this group?
*
* @return {@code true} if an error will be triggered, otherwise {@code false}
*/
public String getErrorOnELNotFound();

/**
* Gets the value of the <code>page-encoding</code> configuration, which specifies the default page encoding for any JSP
* pages mapped to the JSP property group represented by this <code>JspPropertyGroupDescriptor</code>.
Expand Down

0 comments on commit 4367a70

Please sign in to comment.