com.mjh.switchrmi.protocol.html
Class HtmlIndexResponse

java.lang.Object
  |
  +--com.mjh.switchrmi.protocol.html.HtmlResponse
        |
        +--com.mjh.switchrmi.protocol.html.HtmlIndexResponse
All Implemented Interfaces:
RmiResponse

public class HtmlIndexResponse
extends HtmlResponse


Field Summary
 
Fields inherited from class com.mjh.switchrmi.protocol.html.HtmlResponse
context, htmlString
 
Constructor Summary
HtmlIndexResponse()
           
HtmlIndexResponse(java.io.InputStream in)
           
 
Method Summary
 java.lang.Object getObject()
           
protected  java.lang.String toHtmlString()
           
 
Methods inherited from class com.mjh.switchrmi.protocol.html.HtmlResponse
appendStyles, setContext
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HtmlIndexResponse

public HtmlIndexResponse()

HtmlIndexResponse

public HtmlIndexResponse(java.io.InputStream in)
Method Detail

toHtmlString

protected java.lang.String toHtmlString()
                                 throws java.lang.Exception
Overrides:
toHtmlString in class HtmlResponse
java.lang.Exception

getObject

public java.lang.Object getObject()
Specified by:
getObject in interface RmiResponse
Overrides:
getObject in class HtmlResponse


Copyright © 2002-2002 Michael J. Henderson & Associates, LLC. All Rights Reserved.