org.opennms.acl.ui.interceptor
Class GroupInterceptor

java.lang.Object
  extended by org.springframework.web.servlet.handler.HandlerInterceptorAdapter
      extended by org.opennms.acl.ui.interceptor.GroupInterceptor
All Implemented Interfaces:
org.springframework.web.servlet.HandlerInterceptor

public class GroupInterceptor
extends org.springframework.web.servlet.handler.HandlerInterceptorAdapter

Interceptor to put a Group in the request

Since:
jdk 1.5.0
Version:
$Id: $
Author:
Massimiliano Dessì (desmax74@yahoo.it)

Constructor Summary
GroupInterceptor()
           
 
Method Summary
 boolean preHandle(javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse res, Object handler)
          
 
Methods inherited from class org.springframework.web.servlet.handler.HandlerInterceptorAdapter
afterCompletion, postHandle
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GroupInterceptor

public GroupInterceptor()
Method Detail

preHandle

public boolean preHandle(javax.servlet.http.HttpServletRequest req,
                         javax.servlet.http.HttpServletResponse res,
                         Object handler)
                  throws Exception

Specified by:
preHandle in interface org.springframework.web.servlet.HandlerInterceptor
Overrides:
preHandle in class org.springframework.web.servlet.handler.HandlerInterceptorAdapter
Throws:
Exception


Copyright © 2011. All Rights Reserved.