com.dyuproject.demos.todolist.service
Class LoginInterceptor

java.lang.Object
  extended by com.dyuproject.web.rest.AbstractInterceptor
      extended by com.dyuproject.web.rest.WrapperInterceptor
          extended by com.dyuproject.demos.todolist.service.LoginInterceptor
All Implemented Interfaces:
Interceptor

public class LoginInterceptor
extends WrapperInterceptor

Author:
David Yu

Constructor Summary
LoginInterceptor()
           
 
Method Summary
 boolean preHandle(RequestContext requestContext)
           
 
Methods inherited from class com.dyuproject.web.rest.WrapperInterceptor
getInterceptor, init, postHandle, setInterceptor
 
Methods inherited from class com.dyuproject.web.rest.AbstractInterceptor
destroy, destroy, getWebContext, init
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LoginInterceptor

public LoginInterceptor()
Method Detail

preHandle

public boolean preHandle(RequestContext requestContext)
                  throws ServletException,
                         IOException
Specified by:
preHandle in interface Interceptor
Overrides:
preHandle in class WrapperInterceptor
Throws:
ServletException
IOException


Copyright © 2013. All Rights Reserved.