com.liferay.portlet
Class PortalContextImpl
java.lang.Object
com.liferay.portlet.PortalContextImpl
- All Implemented Interfaces:
- PortalContext
public class PortalContextImpl
- extends Object
- implements PortalContext
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PortalContextImpl
public PortalContextImpl()
isSupportedPortletMode
public static boolean isSupportedPortletMode(PortletMode portletMode)
isSupportedWindowState
public static boolean isSupportedWindowState(WindowState windowState)
getPortalInfo
public String getPortalInfo()
- Specified by:
getPortalInfo
in interface PortalContext
getProperty
public String getProperty(String name)
- Specified by:
getProperty
in interface PortalContext
getPropertyNames
public Enumeration<String> getPropertyNames()
- Specified by:
getPropertyNames
in interface PortalContext
getSupportedPortletModes
public Enumeration<PortletMode> getSupportedPortletModes()
- Specified by:
getSupportedPortletModes
in interface PortalContext
getSupportedWindowStates
public Enumeration<WindowState> getSupportedWindowStates()
- Specified by:
getSupportedWindowStates
in interface PortalContext