| 
Fido Alpha 3.2 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object | +--fido.frontend.FidoMessageWriter
Fido server code can either be accessed by a client program or through an HTML interface. This class stores the Writer the FidoSession class uses to communicate with the client.
FidoSession| Constructor Summary | |
FidoMessageWriter(java.io.PrintWriter out)
Creates a new FidoMessageWriter instance with a given PrintWriter that is used to send information back to the client.  | 
|
FidoMessageWriter(java.io.PrintWriter out,
                  java.lang.String context)
Creates a new FidoMessageWriter instance with a given PrintWriter and Html context path.  | 
|
| Method Summary | |
 java.lang.String | 
getHtmlContext()
Returns the HTML context for the client.  | 
 java.io.PrintWriter | 
getWriter()
Returns the PrintWriter for communicating with the client.  | 
 boolean | 
isHtmlFrontEnd()
Returns whether the client accessed the server via HTML.  | 
| Methods inherited from class java.lang.Object | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
public FidoMessageWriter(java.io.PrintWriter out,
                         java.lang.String context)
out - PrintWriter used to send info back to the client.context - Html context path.public FidoMessageWriter(java.io.PrintWriter out)
out - PrintWriter used to send info back to the client.| Method Detail | 
public boolean isHtmlFrontEnd()
public java.lang.String getHtmlContext()
public java.io.PrintWriter getWriter()
  | 
Fido Alpha 3.2 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||