com.fruitioninc.jwc
Class DefaultViewFactory

java.lang.Object
  |
  +--com.fruitioninc.jwc.DefaultViewFactory
All Implemented Interfaces:
ViewFactory

public class DefaultViewFactory
extends java.lang.Object
implements ViewFactory

View factory that returns view implementations from the com.fruitioninc.jwc.basic package.


Constructor Summary
DefaultViewFactory()
           
 
Method Summary
 View newView(java.lang.Class clazz)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultViewFactory

public DefaultViewFactory()
Method Detail

newView

public View newView(java.lang.Class clazz)
Specified by:
newView in interface ViewFactory