Libraries anvil system Envelope

class Envelope
extends anvil.lang.object
Envelope represents compiled script in server's cache.

Methods

string getHostname()
Returns the name of domain for this envelope.

Calendar getLastModified()
Returns the time of last modification for this envelope.

Scope getModule()
Returns the compiled script for this envelope.
Throws AccessDenied -  if security policy denies this operation

string getPathinfo()
Returns the pathinfo for this envelope.

void purge()
Removes this envelope from cache.
Throws AccessDenied -  if security policy denies this operation