l 隐含对象
plication对象:
web.xml:
<context-param>
<param-name></>
<param-value></>
</>
可如下获取:
application.getinitparametr(“paraname”);
pagecontext对象:
方法:
getout( )
getexception( )
getpage( )
getrequest( )
getresponse( )
getsession( )
getservletconfig( )
getservletcontext( )
forward( )
include( )