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

Quick Search    Search Deep

PointOfViewServer
Class HtmlPage  view HtmlPage download HtmlPage.java

java.lang.Object
  extended byPointOfViewServer.HtmlPage

public class HtmlPage
extends java.lang.Object


Field Summary
private  ParameterSet pParameters
           
private  SearchImpl pSearch
           
private  java.lang.String sFoot
           
private  java.lang.String sHeader
           
private  java.lang.String sNoQuery
           
private  java.lang.String sNoResult
           
private  java.lang.String sResult
           
 
Constructor Summary
HtmlPage(ParameterSet params)
          Creates a new instance of HtmlPage
 
Method Summary
 void Build(java.lang.Exception e)
          Build a HTML page using a custom message
 void Build(SearchImpl pSearch)
          Build a HTML page using the ResultSet object contained in Search object
 void Build(java.lang.String message)
          Build a HTML page using a custom message
 void Save(java.lang.String filename)
          Save the HTML page to the disk using the path specified in parameter
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

sHeader

private java.lang.String sHeader

sFoot

private java.lang.String sFoot

sNoQuery

private java.lang.String sNoQuery

sNoResult

private java.lang.String sNoResult

sResult

private java.lang.String sResult

pSearch

private SearchImpl pSearch

pParameters

private ParameterSet pParameters
Constructor Detail

HtmlPage

public HtmlPage(ParameterSet params)
Creates a new instance of HtmlPage

Method Detail

Build

public void Build(SearchImpl pSearch)
           throws java.rmi.RemoteException
Build a HTML page using the ResultSet object contained in Search object


Build

public void Build(java.lang.String message)
Build a HTML page using a custom message


Build

public void Build(java.lang.Exception e)
Build a HTML page using a custom message


Save

public void Save(java.lang.String filename)
Save the HTML page to the disk using the path specified in parameter