Groovy Documentation

controllers
Class WikiController

java.lang.Object
  controllers.WikiController

class WikiController

Controller for Wiki areas.


Property Summary
static def allowedMethods

The delete, save and update actions only accept POST requests

def create

Set up creation of a new area

def delete

Delete an area

def dependenciesService

DependenciesService

def edit

Set up an edit for an area

def index

Default action.

def list

List all areas.

def regenerate

Regenerate the Dependencies for an area

SandboxManager sandboxManager

SandboxManager bean (autowired by Spring).

def save

Save a new area

def securityService

Security service

def show

Show a particular area.

def sventonService

Service to interact with the sventon browser

def svnService

SvnService

def svnup

SVN update an area

def update

Process an edit

 
Constructor Summary
WikiController()

 
Method Summary
private def layoutsForWiki(Wiki wiki)

 
Methods inherited from class Object
wait, wait, wait, hashCode, getClass, equals, toString, notify, notifyAll
 

Property Detail

allowedMethods

static def allowedMethods
The delete, save and update actions only accept POST requests


create

def create
Set up creation of a new area


delete

def delete
Delete an area


dependenciesService

def dependenciesService
DependenciesService


edit

def edit
Set up an edit for an area


index

def index
Default action.


list

def list
List all areas.


regenerate

def regenerate
Regenerate the Dependencies for an area


sandboxManager

SandboxManager sandboxManager
SandboxManager bean (autowired by Spring).


save

def save
Save a new area


securityService

def securityService
Security service


show

def show
Show a particular area.


sventonService

def sventonService
Service to interact with the sventon browser


svnService

def svnService
SvnService


svnup

def svnup
SVN update an area


update

def update
Process an edit


 
Constructor Detail

WikiController

WikiController()


 
Method Detail

layoutsForWiki

private def layoutsForWiki(Wiki wiki)


 

Groovy Documentation