Uses of Class
net.sourceforge.stripes.action.HttpCache

Packages that use HttpCache
net.sourceforge.stripes.controller This package contains classes which form the core internals of Stripes. 
 

Uses of HttpCache in net.sourceforge.stripes.controller
 

Methods in net.sourceforge.stripes.controller that return HttpCache
protected  HttpCache HttpCacheInterceptor.getAnnotation(Method method, Class<? extends ActionBean> beanClass)
          Look for a HttpCache annotation on the method first and then on the class and its superclasses.
 



? Copyright 2005-2006, Stripes Development Team.