com.vaadin.server
Class LegacyVaadinPortlet

java.lang.Object
  extended by javax.portlet.GenericPortlet
      extended by com.vaadin.server.VaadinPortlet
          extended by com.vaadin.server.LegacyVaadinPortlet
All Implemented Interfaces:
Constants, java.io.Serializable, javax.portlet.EventPortlet, javax.portlet.Portlet, javax.portlet.PortletConfig, javax.portlet.ResourceServingPortlet

public class LegacyVaadinPortlet
extends VaadinPortlet

See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from class com.vaadin.server.VaadinPortlet
VaadinPortlet.RequestType, VaadinPortlet.VaadinGateinRequest, VaadinPortlet.VaadinHttpAndPortletRequest, VaadinPortlet.VaadinLiferayRequest
 
Field Summary
 
Fields inherited from class com.vaadin.server.VaadinPortlet
PORTAL_PARAMETER_VAADIN_THEME, PORTLET_PARAMETER_STYLE, RESOURCE_URL_ID, WRITE_AJAX_PAGE_SCRIPT_WIDGETSET_SHOULD_WRITE
 
Fields inherited from interface com.vaadin.server.Constants
ATMOSPHERE_MISSING_ERROR, DEFAULT_BUFFER_SIZE, DEFAULT_THEME_CACHETIME, DEFAULT_THEME_NAME, DEFAULT_WIDGETSET, ERROR_NO_UI_FOUND, INVALID_ATMOSPHERE_VERSION_WARNING, INVALID_SECURITY_KEY_MSG, MAX_BUFFER_SIZE, NOT_PRODUCTION_MODE_INFO, PARAMETER_VAADIN_RESOURCES, PARAMETER_WIDGETSET, PORTAL_PARAMETER_VAADIN_RESOURCE_PATH, PORTAL_PARAMETER_VAADIN_WIDGETSET, PUSH_NOT_SUPPORTED_ERROR, REQUIRED_ATMOSPHERE_VERSION, SERVLET_PARAMETER_CLOSE_IDLE_SESSIONS, SERVLET_PARAMETER_DISABLE_XSRF_PROTECTION, SERVLET_PARAMETER_HEARTBEAT_INTERVAL, SERVLET_PARAMETER_LEGACY_PROPERTY_TOSTRING, SERVLET_PARAMETER_PRODUCTION_MODE, SERVLET_PARAMETER_PUSH_MODE, SERVLET_PARAMETER_RESOURCE_CACHE_TIME, SERVLET_PARAMETER_UI_PROVIDER, THEME_DIR_PATH, URL_PARAMETER_THEME, WARNING_HEARTBEAT_INTERVAL_NOT_NUMERIC, WARNING_LEGACY_PROPERTY_TOSTRING, WARNING_PUSH_MODE_NOT_RECOGNIZED, WARNING_RESOURCE_CACHING_TIME_NOT_NUMERIC, WARNING_UNKNOWN_LEGACY_PROPERTY_TOSTRING_VALUE, WARNING_XSRF_PROTECTION_DISABLED, WIDGETSET_DIR_PATH, WIDGETSET_MISMATCH_INFO
 
Constructor Summary
LegacyVaadinPortlet()
           
 
Method Summary
protected  java.lang.Class<? extends LegacyApplication> getApplicationClass()
           
protected  LegacyApplication getNewApplication(javax.portlet.PortletRequest request)
           
 void init(javax.portlet.PortletConfig portletConfig)
           
protected  boolean shouldCreateApplication(javax.portlet.PortletRequest request)
           
 
Methods inherited from class com.vaadin.server.VaadinPortlet
createDeploymentConfiguration, createPortletService, createVaadinRequest, doDispatch, getCurrent, getRequestType, getService, handleRequest, portletInitialized, processAction, processEvent, serveResource
 
Methods inherited from class javax.portlet.GenericPortlet
destroy, doEdit, doHeaders, doHelp, doView, getContainerRuntimeOptions, getDefaultNamespace, getInitParameter, getInitParameterNames, getNextPossiblePortletModes, getPortletConfig, getPortletContext, getPortletName, getProcessingEventQNames, getPublicRenderParameterNames, getPublishingEventQNames, getResourceBundle, getSupportedLocales, getTitle, init, render
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LegacyVaadinPortlet

public LegacyVaadinPortlet()
Method Detail

init

public void init(javax.portlet.PortletConfig portletConfig)
          throws javax.portlet.PortletException
Specified by:
init in interface javax.portlet.Portlet
Overrides:
init in class VaadinPortlet
Throws:
javax.portlet.PortletException

getApplicationClass

protected java.lang.Class<? extends LegacyApplication> getApplicationClass()
                                                                    throws java.lang.ClassNotFoundException
Throws:
java.lang.ClassNotFoundException

getNewApplication

protected LegacyApplication getNewApplication(javax.portlet.PortletRequest request)
                                       throws javax.portlet.PortletException
Throws:
javax.portlet.PortletException

shouldCreateApplication

protected boolean shouldCreateApplication(javax.portlet.PortletRequest request)


Copyright © 2000-2011 Vaadin Ltd. All Rights Reserved.