Class ProtectedFunctionMapper

java.lang.Object
jakarta.el.FunctionMapper
org.apache.jasper.runtime.ProtectedFunctionMapper
All Implemented Interfaces:
FunctionMapper

public final class ProtectedFunctionMapper extends FunctionMapper implements 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