com.dyuproject.web.rest
Class AbstractInterceptor

java.lang.Object
  extended by com.dyuproject.web.rest.AbstractLifeCycle
      extended by com.dyuproject.web.rest.AbstractInterceptor
All Implemented Interfaces:
Interceptor, LifeCycle

public abstract class AbstractInterceptor
extends AbstractLifeCycle
implements Interceptor

Base interceptor to pre-handle and post-handle requests. Helper class.

Author:
David Yu
Date created:
May 18, 2008

Constructor Summary
AbstractInterceptor()
           
 
Method Summary
 
Methods inherited from class com.dyuproject.web.rest.AbstractLifeCycle
destroy, destroy, getWebContext, init, init, isDestroyed, isInitialized, newObjectInstance
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.dyuproject.web.rest.Interceptor
postHandle, preHandle
 
Methods inherited from interface com.dyuproject.web.rest.LifeCycle
destroy, init
 

Constructor Detail

AbstractInterceptor

public AbstractInterceptor()


Copyright © 2008-2013. All Rights Reserved.