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.
Class PortletCommunicationManager
java.lang.Object
com.vaadin.terminal.gwt.server.AbstractCommunicationManager
com.vaadin.terminal.gwt.server.PortletCommunicationManager
All Implemented Interfaces:
- extends AbstractCommunicationManager
public class PortletCommunicationManager
TODO document me!
Author:
peholmst
See Also:
Nested Class Summary |
---|
Field Summary |
---|
Fields inherited from class com.vaadin.terminal.gwt.server.AbstractCommunicationManager |
---|
VAR_ARRAYITEM_SEPARATOR, VAR_BURST_SEPARATOR, VAR_ESCAPE_CHARACTER |
Constructor Summary | |
---|---|
PortletCommunicationManager(Application application)
|
Method Summary | |
---|---|
protected void |
cleanStreamVariable(VariableOwner owner,
String name)
|
void |
handleFileUpload(javax.portlet.ResourceRequest request,
javax.portlet.ResourceResponse response)
|
void |
handleUidlRequest(javax.portlet.ResourceRequest request,
javax.portlet.ResourceResponse response,
AbstractApplicationPortlet applicationPortlet,
Window window)
|
protected void |
unregisterPaintable(Component p)
Called when communication manager stops listening for repaints for given component. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
PortletCommunicationManager
public PortletCommunicationManager(Application application)
Method Detail |
---|
handleFileUpload
public void handleFileUpload(javax.portlet.ResourceRequest request,
javax.portlet.ResourceResponse response)
throws IOException
- Throws:
IOException
unregisterPaintable
protected void unregisterPaintable(Component p)
- Overrides:
unregisterPaintable
in classAbstractCommunicationManager
Description copied from class: AbstractCommunicationManager
Called when communication manager stops listening for repaints for given component.
handleUidlRequest
public void handleUidlRequest(javax.portlet.ResourceRequest request,
javax.portlet.ResourceResponse response,
AbstractApplicationPortlet applicationPortlet,
Window window)
throws AbstractCommunicationManager.InvalidUIDLSecurityKeyException,
IOException
cleanStreamVariable
protected void cleanStreamVariable(VariableOwner owner,
String name)
- Specified by:
cleanStreamVariable
in classAbstractCommunicationManager