org.codehaus.groovy.grails.plugins.gwt
Interface GwtServiceInterfaceGenerator


public interface GwtServiceInterfaceGenerator

Created by IntelliJ IDEA. User: pal20 Date: 02-Apr-2009 Time: 08:56:05 To change this template use File | Settings | File Templates.


Method Summary
 void generateInterfaces(Class serviceClass)
           
 void generateInterfaces(Class serviceClass, String packageName)
           
 boolean getInterfacesExist(Class serviceClass)
           
 boolean getInterfacesExist(Class serviceClass, String packageName)
           
 boolean isGwtExposed(Class serviceClass)
           
 

Method Detail

isGwtExposed

boolean isGwtExposed(Class serviceClass)

getInterfacesExist

boolean getInterfacesExist(Class serviceClass)

getInterfacesExist

boolean getInterfacesExist(Class serviceClass,
                           String packageName)

generateInterfaces

void generateInterfaces(Class serviceClass)

generateInterfaces

void generateInterfaces(Class serviceClass,
                        String packageName)