Which is the most efficient JspContext method to call to access an attribute that is known to be in application scope?
getPageContext()
findAttribute(String)
getAttribute(String, int)
getAttribute(String)