public class OnePerApplicationAndSession extends Object implements GroovyConsoleFactory
| Modifier and Type | Class and Description |
|---|---|
protected static class |
OnePerApplicationAndSession.Key |
| Constructor and Description |
|---|
OnePerApplicationAndSession() |
| Modifier and Type | Method and Description |
|---|---|
protected OnePerApplicationAndSession.Key |
createKey(Application application,
javax.servlet.http.HttpSession session) |
ch.baurs.groovyconsole.GroovyConsole |
getGroovyConsole(Application application,
javax.servlet.http.HttpServletRequest request) |
protected javax.servlet.http.HttpSession |
getHttpSession(javax.servlet.http.HttpServletRequest request,
int maxInactiveInterval) |
public ch.baurs.groovyconsole.GroovyConsole getGroovyConsole(Application application, javax.servlet.http.HttpServletRequest request)
getGroovyConsole in interface GroovyConsoleFactoryprotected OnePerApplicationAndSession.Key createKey(Application application, javax.servlet.http.HttpSession session)
protected javax.servlet.http.HttpSession getHttpSession(javax.servlet.http.HttpServletRequest request,
int maxInactiveInterval)
Copyright © 2018. All rights reserved.