org.apache.jetspeed
Class PortalContextFactoryImpl

java.lang.Object
  extended by org.apache.jetspeed.PortalContextFactoryImpl
All Implemented Interfaces:
org.apache.pluto.factory.Factory, org.apache.pluto.factory.PortalContextFactory

public class PortalContextFactoryImpl
extends Object
implements org.apache.pluto.factory.PortalContextFactory


Constructor Summary
PortalContextFactoryImpl()
           
 
Method Summary
 void destroy()
           
 javax.portlet.PortalContext getPortalContext()
           
 void init(javax.servlet.ServletConfig config, Map properties)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PortalContextFactoryImpl

public PortalContextFactoryImpl()
Method Detail

getPortalContext

public javax.portlet.PortalContext getPortalContext()
Specified by:
getPortalContext in interface org.apache.pluto.factory.PortalContextFactory

init

public void init(javax.servlet.ServletConfig config,
                 Map properties)
          throws Exception
Specified by:
init in interface org.apache.pluto.factory.Factory
Throws:
Exception

destroy

public void destroy()
             throws Exception
Specified by:
destroy in interface org.apache.pluto.factory.Factory
Throws:
Exception


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