Groovy Documentation

java.gate.cow.gwt.client
Interface PageService


interface PageService
extends com.google.gwt.user.client.rpc.RemoteService

Method Summary
String checkName(String pageName, String id, String pathDir)

String create(String pageName, String id, String pathDir)

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

Method Detail

checkName

public String checkName(String pageName, String id, String pathDir)


create

public String create(String pageName, String id, String pathDir)


 

Groovy Documentation