Liferay 6.2-ce-ga5

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

Packages that use OpenSearch
com.liferay.portal.kernel.portlet This package defines the kernel portlet interfaces and classes. 
com.liferay.portal.kernel.search   
com.liferay.portal.model This package defines the portal model interfaces, classes, utilities, wrappers, and annotated types. 
com.liferay.portal.model.impl This package defines the portal model implementation base classes. 
com.liferay.portal.search   
com.liferay.portlet This package defines the common portlet interfaces, base classes, classes, factories, and utilities. 
com.liferay.portlet.blogs.util   
com.liferay.portlet.bookmarks.util   
com.liferay.portlet.calendar.util   
com.liferay.portlet.directory.util   
com.liferay.portlet.documentlibrary.util This package defines the document library portlet utility interfaces and classes. 
com.liferay.portlet.journal.util   
com.liferay.portlet.messageboards.util   
com.liferay.portlet.wiki.util   
 

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()
          Returns the indexer instance of the portlet.
 OpenSearch Portlet.getOpenSearchInstance()
          Returns the indexer instance of the portlet.
 

Uses of OpenSearch in com.liferay.portal.model.impl
 

Methods in com.liferay.portal.model.impl that return OpenSearch
 OpenSearch PortletImpl.getOpenSearchInstance()
          Returns the indexer instance of the portlet.
 

Uses of OpenSearch in com.liferay.portal.search
 

Classes in com.liferay.portal.search that implement OpenSearch
 class PortalOpenSearchImpl
           
 

Uses of OpenSearch in com.liferay.portlet
 

Methods in com.liferay.portlet that return OpenSearch
 OpenSearch PortletBagImpl.getOpenSearchInstance()
           
protected  OpenSearch PortletBagFactory.newOpenSearch(Portlet portlet)
           
 

Constructors in com.liferay.portlet with parameters of type OpenSearch
PortletBagImpl(String portletName, javax.servlet.ServletContext servletContext, Portlet portletInstance, ConfigurationAction configurationActionInstance, List<Indexer> indexerInstances, OpenSearch openSearchInstance, FriendlyURLMapper friendlyURLMapperInstance, URLEncoder urlEncoderInstance, PortletDataHandler portletDataHandlerInstance, List<StagedModelDataHandler<?>> stagedModelDataHandlerInstances, TemplateHandler templateHandlerInstance, PortletLayoutListener portletLayoutListenerInstance, PollerProcessor pollerProcessorInstance, MessageListener popMessageListenerInstance, List<SocialActivityInterpreter> socialActivityInterpreterInstances, SocialRequestInterpreter socialRequestInterpreterInstance, List<UserNotificationHandler> userNotificationHandlerInstances, WebDAVStorage webDAVStorageInstance, Method xmlRpcMethodInstance, ControlPanelEntry controlPanelEntryInstance, List<AssetRendererFactory> assetRendererFactoryInstances, List<AtomCollectionAdapter<?>> atomCollectionAdapters, List<CustomAttributesDisplay> customAttributesDisplayInstances, PermissionPropagator permissionPropagatorInstance, List<TrashHandler> trashHandlerInstances, List<WorkflowHandler> workflowHandlerInstances, PreferencesValidator preferencesValidatorInstance, Map<String,ResourceBundle> resourceBundles)
           
 

Uses of OpenSearch in com.liferay.portlet.blogs.util
 

Classes in com.liferay.portlet.blogs.util that implement OpenSearch
 class BlogsOpenSearchImpl
           
 

Uses of OpenSearch in com.liferay.portlet.bookmarks.util
 

Classes in com.liferay.portlet.bookmarks.util that implement OpenSearch
 class BookmarksOpenSearchImpl
           
 

Uses of OpenSearch in com.liferay.portlet.calendar.util
 

Classes in com.liferay.portlet.calendar.util that implement OpenSearch
 class CalendarOpenSearchImpl
           
 

Uses of OpenSearch in com.liferay.portlet.directory.util
 

Classes in com.liferay.portlet.directory.util that implement OpenSearch
 class DirectoryOpenSearchImpl
           
 

Uses of OpenSearch in com.liferay.portlet.documentlibrary.util
 

Classes in com.liferay.portlet.documentlibrary.util that implement OpenSearch
 class DLOpenSearchImpl
           
 

Uses of OpenSearch in com.liferay.portlet.journal.util
 

Classes in com.liferay.portlet.journal.util that implement OpenSearch
 class JournalOpenSearchImpl
           
 

Uses of OpenSearch in com.liferay.portlet.messageboards.util
 

Classes in com.liferay.portlet.messageboards.util that implement OpenSearch
 class MBOpenSearchImpl
           
 

Uses of OpenSearch in com.liferay.portlet.wiki.util
 

Classes in com.liferay.portlet.wiki.util that implement OpenSearch
 class WikiOpenSearchImpl
           
 


Liferay 6.2-ce-ga5