com.ibm.portal.portlet.service
Interface PortletService

All Known Subinterfaces:
ContentAccessService, CredentialVaultService, DynamicUIManagementFactoryService, EditionServiceProvider, EventDistributionService, HumanTaskManagerDelegateFactoryService, ImpersonationService, LoginHome, LoginService, PortalURLGenerationService, PortletWcmPageContextServiceProvider, PropertyBrokerContextPassingService, PropertyBrokerService, PropertyFactory, RedirectURLGeneratorFactoryService, RememberMeCookieService, TaskUIManager

public interface PortletService

Common base interface for all portlet services. Individual portlet services provide service specific interfaces that extend this interface. A portlet retrieves a portlet service from a PortletServiceHome and must cast it to a service specific interface to invoke methods provided by the service.

Since:
5.1
Note:
This interface is designed to be implemented by clients.