Liferay 7.0-ce-b8 portal-impl

com.liferay.portal.jsonwebservice
Class DefaultJSONWebServiceRegistrator

java.lang.Object
  extended by com.liferay.portal.jsonwebservice.DefaultJSONWebServiceRegistrator
All Implemented Interfaces:
com.liferay.portal.kernel.jsonwebservice.JSONWebServiceRegistrator

public class DefaultJSONWebServiceRegistrator
extends Object
implements com.liferay.portal.kernel.jsonwebservice.JSONWebServiceRegistrator


Constructor Summary
DefaultJSONWebServiceRegistrator()
           
DefaultJSONWebServiceRegistrator(com.liferay.portal.kernel.jsonwebservice.JSONWebServiceNaming jsonWebServiceNaming, com.liferay.portal.kernel.jsonwebservice.JSONWebServiceScannerStrategy jsonWebServiceScannerStrategy)
           
DefaultJSONWebServiceRegistrator(com.liferay.portal.kernel.jsonwebservice.JSONWebServiceScannerStrategy jsonWebServiceScannerStrategy)
           
 
Method Summary
protected  Class<?> loadUtilClass(Class<?> implementationClass)
           
protected  void onJSONWebServiceBean(String contextName, String contextPath, Object serviceBean, com.liferay.portal.kernel.jsonwebservice.JSONWebService jsonWebService)
           
 void processAllBeans(String contextName, String contextPath, com.liferay.portal.kernel.bean.BeanLocator beanLocator)
           
 void processBean(String contextName, String contextPath, com.liferay.portal.kernel.bean.BeanLocator beanLocator, String beanName)
           
 void processBean(String contextName, String contextPath, Object bean)
           
 void setWireViaUtil(boolean wireViaUtil)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultJSONWebServiceRegistrator

public DefaultJSONWebServiceRegistrator()

DefaultJSONWebServiceRegistrator

public DefaultJSONWebServiceRegistrator(com.liferay.portal.kernel.jsonwebservice.JSONWebServiceNaming jsonWebServiceNaming,
                                        com.liferay.portal.kernel.jsonwebservice.JSONWebServiceScannerStrategy jsonWebServiceScannerStrategy)

DefaultJSONWebServiceRegistrator

public DefaultJSONWebServiceRegistrator(com.liferay.portal.kernel.jsonwebservice.JSONWebServiceScannerStrategy jsonWebServiceScannerStrategy)
Method Detail

processAllBeans

public void processAllBeans(String contextName,
                            String contextPath,
                            com.liferay.portal.kernel.bean.BeanLocator beanLocator)

processBean

public void processBean(String contextName,
                        String contextPath,
                        com.liferay.portal.kernel.bean.BeanLocator beanLocator,
                        String beanName)

processBean

public void processBean(String contextName,
                        String contextPath,
                        Object bean)
Specified by:
processBean in interface com.liferay.portal.kernel.jsonwebservice.JSONWebServiceRegistrator

setWireViaUtil

public void setWireViaUtil(boolean wireViaUtil)

loadUtilClass

protected Class<?> loadUtilClass(Class<?> implementationClass)
                          throws ClassNotFoundException
Throws:
ClassNotFoundException

onJSONWebServiceBean

protected void onJSONWebServiceBean(String contextName,
                                    String contextPath,
                                    Object serviceBean,
                                    com.liferay.portal.kernel.jsonwebservice.JSONWebService jsonWebService)
                             throws Exception
Throws:
Exception

Liferay 7.0-ce-b8 portal-impl