org.infohazard.maverick.view
Class NullViewFactory.NullView

java.lang.Object
  |
  +--org.infohazard.maverick.view.NullViewFactory.NullView
All Implemented Interfaces:
View
Enclosing class:
NullViewFactory

public static class NullViewFactory.NullView
extends java.lang.Object
implements View

Simple implementation does nothing.


Constructor Summary
NullViewFactory.NullView()
           
 
Method Summary
 void go(ViewContext vctx)
          Nothing!
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NullViewFactory.NullView

public NullViewFactory.NullView()
Method Detail

go

public void go(ViewContext vctx)
        throws java.io.IOException,
               javax.servlet.ServletException
Nothing!

Specified by:
go in interface View
java.io.IOException
javax.servlet.ServletException