|
Groovy Documentation | |||||||
| FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | PROPERTY | CONSTR | METHOD | DETAIL: FIELD | PROPERTY | CONSTR | METHOD | |||||||
java.lang.Objectconf.BootStrap
class BootStrap
Application start and end time actions
| Property Summary | |
|---|---|
def |
dependenciesService
The dependencies service |
def |
destroy
Shutdown - serialize all wikis. |
def |
grailsApplication
The GrailsApplication object |
def |
init
Initialisation. |
def |
jsecSecurityManager
The JSecurity security manager |
def |
quartzScheduler
The Quartz scheduler |
def |
sandboxManager
SandboxManager bean. |
def |
securityService
The security service |
def |
sventonService
The sventon remote control service |
| Constructor Summary | |
BootStrap()
|
|
| Method Summary | |
|---|---|
boolean
|
upgrade03(Map conf, List wikis)
**************************************************** // If we are upgrading an existing DB from before JsecRolePermissionRel // and JsecUserPermssionRel had controllerName fields, then we need to fix // any instances in the DB. //**** The code between asterisks can be removed **** //**** after all such DBs have been updated **** //**** (written 26 Feb 2009 **** if(JsecControllerName.count() == 0) { // Make default controller and add to existing permissions def controllerName = securityService.getController( conf.gate.cow.security.controllers.page) JsecRolePermissionRel.list().each{ it -> if(! |
| Methods inherited from class Object | |
|---|---|
| wait, wait, wait, hashCode, getClass, equals, toString, notify, notifyAll |
| Property Detail |
|---|
def dependenciesService
def destroy
def grailsApplication
def init
def jsecSecurityManager
def quartzScheduler
def sandboxManager
def securityService
def sventonService
| Constructor Detail |
|---|
BootStrap()
| Method Detail |
|---|
boolean upgrade03(Map conf, List wikis)
Groovy Documentation