InternetApplication extends ContainsFunctions, ContainsOperations, ContainsValues, ContainsWires, GeneratesElements, NamedElement, Scope

A Scope which represents the entire web application, and is the root element of all IAML model instances.

An IAML model instance must contain a single instance of an InternetApplication. The onInit Event for an InternetApplication is only executed once over the lifetime of the deployed application, and will not be triggered even if the application host is restarted.

The storage semantics for a InternetApplication are as follows: For a Value directly contained within a InternetApplication, any stored value is accessible globally; that is, across all clients, all browsers, all sessions and all requests over the lifetime of the deployed application. Similarly, a DomainIterator is also accessible globally.

[InternetApplication.html]

Inference Rules

Constraints

Attributes

Inherited Attributes

Children

Inherited Children

References

(none)

Inherited References

Extensions

Inherited Extensions