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

Quick Search    Search Deep

com.mjh.switchrmi.protocol.html
Class HtmlIndexResponse  view HtmlIndexResponse download HtmlIndexResponse.java

java.lang.Object
  extended bycom.mjh.switchrmi.protocol.html.HtmlResponse
      extended bycom.mjh.switchrmi.protocol.html.HtmlIndexResponse
All Implemented Interfaces:
com.mjh.switchrmi.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

getObject

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