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 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
- extends AbstractApplicationPortlet
public class ApplicationPortlet2
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 |
Constructor Summary | |
---|---|
ApplicationPortlet2()
|
Method Summary | |
---|---|
protected Class<? extends Application> |
getApplicationClass()
|
void |
init(javax.portlet.PortletConfig config)
|
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 interfacejavax.portlet.Portlet
- Overrides:
init
in classAbstractApplicationPortlet
- Throws:
javax.portlet.PortletException
getApplicationClass
protected Class<? extends Application> getApplicationClass()
- Specified by:
getApplicationClass
in classAbstractApplicationPortlet