|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.vaadin.terminal.gwt.server.AbstractCommunicationManager
com.vaadin.terminal.gwt.server.CommunicationManager
public class CommunicationManager
Application manager processes changes and paints for single application instance. This class handles applications running as servlets.
AbstractCommunicationManager
,
Serialized FormNested Class Summary |
---|
Nested classes/interfaces inherited from class com.vaadin.terminal.gwt.server.AbstractCommunicationManager |
---|
AbstractCommunicationManager.Callback, AbstractCommunicationManager.ErrorHandlerErrorEvent, AbstractCommunicationManager.InvalidUIDLSecurityKeyException, AbstractCommunicationManager.Request, AbstractCommunicationManager.Response, AbstractCommunicationManager.Session, AbstractCommunicationManager.URIHandlerErrorImpl |
Field Summary |
---|
Fields inherited from class com.vaadin.terminal.gwt.server.AbstractCommunicationManager |
---|
VAR_ARRAYITEM_SEPARATOR, VAR_BURST_SEPARATOR |
Constructor Summary | |
---|---|
CommunicationManager(Application application)
TODO New constructor - document me! |
|
CommunicationManager(Application application,
AbstractApplicationServlet applicationServlet)
Deprecated. use CommunicationManager(Application) instead |
Method Summary | |
---|---|
protected com.vaadin.external.org.apache.commons.fileupload.FileUpload |
createFileUpload()
Create an upload handler that is appropriate to the context in which the application is being run (servlet or portlet). |
protected com.vaadin.external.org.apache.commons.fileupload.FileItemIterator |
getUploadItemIterator(com.vaadin.external.org.apache.commons.fileupload.FileUpload upload,
AbstractCommunicationManager.Request request)
TODO New method - document me! |
void |
handleFileUpload(HttpServletRequest request,
HttpServletResponse response)
Handles file upload request submitted via Upload component. |
void |
handleUidlRequest(HttpServletRequest request,
HttpServletResponse response,
AbstractApplicationServlet applicationServlet,
Window window)
Handles UIDL request TODO document |
Methods inherited from class com.vaadin.terminal.gwt.server.AbstractCommunicationManager |
---|
doGetApplicationWindow, doHandleFileUpload, doHandleUidlRequest, getPaintableId, handleURI, hasPaintableId, repaintRequested, requireLocale, sendUploadResponse |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
@Deprecated public CommunicationManager(Application application, AbstractApplicationServlet applicationServlet)
CommunicationManager(Application)
instead
application
- applicationServlet
- public CommunicationManager(Application application)
application
- Method Detail |
---|
protected com.vaadin.external.org.apache.commons.fileupload.FileUpload createFileUpload()
AbstractCommunicationManager
createFileUpload
in class AbstractCommunicationManager
FileUpload
instanceprotected com.vaadin.external.org.apache.commons.fileupload.FileItemIterator getUploadItemIterator(com.vaadin.external.org.apache.commons.fileupload.FileUpload upload, AbstractCommunicationManager.Request request) throws IOException, com.vaadin.external.org.apache.commons.fileupload.FileUploadException
AbstractCommunicationManager
getUploadItemIterator
in class AbstractCommunicationManager
IOException
com.vaadin.external.org.apache.commons.fileupload.FileUploadException
public void handleFileUpload(HttpServletRequest request, HttpServletResponse response) throws IOException, com.vaadin.external.org.apache.commons.fileupload.FileUploadException
request
- response
-
IOException
com.vaadin.external.org.apache.commons.fileupload.FileUploadException
public void handleUidlRequest(HttpServletRequest request, HttpServletResponse response, AbstractApplicationServlet applicationServlet, Window window) throws IOException, ServletException, AbstractCommunicationManager.InvalidUIDLSecurityKeyException
request
- response
- applicationServlet
- window
- target window of the UIDL request, can be null if window not
found
IOException
ServletException
AbstractCommunicationManager.InvalidUIDLSecurityKeyException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |