adf
Tag context


Provides a context for all the Web ADF components to work within. It is invisible in the HTML view of the page.

For example:
  <a:context id="mycontext" value=#{mapContext} />


Tag Information
Tag Classcom.esri.adf.web.faces.taglib.ContextTag
TagExtraInfo ClassNone
Body ContentJSP
Display NameNone

Attributes
NameRequiredRequest-timeTypeDescription
idfalsetruejava.lang.StringThe component identifier for this component. This value must be unique within the closest parent component that is a naming container.
bindingfalsefalsejavax.el.ValueExpression
(must evaluate to javax.faces.component.UIComponent)
The ValueExpression linking this component to a property in a backing bean.
valuetruefalsejavax.el.ValueExpression
(must evaluate to com.esri.adf.web.data.WebContext)
The current value of the component. Must be an object of type com.esri.adf.web.data.WebContext. This object is represents the component's Model in an MVC architecture. The WebContext object is responsible for governing the lifecyle of other Model objects that participate in the Web ADF, orchestrating them, and facilitating collaboration between them.
preservefalsefalsejavax.el.ValueExpression
(must evaluate to boolean)
By default, the context is stored in session. When preserve is "true", when dynamically switching the "resource" to a second context, the old context is saved. When switching back to the first context, it is loaded from session and preserved in the same state where it was left, i.e., zoomed to a certain location. Note that saving contexts takes up memory. When preserve is "false", old contexts are not maintained in session after a new one is specified. If you do not need to preserve contexts or want to minimize memory usage, set preserve to "false".

Variables
No Variables Defined.


Output Generated by Tag Library Documentation Generator. Java, JSP, and JavaServer Pages are trademarks or registered trademarks of Sun Microsystems, Inc. in the US and other countries. Copyright 2002-4 Sun Microsystems, Inc. 4150 Network Circle Santa Clara, CA 95054, U.S.A. All Rights Reserved.