org.apache.pluto.portalImpl.om
Class ControllerFactoryImpl

java.lang.Object
  extended by org.apache.pluto.portalImpl.om.ControllerFactoryImpl

public class ControllerFactoryImpl
extends java.lang.Object


Constructor Summary
ControllerFactoryImpl()
           
 
Method Summary
 void destroy()
           
 Controller get(Model model)
           
 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

ControllerFactoryImpl

public ControllerFactoryImpl()
Method Detail

init

public void init(javax.servlet.ServletConfig config,
                 java.util.Map properties)
          throws java.lang.Exception
Throws:
java.lang.Exception

destroy

public void destroy()
             throws java.lang.Exception
Throws:
java.lang.Exception

get

public Controller get(Model model)