public abstract class Handling extends Object
| Modifier and Type | Field and Description |
|---|---|
protected CacheFlushHint |
hint |
| Constructor and Description |
|---|
Handling(int type) |
| Modifier and Type | Method and Description |
|---|---|
int |
getType() |
abstract void |
handle(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
Object handler,
org.springframework.web.servlet.ModelAndView modelAndView) |
void |
setCacheFlushHint(CacheFlushHint cacheFlushHint) |
String |
toString() |
protected CacheFlushHint hint
public void setCacheFlushHint(CacheFlushHint cacheFlushHint)
public abstract void handle(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
Object handler,
org.springframework.web.servlet.ModelAndView modelAndView)
throws Exception
Exceptionpublic int getType()
MMBase 1.9-SNAPSHOT - ${javadoctimestamp}