com.mjh.switchrmi.protocol.html
Class HtmlResponse

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

public class HtmlResponse
extends java.lang.Object
implements RmiResponse


Field Summary
protected  RmiContext context
           
protected  java.lang.String htmlString
           
 
Constructor Summary
HtmlResponse()
           
HtmlResponse(java.io.InputStream in)
           
 
Method Summary
protected  void appendStyles(java.lang.StringBuffer sb)
           
 java.lang.Object getObject()
           
protected  void setContext(RmiContext ctxt)
           
protected  java.lang.String toHtmlString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

context

protected transient RmiContext context

htmlString

protected java.lang.String htmlString
Constructor Detail

HtmlResponse

public HtmlResponse()

HtmlResponse

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

setContext

protected void setContext(RmiContext ctxt)

toHtmlString

protected java.lang.String toHtmlString()
                                 throws java.lang.Exception
java.lang.Exception

getObject

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

appendStyles

protected void appendStyles(java.lang.StringBuffer sb)


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