|
Groovy Documentation | |||||||
| FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | PROPERTY | CONSTR | METHOD | DETAIL: FIELD | PROPERTY | CONSTR | METHOD | |||||||
java.lang.Objectcontrollers.AdminController
class AdminController
The admin action(s).
| Property Summary | |
|---|---|
def |
administerIndex
Administration actions over wiki area indices. |
static Map |
conf
CoW config |
def |
index
Show the main admin page. |
def |
indexStatus
Shows indexing queue |
def |
indexWikiArea
Perform indexing or delete the index for the given wikiArea. |
def |
indexingService
Service for wiki area search indexing. |
def |
showConfig
Display solrConfig.xml |
def |
showSchema
Showing solr's schema.xml |
def |
showStats
|
def |
sventon
Allows administrative access to the sventon browser |
def |
sventonService
Service to control sventon. |
| Constructor Summary | |
AdminController()
|
|
| Method Summary | |
|---|---|
boolean
|
checkIfIdIsNull()
if params.id is null, this method renders the appropriate message Returns true if id is null |
boolean
|
checkIfSolrIsDisabled()
if solr is disabled, this method renders the appropriate message and returns true; false otherwise |
void
|
renderXml(String xmlUrl)
Rendering XML content. |
| Methods inherited from class Object | |
|---|---|
| wait, wait, wait, hashCode, getClass, equals, toString, notify, notifyAll |
| Property Detail |
|---|
def administerIndex
static Map conf
def index
def indexStatus
def indexWikiArea
def indexingService
def showConfig
def showSchema
def showStats
def sventon
def sventonService
| Constructor Detail |
|---|
AdminController()
| Method Detail |
|---|
boolean checkIfIdIsNull()
boolean checkIfSolrIsDisabled()
void renderXml(String xmlUrl)
Groovy Documentation