uPortal 2.4.1
API Documentation

org.jasig.portal.container.factory
Class ControllerFactoryImpl

java.lang.Object
  extended byorg.jasig.portal.container.factory.ControllerFactoryImpl
All Implemented Interfaces:
org.apache.pluto.om.ControllerFactory, org.apache.pluto.factory.Factory

public class ControllerFactoryImpl
extends java.lang.Object
implements org.apache.pluto.om.ControllerFactory

Implementation of Apache Pluto ControllerFactory.

Version:
$Revision: 1.1 $
Author:
Ken Weiner, kweiner@unicon.net

Constructor Summary
ControllerFactoryImpl()
           
 
Method Summary
 void destroy()
           
 org.apache.pluto.om.Controller get(org.apache.pluto.om.Model model)
           
 void init(javax.servlet.ServletConfig config, java.util.Map properties)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ControllerFactoryImpl

public ControllerFactoryImpl()
Method Detail

get

public org.apache.pluto.om.Controller get(org.apache.pluto.om.Model model)
Specified by:
get in interface org.apache.pluto.om.ControllerFactory

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

uPortal 2.4.1
API Documentation