org.apache.jetspeed.engine.core
Class PortalContextImpl

java.lang.Object
  extended byorg.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 Object
implements javax.portlet.PortalContext

PortalContextImpl

Version:
$Id: PortalContextImpl.java 225611 2005-07-27 20:29:16Z weaver $
Author:
David Sean Taylor

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

Field Detail

provider

org.apache.pluto.services.information.PortalContextProvider provider
Deprecated. 
Constructor Detail

PortalContextImpl

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

getProperty

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

getPropertyNames

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

getSupportedPortletModes

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

getSupportedWindowStates

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

getPortalInfo

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


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