com.vaadin.terminal.gwt.server
Class PortletCommunicationManager
java.lang.Object
com.vaadin.terminal.gwt.server.AbstractCommunicationManager
com.vaadin.terminal.gwt.server.PortletCommunicationManager
- All Implemented Interfaces:
- Paintable.RepaintRequestListener, Serializable
public class PortletCommunicationManager
- extends AbstractCommunicationManager
TODO document me!
- Author:
- peholmst
- See Also:
- Serialized Form
Methods inherited from class com.vaadin.terminal.gwt.server.AbstractCommunicationManager |
changeVariables, closeJsonMessage, decodeVariableValue, doGetApplicationWindow, doHandleSimpleMultipartFileUpload, doHandleUidlRequest, doHandleXhrFilePost, getApplication, getPaintableId, getRequestPayload, getVariableOwner, handleURI, handleVariableBurst, hasPaintableId, highlightPaintable, isProductionMode, makeAllPaintablesDirty, openJsonMessage, printHighlightedComponentHierarchy, repaintRequested, requireLocale, sendUploadResponse, setProductionMode, streamToReceiver, writeUidlResponce |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PortletCommunicationManager
public PortletCommunicationManager(Application application)
handleFileUpload
public void handleFileUpload(javax.portlet.ResourceRequest request,
javax.portlet.ResourceResponse response)
throws IOException
- Throws:
IOException
unregisterPaintable
protected void unregisterPaintable(Component p)
- Description copied from class:
AbstractCommunicationManager
- Called when communication manager stops listening for repaints for given
component.
- Overrides:
unregisterPaintable
in class AbstractCommunicationManager
handleUidlRequest
public void handleUidlRequest(javax.portlet.ResourceRequest request,
javax.portlet.ResourceResponse response,
AbstractApplicationPortlet applicationPortlet,
Window window)
throws AbstractCommunicationManager.InvalidUIDLSecurityKeyException,
IOException
- Throws:
AbstractCommunicationManager.InvalidUIDLSecurityKeyException
IOException
cleanStreamVariable
protected void cleanStreamVariable(VariableOwner owner,
String name)
- Specified by:
cleanStreamVariable
in class AbstractCommunicationManager
Copyright © 2000-2011 Vaadin Ltd. All Rights Reserved.