org.mmbase.applications.vprowizards.spring.cache
Class Handling

java.lang.Object
  extended by org.mmbase.applications.vprowizards.spring.cache.Handling

public abstract class Handling
extends Object


Field Summary
protected  CacheFlushHint hint
           
 
Constructor Summary
Handling(int type)
           
 
Method Summary
 int getType()
           
abstract  void handle(HttpServletRequest request, HttpServletResponse response, Object handler, org.springframework.web.servlet.ModelAndView modelAndView)
           
 void setCacheFlushHint(CacheFlushHint cacheFlushHint)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

hint

protected CacheFlushHint hint
Constructor Detail

Handling

public Handling(int type)
Method Detail

setCacheFlushHint

public void setCacheFlushHint(CacheFlushHint cacheFlushHint)

handle

public abstract void handle(HttpServletRequest request,
                            HttpServletResponse response,
                            Object handler,
                            org.springframework.web.servlet.ModelAndView modelAndView)
                     throws Exception
Throws:
Exception

getType

public int getType()

toString

public String toString()
Overrides:
toString in class Object


MMBase 2.0-SNAPSHOT - null