handlepageexception( )
它拥有页面作用域,这意味着只能通过_jspservice( )方法访问该对象。
config 对象:
通过pagecontext 的getattribute(string name)访问config属性。
request对象:
即使使用了forward( ) include( ) 等,该请求也在作用域内。
response 对象:
被绑定到pagecontext ,能够在_jspservice(…)中访问。
handlepageexception( )
它拥有页面作用域,这意味着只能通过_jspservice( )方法访问该对象。
通过pagecontext 的getattribute(string name)访问config属性。
即使使用了forward( ) include( ) 等,该请求也在作用域内。
被绑定到pagecontext ,能够在_jspservice(…)中访问。