org.apache.jetspeed.om
Class ControllerFactoryImpl

java.lang.Object
  extended by org.apache.jetspeed.om.ControllerFactoryImpl
All Implemented Interfaces:
org.apache.pluto.factory.Factory, org.apache.pluto.om.ControllerFactory

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

ControllerFactoryImpl

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

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, Map properties)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ControllerFactoryImpl

public ControllerFactoryImpl()
Method Detail

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

get

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


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