com.vaadin.server.

Class LegacyVaadinPortlet

  • All Implemented Interfaces:

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


    public class LegacyVaadinPortlet
    extends VaadinPortlet

    See Also:

    Serialized Form

    • 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

      • getNewApplication

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

        Throws:

        javax.portlet.PortletException

      • shouldCreateApplication

        protected boolean shouldCreateApplication(javax.portlet.PortletRequest request)