org.apache.jetspeed.engine.core
Class PortalContextImpl

java.lang.Object
  extended by org.apache.jetspeed.engine.core.PortalContextImpl
All Implemented Interfaces:
javax.portlet.PortalContext

Deprecated. Can't any references as it appears we always use JetpseedPortletContext

public class PortalContextImpl
extends java.lang.Object
implements javax.portlet.PortalContext

PortalContextImpl

Version:
$Id: PortalContextImpl.java 516448 2007-03-09 16:25:47Z ate $
Author:
David Sean Taylor

Constructor Summary
PortalContextImpl(org.apache.pluto.services.information.PortalContextProvider provider)
          Deprecated.  
 
Method Summary
 java.lang.String getPortalInfo()
          Deprecated.  
 java.lang.String getProperty(java.lang.String name)
          Deprecated.  
 java.util.Enumeration getPropertyNames()
          Deprecated.  
 java.util.Enumeration getSupportedPortletModes()
          Deprecated.  
 java.util.Enumeration getSupportedWindowStates()
          Deprecated.  
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PortalContextImpl

public PortalContextImpl(org.apache.pluto.services.information.PortalContextProvider provider)
Deprecated. 
Method Detail

getProperty

public java.lang.String getProperty(java.lang.String name)
Deprecated. 
Specified by:
getProperty in interface javax.portlet.PortalContext

getPropertyNames

public java.util.Enumeration getPropertyNames()
Deprecated. 
Specified by:
getPropertyNames in interface javax.portlet.PortalContext

getSupportedPortletModes

public java.util.Enumeration getSupportedPortletModes()
Deprecated. 
Specified by:
getSupportedPortletModes in interface javax.portlet.PortalContext

getSupportedWindowStates

public java.util.Enumeration getSupportedWindowStates()
Deprecated. 
Specified by:
getSupportedWindowStates in interface javax.portlet.PortalContext

getPortalInfo

public java.lang.String getPortalInfo()
Deprecated. 
Specified by:
getPortalInfo in interface javax.portlet.PortalContext


Copyright © 1999-2009 Apache Software Foundation. All Rights Reserved.