Class PortalService
- java.lang.Object
-
- org.sakaiproject.portal.api.cover.PortalService
-
public class PortalService extends Object
A cover to the portal service. This only covers the getting of the implementation and not all the methjods.- Since:
- Sakai 2.4
- Version:
- $Rev$
- Author:
- ieb
-
-
Constructor Summary
Constructors Constructor Description PortalService()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static PortalServicegetInstance()Access the component instance: special cover only method.
-
-
-
Method Detail
-
getInstance
public static PortalService getInstance()
Access the component instance: special cover only method.- Returns:
- the component instance.
-
-