jsp九个内置对象(16)

发布时间:2021-06-05

17. HttpSession getSession() ;

取得页面的session对象。

18. VariableResolver getVariableResolver() ;

取得页面的variableResolver对象。

19. void include( String url, boolean flush ) ;

void include( String url ) ;

包含其他的资源,并指定是否自动刷新。

20. void release() ;

重置pageContext内部状态,释放所有内部引用。

21. void initialize( Servlet servlet, ServletRequest request, ServletResponse response,

String errorPageURL, boolean needSession, int bufferSize, boolean autoFlush ) ; 初始化未经初始化的pageContext对象。

22. BodyContext pushBody() ;

BodyContext pushBody( Writer writer ) ;

保存当前的out对象,并更新pageContext中page范围内的out对象。

23. JspWrite popBody() ;

取出由pushBody()方法保存的out对象。

24. void handlePageException( Exception e ) ;

void handlePageException( Thrwoable t ) ;

成员:

int PAGE_SCOPE = 1 - 页面共享范围

精彩图片

热门精选

大家正在看