Class BeanPortletRegistrarUtil

java.lang.Object
com.liferay.bean.portlet.registration.util.BeanPortletRegistrarUtil

public class BeanPortletRegistrarUtil extends Object
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static List<org.osgi.framework.ServiceRegistration<?>>
    register(com.liferay.bean.portlet.extension.BeanFilterMethodFactory beanFilterMethodFactory, com.liferay.bean.portlet.extension.BeanFilterMethodInvoker beanFilterMethodInvoker, com.liferay.bean.portlet.extension.BeanPortletMethodFactory beanPortletMethodFactory, com.liferay.bean.portlet.extension.BeanPortletMethodInvoker beanPortletMethodInvoker, Set<Class<?>> discoveredClasses, javax.servlet.ServletContext servletContext)
     
    static void
    unregister(List<org.osgi.framework.ServiceRegistration<?>> serviceRegistrations, javax.servlet.ServletContext servletContext)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • BeanPortletRegistrarUtil

      public BeanPortletRegistrarUtil()
  • Method Details

    • register

      public static List<org.osgi.framework.ServiceRegistration<?>> register(com.liferay.bean.portlet.extension.BeanFilterMethodFactory beanFilterMethodFactory, com.liferay.bean.portlet.extension.BeanFilterMethodInvoker beanFilterMethodInvoker, com.liferay.bean.portlet.extension.BeanPortletMethodFactory beanPortletMethodFactory, com.liferay.bean.portlet.extension.BeanPortletMethodInvoker beanPortletMethodInvoker, Set<Class<?>> discoveredClasses, javax.servlet.ServletContext servletContext)
    • unregister

      public static void unregister(List<org.osgi.framework.ServiceRegistration<?>> serviceRegistrations, javax.servlet.ServletContext servletContext)