public class OpenSessionInViewInterceptor extends java.lang.Object
A org.springframework.web.context.request.WebRequestInterceptor instance that handles opening a Datastore session within the scope of a request
Type Params | Return Type | Name and description |
---|---|---|
|
void |
afterCompletion(org.springframework.web.context.request.WebRequest webRequest, java.lang.Exception e) |
|
Datastore |
getDatastore() |
|
protected boolean |
hasSessionBound() |
|
void |
postHandle(org.springframework.web.context.request.WebRequest webRequest, org.springframework.ui.ModelMap modelMap) |
|
void |
preHandle(org.springframework.web.context.request.WebRequest webRequest) |
|
void |
setDatastore(Datastore datastore) |
Methods inherited from class | Name |
---|---|
class java.lang.Object |
java.lang.Object#wait(long, int), java.lang.Object#wait(long), java.lang.Object#wait(), java.lang.Object#equals(java.lang.Object), java.lang.Object#toString(), java.lang.Object#hashCode(), java.lang.Object#getClass(), java.lang.Object#notify(), java.lang.Object#notifyAll() |