jodd.madvoc.petite
Class PetiteInterceptorManager

java.lang.Object
  extended by jodd.madvoc.interceptor.InterceptorsManager
      extended by jodd.madvoc.petite.PetiteInterceptorManager

public class PetiteInterceptorManager
extends InterceptorsManager

Petite-aware interceptors manager.


Field Summary
protected  PetiteContainer pc
           
protected  PetiteWebApplication pwa
           
 
Fields inherited from class jodd.madvoc.interceptor.InterceptorsManager
interceptors, webapp
 
Constructor Summary
PetiteInterceptorManager(WebApplication webapp)
           
 
Method Summary
protected  ActionInterceptor createInterceptor(java.lang.Class<? extends ActionInterceptor> interceptorClass)
          Acquires interceptor from Petite container.
 
Methods inherited from class jodd.madvoc.interceptor.InterceptorsManager
expand, lookup, resolve, resolveAll, resolveInterceptors
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

pwa

protected final PetiteWebApplication pwa

pc

protected final PetiteContainer pc
Constructor Detail

PetiteInterceptorManager

public PetiteInterceptorManager(WebApplication webapp)
Method Detail

createInterceptor

protected ActionInterceptor createInterceptor(java.lang.Class<? extends ActionInterceptor> interceptorClass)
Acquires interceptor from Petite container.

Overrides:
createInterceptor in class InterceptorsManager


Copyright ©2008 Jodd Team