com.vaadin.terminal.gwt.server
Class ApplicationPortlet2

java.lang.Object
  extended by GenericPortlet
      extended by com.vaadin.terminal.gwt.server.AbstractApplicationPortlet
          extended by com.vaadin.terminal.gwt.server.ApplicationPortlet2
All Implemented Interfaces:
Constants

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.AbstractApplicationPortletWrapper, AbstractApplicationPortlet.RequestError, AbstractApplicationPortlet.RequestType, AbstractApplicationPortlet.WrappedGateinRequest, AbstractApplicationPortlet.WrappedHttpAndPortletRequest, AbstractApplicationPortlet.WrappedLiferayRequest
 
Field Summary
 
Fields inherited from class com.vaadin.terminal.gwt.server.AbstractApplicationPortlet
PORTAL_PARAMETER_VAADIN_THEME, 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_ROOT_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_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(PortletConfig config)
           
 
Methods inherited from class com.vaadin.terminal.gwt.server.AbstractApplicationPortlet
createWrappedRequest, doDispatch, getApplicationContext, getApplicationOrSystemProperty, getApplicationProperty, getClassLoader, getNewApplication, getRequestType, getSystemMessages, getSystemProperty, handleRequest, isProductionMode, processAction, processEvent, serveResource
 
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(PortletConfig config)
          throws PortletException
Overrides:
init in class AbstractApplicationPortlet
Throws:
PortletException

getApplicationClass

protected Class<? extends Application> getApplicationClass()
Specified by:
getApplicationClass in class AbstractApplicationPortlet


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