|
Groovy Documentation | |||||||
| FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectorg.springframework.orm.hibernate3.support.OpenSessionInViewFilter
org.codehaus.groovy.grails.orm.hibernate.support.GrailsOpenSessionInViewFilter
public class GrailsOpenSessionInViewFilter extends OpenSessionInViewFilter
Uses the GrailsApplication sessionFactory to apply the filter.
| Method Summary | |
|---|---|
protected void
|
closeSession(Session session, SessionFactory sessionFactory)
|
protected void
|
doFilterInternal(HttpServletRequest request, HttpServletResponse response, FilterChain filterChain)
|
protected Session
|
getSession(SessionFactory sessionFactory)
|
protected SessionFactory
|
lookupSessionFactory()
|
| Method Detail |
|---|
@Override protected void closeSession(Session session, SessionFactory sessionFactory)
@Override protected void doFilterInternal(HttpServletRequest request, HttpServletResponse response, FilterChain filterChain)
@Override protected Session getSession(SessionFactory sessionFactory)
@Override protected SessionFactory lookupSessionFactory()
Groovy Documentation