We use cookies to serve our customers and website visitors in the best possible way. Cookies are used for the proper functioning of the website and for improving the user experience, monitoring visitor traffic and marketing purposes. By continuing to browse the site, you agree to our use of cookies. You can read more about cookies here.
com.vaadin.terminal.gwt.server.
Interface AbstractCommunicationManager.Callback
Enclosing class:
public static interface AbstractCommunicationManager.Callback
TODO Document me!
Author:
peholmst
Method Summary | |
---|---|
void |
criticalNotification(AbstractCommunicationManager.Request request,
AbstractCommunicationManager.Response response,
String cap,
String msg,
String details,
String outOfSyncURL)
|
String |
getRequestPathInfo(AbstractCommunicationManager.Request request)
|
InputStream |
getThemeResourceAsStream(String themeName,
String resource)
|
Method Detail |
---|
criticalNotification
void criticalNotification(AbstractCommunicationManager.Request request,
AbstractCommunicationManager.Response response,
String cap,
String msg,
String details,
String outOfSyncURL)
throws IOException
- Throws:
IOException
getRequestPathInfo
String getRequestPathInfo(AbstractCommunicationManager.Request request)
getThemeResourceAsStream
InputStream getThemeResourceAsStream(String themeName,
String resource)
throws IOException
- Throws:
IOException