|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.itmill.toolkit.terminal.gwt.server.CommunicationManager
public class CommunicationManager
Application manager processes changes and paints for single application instance.
| Nested Class Summary | |
|---|---|
class |
CommunicationManager.ErrorHandlerErrorEvent
|
class |
CommunicationManager.URIHandlerErrorImpl
Implementation of URIHandler.ErrorEvent interface. |
| Field Summary | |
|---|---|
static String |
VAR_BURST_SEPARATOR
|
| Constructor Summary | |
|---|---|
CommunicationManager(Application application,
ApplicationServlet applicationServlet)
|
|
| Method Summary | |
|---|---|
String |
getPaintableId(Paintable paintable)
Gets the Paintable Id. |
void |
handleFileUpload(HttpServletRequest request,
HttpServletResponse response)
Handles file upload request submitted via Upload component. |
void |
handleUidlRequest(HttpServletRequest request,
HttpServletResponse response,
ApplicationServlet applicationServlet)
Handles UIDL request |
boolean |
hasPaintableId(Paintable paintable)
|
void |
repaintRequested(Paintable.RepaintRequestEvent event)
Receives repaint request events. |
void |
requireLocale(String value)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final String VAR_BURST_SEPARATOR
| Constructor Detail |
|---|
public CommunicationManager(Application application,
ApplicationServlet applicationServlet)
| Method Detail |
|---|
public void handleFileUpload(HttpServletRequest request,
HttpServletResponse response)
throws IOException,
com.itmill.toolkit.external.org.apache.commons.fileupload.FileUploadException
request - response -
IOException
com.itmill.toolkit.external.org.apache.commons.fileupload.FileUploadException
public void handleUidlRequest(HttpServletRequest request,
HttpServletResponse response,
ApplicationServlet applicationServlet)
throws IOException,
ServletException,
com.itmill.toolkit.terminal.gwt.server.CommunicationManager.InvalidUIDLSecurityKeyException
request - response -
IOException
ServletException
com.itmill.toolkit.terminal.gwt.server.CommunicationManager.InvalidUIDLSecurityKeyExceptionpublic String getPaintableId(Paintable paintable)
paintable -
public boolean hasPaintableId(Paintable paintable)
public void repaintRequested(Paintable.RepaintRequestEvent event)
Paintable.RepaintRequestListener
repaintRequested in interface Paintable.RepaintRequestListenerevent - the repaint request event specifying the paintable
source.Paintable.RepaintRequestListener.repaintRequested(com.itmill.toolkit.terminal.Paintable.RepaintRequestEvent)public void requireLocale(String value)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||