在J2EE项目中,使用Servlet过滤器来实现对页面的权限控制问题,比较的方便和实用。这里就不多讲过滤器的原理了(可见:
http://www.28600.com/article1/5-57589.htm)。
下面是我在项目实际开发中,对权限控制的代码的节选:
public void doFilter(ServletRequest srequest, ServletResponse sresponse,
FilterChain filterChain) throws IOException, ServletExceptio
类别:Java 查看评论文章来源:
http://hi.baidu.com/whxleem/blog/item/10f6321f6e1a41c8a68669ed.html