Class VaadinPortlet.VaadinLiferayRequest

    • Constructor Detail

      • VaadinLiferayRequest

        public VaadinLiferayRequest​(javax.portlet.PortletRequest request,
                                    VaadinPortletService vaadinService)
    • Method Detail

      • getPortalProperty

        public String getPortalProperty​(String name)
        Description copied from class: VaadinPortletRequest
        Reads a portal property from the portal context of the Vaadin request.
        Overrides:
        getPortalProperty in class VaadinPortletRequest
        Parameters:
        name - a string with the name of the portal property to get
        Returns:
        a string with the value of the property, or null if the property is not defined