Is there at a mechanism (preferably compile-time) in JSP to specify required parameters for the JSP accessible by EL, or are the available objects always unknown?
There are cases where I want to specify that the JSP expects at least certain named parameters with certain types.