Liferay 7.0-ce-b4

Uses of Interface
com.liferay.portal.kernel.jsonwebservice.JSONWebServiceScannerStrategy

Packages that use JSONWebServiceScannerStrategy
com.liferay.portal.jsonwebservice   
com.liferay.portal.kernel.jsonwebservice   
 

Uses of JSONWebServiceScannerStrategy in com.liferay.portal.jsonwebservice
 

Classes in com.liferay.portal.jsonwebservice that implement JSONWebServiceScannerStrategy
 class SpringJSONWebServiceScannerStrategy
           
 

Methods in com.liferay.portal.jsonwebservice with parameters of type JSONWebServiceScannerStrategy
 JSONWebServiceRegistrator DefaultJSONWebServiceRegistratorBuilder.build(JSONWebServiceScannerStrategy jsonWebServiceScannerStrategy)
           
 

Constructors in com.liferay.portal.jsonwebservice with parameters of type JSONWebServiceScannerStrategy
DefaultJSONWebServiceRegistrator(JSONWebServiceNaming jsonWebServiceNaming, JSONWebServiceScannerStrategy jsonWebServiceScannerStrategy)
           
DefaultJSONWebServiceRegistrator(JSONWebServiceScannerStrategy jsonWebServiceScannerStrategy)
           
 

Uses of JSONWebServiceScannerStrategy in com.liferay.portal.kernel.jsonwebservice
 

Methods in com.liferay.portal.kernel.jsonwebservice with parameters of type JSONWebServiceScannerStrategy
 JSONWebServiceRegistrator JSONWebServiceRegistratorFactory.build(JSONWebServiceScannerStrategy jsonWebServiceScannerStrategy)
           
 JSONWebServiceRegistrator JSONWebServiceRegistratorBuilder.build(JSONWebServiceScannerStrategy jsonWebServiceScannerStrategy)
           
 


Liferay 7.0-ce-b4