com.vaadin.terminal.gwt.server.


Class ApplicationPortlet2

java.lang.Object
  javax.portlet.GenericPortlet
      com.vaadin.terminal.gwt.server.AbstractApplicationPortlet
          com.vaadin.terminal.gwt.server.ApplicationPortlet2

All Implemented Interfaces:

Constants, javax.portlet.EventPortlet, javax.portlet.Portlet, javax.portlet.PortletConfig, javax.portlet.ResourceServingPortlet

public class ApplicationPortlet2
extends AbstractApplicationPortlet

TODO Write documentation, fix JavaDoc tags.

Author:

peholmst

Nested Class Summary
 
Nested classes/interfaces inherited from class com.vaadin.terminal.gwt.server.AbstractApplicationPortlet
AbstractApplicationPortlet.RequestError, AbstractApplicationPortlet.RequestType
 
Field Summary
 
Fields inherited from class com.vaadin.terminal.gwt.server.AbstractApplicationPortlet
PORTLET_PARAMETER_STYLE, WRITE_AJAX_PAGE_SCRIPT_WIDGETSET_SHOULD_WRITE
 
Fields inherited from interface com.vaadin.terminal.gwt.server.Constants
AJAX_UIDL_URI, DEFAULT_BUFFER_SIZE, DEFAULT_THEME_CACHETIME, DEFAULT_THEME_NAME, DEFAULT_WIDGETSET, ERROR_NO_WINDOW_FOUND, 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, SERVLET_PARAMETER_DEBUG, SERVLET_PARAMETER_DISABLE_XSRF_PROTECTION, SERVLET_PARAMETER_PRODUCTION_MODE, SERVLET_PARAMETER_RESOURCE_CACHE_TIME, THEME_DIRECTORY_PATH, URL_PARAMETER_CLOSE_APPLICATION, URL_PARAMETER_REPAINT_ALL, URL_PARAMETER_RESTART_APPLICATION, URL_PARAMETER_THEME, WARNING_RESOURCE_CACHING_TIME_NOT_NUMERIC, WARNING_XSRF_PROTECTION_DISABLED, WIDGETSET_DIRECTORY_PATH, WIDGETSET_MISMATCH_INFO
 
Constructor Summary
ApplicationPortlet2()
           
 
Method Summary
protected  Class<? extends Application> getApplicationClass()
           
 void init(javax.portlet.PortletConfig config)
           
 
Methods inherited from class com.vaadin.terminal.gwt.server.AbstractApplicationPortlet
doDispatch, getApplicationContext, getApplicationOrSystemProperty, getApplicationProperty, getClassLoader, getNewApplication, getNoScriptMessage, getPortalProperty, getRequestType, getStaticFilesLocation, getSystemMessages, getSystemProperty, getThemeForWindow, getThemeURI, getVaadinConfigurationMap, getWidgetsetURL, getWidgetsetURL, handleRequest, isProductionMode, processAction, processEvent, serveResource, usesDirectWidgetsetLoad, writeAjaxPage, writeAjaxPageHtmlMainDiv, writeAjaxPageHtmlTheme, writeAjaxPageHtmlVaadinScripts, writeAjaxPageScriptConfigurations, writeAjaxPageScriptWidgetset, writeAjaxPageWidgetset
 
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

ApplicationPortlet2

public ApplicationPortlet2()
Method Detail

init

public void init(javax.portlet.PortletConfig config)
          throws javax.portlet.PortletException

Specified by:
init in interface javax.portlet.Portlet
Overrides:
init in class AbstractApplicationPortlet

Throws:
javax.portlet.PortletException

getApplicationClass

protected Class<? extends Application> getApplicationClass()

Specified by:
getApplicationClass in class AbstractApplicationPortlet