Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.infohazard.maverick.flow
Class DefaultControllerFactory  view DefaultControllerFactory download DefaultControllerFactory.java

java.lang.Object
  extended byorg.infohazard.maverick.flow.AbstractControllerFactory
      extended byorg.infohazard.maverick.flow.DefaultControllerFactory
All Implemented Interfaces:
ControllerFactory

public final class DefaultControllerFactory
extends AbstractControllerFactory

The default implementation of ControllerFactory.


Nested Class Summary
 
Nested classes inherited from class org.infohazard.maverick.flow.AbstractControllerFactory
AbstractControllerFactory.NullController
 
Field Summary
 
Fields inherited from class org.infohazard.maverick.flow.AbstractControllerFactory
ATTR_CONTROLLER_CLASS, nullController
 
Constructor Summary
DefaultControllerFactory()
           
 
Methods inherited from class org.infohazard.maverick.flow.AbstractControllerFactory
createController, createSingletonController, createThrowawayController, decorateController, getControllerClass, getControllerInstance, getControllerUndecorated, init, initializeController
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultControllerFactory

public DefaultControllerFactory()