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 java.lang.Object
implements org.apache.pluto.factory.PortalContextFactory


Constructor Summary
PortalContextFactoryImpl()
           
 
Method Summary
 void destroy()
           
 javax.portlet.PortalContext getPortalContext()
           
 void init(javax.servlet.ServletConfig config, java.util.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,
                 java.util.Map properties)
          throws java.lang.Exception
Specified by:
init in interface org.apache.pluto.factory.Factory
Throws:
java.lang.Exception

destroy

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


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