Class ProtectedFunctionMapper

java.lang.Object
jakarta.el.FunctionMapper
org.apache.jasper.runtime.ProtectedFunctionMapper

public final class ProtectedFunctionMapper extends FunctionMapper
Maps EL functions to their Java method counterparts. Keeps the actual Method objects protected so that JSP pages can't indirectly do reflection.
Author:
Mark Roth, Kin-man Chung