|
Groovy Documentation | |||||||
| FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | PROPERTY | CONSTR | METHOD | DETAIL: FIELD | PROPERTY | CONSTR | METHOD | |||||||
java.lang.Objectgwt.GwtGrailsPlugin
class GwtGrailsPlugin
| Property Summary | |
|---|---|
private static Class |
COLLECTION_TYPE_ARG_CLASS
|
private static def |
GROOVY_METHODS
|
private static Class |
MAP_TYPE_ARG_CLASS
|
def |
author
|
def |
authorEmail
|
def |
description
|
def |
doWithApplicationContext
|
def |
doWithDynamicMethods
Registers the common web-related dynamic properties on services that are exposed via GWT. |
def |
doWithSpring
|
def |
doWithWebDescriptor
|
def |
documentation
|
def |
grailsVersion
|
def |
onApplicationChange
|
def |
onChange
|
def |
srcDir
|
def |
title
|
def |
version
|
| Constructor Summary | |
GwtGrailsPlugin()
|
|
| Method Summary | |
|---|---|
def
|
findModules(def searchDir)
Searches a given directory for any GWT module files, and returns a list of their fully-qualified names. |
def
|
getPackage(def serviceWrapper)
Determines whether the given service has been configured for GWT RPC, and if so returns the package in which the corresponding interfaces should be generated. |
| Methods inherited from class Object | |
|---|---|
| wait, wait, wait, hashCode, getClass, equals, toString, notify, notifyAll |
| Property Detail |
|---|
private static final Class COLLECTION_TYPE_ARG_CLASS
private static final def GROOVY_METHODS
private static final Class MAP_TYPE_ARG_CLASS
def author
def authorEmail
def description
def doWithApplicationContext
def doWithDynamicMethods
def doWithSpring
def doWithWebDescriptor
def documentation
def grailsVersion
def onApplicationChange
def onChange
def srcDir
def title
def version
| Constructor Detail |
|---|
GwtGrailsPlugin()
| Method Detail |
|---|
public def findModules(def searchDir)
public def getPackage(def serviceWrapper)
Groovy Documentation