网友您好, 请在下方输入框内输入要搜索的题目:
Youhavecreatedawebapplicationthatyoulicensetorealestatebrokers.Thewebappishighly customizableincludingtheemailaddressofthebroker,whichisplacedonthefooterofeachpage.Thisisconfiguredasacontextparameterinthedeploymentdescriptor:10.<context-param>11.<param-name>footerEmail</param-name>12.<param-value>joe@estates-r-us.biz</param-value>13.</context-param>WhichELcodesnippetwillinsertthiscontextparameterintothefooter?()
A.<ahref=’mailto:${footerEmail}’>Contactme</a>
B.<ahref=’mailto:${initParam@footerEmail}’>Contactme</a>
C.<ahref=’mailto:${initParam.footerEmail}’>Contactme</a>
D.<ahref=’mailto:${contextParam@footerEmail}’>Contactme</a>
E.<ahref=’mailto:${contextParam.footerEmail}’>Contactme</a>
参考答案