W3C Jigsaw
All Resources All filters

RemoteServletWrapper

This resource class provides support for downloading servlets from the net. It acts as a servlet wrapper for these downloaded servlets.

Warning: Currently Jigsaw provides no security manager, which means that there is no restriction on the APIs provided to the servlet. Remote loading of servlets can damage both your Jigsaw setting, but more importantly your computer !


Inherits

The RemoteServletWrapper class inherits from the following classes:


Attributes description

The RemoteServletWrapper defines the following attributes:


servlet-base

semantics
This attribute should provide the base URL of the server for the servlet classes. Along with the servlet-class attribute (inherited from the ServletWrapper resource), this information will allow Jigsaw to download from the net, the code of that servlet.
type
This attribute is a mandatory StringAttribute
default value
This attribute has no default value.


Jigsaw Team
$Id: w3c.jigsaw.servlet.RemoteServletWrapper.html,v 1.1 1997/01/09 16:30:43 abaird Exp $