com.netscape.pm.htmlFE
Class HTMLPageFactory

java.lang.Object
  |
  +--com.netscape.pm.htmlFE.HTMLPageFactory

public class HTMLPageFactory
extends java.lang.Object

This factory class creates the HTMLPage object that is necessary to stream output from Process Manager.

Since:
PM 6.0
See Also:
IHTMLPage

Constructor Summary
HTMLPageFactory()
           
 
Method Summary
static IHTMLPage create(javax.servlet.http.HttpServletResponse response)
          Creates the HTMLPage object which is used to stream output from Process Manager.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HTMLPageFactory

public HTMLPageFactory()
Method Detail

create

public static IHTMLPage create(javax.servlet.http.HttpServletResponse response)
Creates the HTMLPage object which is used to stream output from Process Manager.
Parameters:
response - The javax.servlet.http.HttpServletResponse object which can be used to stream out responses from Process Manager.
Since:
PM 6.0
See Also:
IHTMLPage