DhObjectFactory.setCodeBase

Overview | Methods | This Package | All Packages

DhObjectFactory.setCodeBase

Sets the object's code base, which is equivalent to the CODEBASE parameter of the OBJECT tag in HTML.

Syntax

public void setCodeBase( String url )

Parameters

url

Specifies a Uniform Resource Locator (URL) referencing where to find the implementation of the object.

See Also   getCodeBase