org.apache.cocoon.portal.pluto.factory
Class ControllerFactoryImpl
java.lang.Object
org.apache.avalon.framework.logger.AbstractLogEnabled
org.apache.cocoon.portal.pluto.factory.AbstractFactory
org.apache.cocoon.portal.pluto.factory.ControllerFactoryImpl
- All Implemented Interfaces:
- org.apache.pluto.om.ControllerFactory, org.apache.pluto.factory.Factory, LogEnabled
- public class ControllerFactoryImpl
- extends AbstractFactory
- implements org.apache.pluto.om.ControllerFactory
The implementation of the controller factory.
We simply assume that each model is it's controller.
- Version:
- $Id: ControllerFactoryImpl.java 325880 2005-10-17 11:57:44Z cziegeler $
Method Summary |
org.apache.pluto.om.Controller |
get(org.apache.pluto.om.Model model)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.apache.pluto.factory.Factory |
destroy, init |
ControllerFactoryImpl
public ControllerFactoryImpl()
get
public org.apache.pluto.om.Controller get(org.apache.pluto.om.Model model)
- Specified by:
get
in interface org.apache.pluto.om.ControllerFactory
- See Also:
ControllerFactory.get(org.apache.pluto.om.Model)
Copyright ? 1999-2005 The Apache Software Foundation. All Rights Reserved.