boolean HasLoadDialog()
Returns:
RequestFromServer(STBase TheLayer)
Exception
Makes a request to a server of the appropriate type and recieves the
data into the layer.
Parameters:
TheLayer
Throws: Exception
RespondToRequest(STBase TheLayer,OutputStream TheOutputStream)
Exception
Responds to a request for data from a URL. The data in the layer will
be formatted appropriately and writting into the output stream.
Parameters:
TheLayer
Throws: Exception