Checkpoint.
git-svn-id: svn://10.0.0.236/trunk@154428 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -38,13 +38,13 @@ import java.io.FileNotFoundException;
|
||||
|
||||
/**
|
||||
*
|
||||
* <p><B>BrowserControlFactory</B> uses the discovery algorithm below
|
||||
* to find an implementation of {@link WebclientFactory}. All of the
|
||||
* public static methods in this class simply call through to this
|
||||
* implemenatation instance.</p>
|
||||
* <p><B>BrowserControlFactory</B> uses {@link
|
||||
* Utilities#getImplFromServices} to find an implementation of {@link
|
||||
* WebclientFactory}. All of the public static methods in this class
|
||||
* simply call through to this implemenatation instance.</p>
|
||||
*
|
||||
*
|
||||
* @version $Id: BrowserControlFactory.java,v 1.9 2003-09-28 06:29:04 edburns%acm.org Exp $
|
||||
* @version $Id: BrowserControlFactory.java,v 1.10 2004-04-01 14:54:56 edburns%acm.org Exp $
|
||||
*
|
||||
*
|
||||
*/
|
||||
|
||||
@@ -30,11 +30,11 @@ import java.io.File;
|
||||
import java.io.FileNotFoundException;
|
||||
|
||||
/**
|
||||
* <p>This interface allows a pluggable webclient API implementation.
|
||||
* The static methods in {@link BrowserControlFactory} call through to
|
||||
* methods on this interface. Please see {@link BrowserControlFactory}
|
||||
* for information on how to hook up your <code>WebclientFactory</code>
|
||||
* implementation to the <code>BrowserControlFactory</code></p>
|
||||
* <p>Do per-app one-time initialization and shutdown, as well as being
|
||||
* the factory for per-window {@link BrowserControl} instances. This
|
||||
* interface allows a pluggable webclient API implementation. The
|
||||
* static methods in {@link BrowserControlFactory} call through to
|
||||
* methods on this interface.</p>
|
||||
*/
|
||||
|
||||
public interface WebclientFactory {
|
||||
|
||||
Reference in New Issue
Block a user