classUtils.javassist.sample.evolve
Class WebPage

java.lang.Object
  extended by classUtils.javassist.sample.evolve.WebPage

public class WebPage
extends java.lang.Object

Updatable class. DemoServer instantiates this class and calls showAndRegister() on the created object.


Constructor Summary
WebPage()
           
 
Method Summary
 void show(java.io.OutputStreamWriter out)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WebPage

public WebPage()
Method Detail

show

public void show(java.io.OutputStreamWriter out)
          throws java.io.IOException
Throws:
java.io.IOException