Liferay 6.0-ee-sp2

Uses of Interface
com.liferay.portal.kernel.search.OpenSearch

Packages that use OpenSearch
com.liferay.portal.kernel.portlet   
com.liferay.portal.kernel.search   
com.liferay.portal.model   
 

Uses of OpenSearch in com.liferay.portal.kernel.portlet
 

Methods in com.liferay.portal.kernel.portlet that return OpenSearch
 OpenSearch PortletBag.getOpenSearchInstance()
           
 

Uses of OpenSearch in com.liferay.portal.kernel.search
 

Classes in com.liferay.portal.kernel.search that implement OpenSearch
 class BaseOpenSearchImpl
           
 class HitsOpenSearchImpl
           
 

Uses of OpenSearch in com.liferay.portal.model
 

Methods in com.liferay.portal.model that return OpenSearch
 OpenSearch PortletWrapper.getOpenSearchInstance()
          Gets the indexer instance of the portlet.
 OpenSearch Portlet.getOpenSearchInstance()
          Gets the indexer instance of the portlet.
 


Liferay 6.0-ee-sp2