com.dyuproject.demos.helloworld
Class DigestAuthInterceptor

java.lang.Object
  extended by com.dyuproject.web.rest.AbstractInterceptor
      extended by com.dyuproject.demos.helloworld.DigestAuthInterceptor
All Implemented Interfaces:
Interceptor

public class DigestAuthInterceptor
extends AbstractInterceptor

Author:
David Yu

Constructor Summary
DigestAuthInterceptor()
           
 
Method Summary
protected  void init()
           
 void postHandle(boolean handled, RequestContext requestContext)
           
 boolean preHandle(RequestContext requestContext)
           
 
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

DigestAuthInterceptor

public DigestAuthInterceptor()
Method Detail

init

protected void init()
Specified by:
init in class AbstractInterceptor

postHandle

public void postHandle(boolean handled,
                       RequestContext requestContext)

preHandle

public boolean preHandle(RequestContext requestContext)
                  throws ServletException,
                         IOException
Throws:
ServletException
IOException


Copyright © 2013. All Rights Reserved.