Interface BeanPortletMethodInvoker

Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface @ProviderType public interface BeanPortletMethodInvoker
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    invokeWithActiveScopes(List<BeanPortletMethod> beanPortletMethods, javax.portlet.PortletConfig portletConfig, javax.portlet.PortletRequest portletRequest, javax.portlet.PortletResponse portletResponse)
     
  • Method Details

    • invokeWithActiveScopes

      void invokeWithActiveScopes(List<BeanPortletMethod> beanPortletMethods, javax.portlet.PortletConfig portletConfig, javax.portlet.PortletRequest portletRequest, javax.portlet.PortletResponse portletResponse) throws javax.portlet.PortletException
      Throws:
      javax.portlet.PortletException