org.crsh.web.client
Interface ShellService

All Superinterfaces:
com.google.gwt.user.client.rpc.RemoteService
All Known Implementing Classes:
ShellServiceImpl

@RemoteServiceRelativePath(value="shell")
public interface ShellService
extends com.google.gwt.user.client.rpc.RemoteService

The client side stub for the RPC service.


Method Summary
 Map<String,String> complete(String s)
           
 String getWelcome()
           
 String process(String s)
           
 

Method Detail

getWelcome

String getWelcome()

process

String process(String s)

complete

Map<String,String> complete(String s)


Copyright © 2011 eXo Platform SAS. All Rights Reserved.