applicationScope
From Documentation
Revision as of 07:27, 3 May 2013 by Robertwenzel (talk | contribs) (moved ZUML Reference/EL Expressions/Implicit Objects/applicationScope to ZUML Reference/EL Expressions/Implicit Objects (Predefined Variables)/applicationScope)
applicationScope - java.util.Map
A map of custom attributes associated with the Web application. It is the same as the getAttributes method in the WebApp interface.
A Web application is a WAR, and each Web application has an independent set of custom attributes. These attributes are used mainly to communicate among different desktops and sessions.
If the client is based on HTTP, such as a Web browser, this is the same map of attributes stored in javax.servlet.ServletContext. In other words, you could use it to communicate with other servlets, such as JSF.
Version History
Version | Date | Content |
---|---|---|