What is the global object "view" in xPages?

hello

someone know what is the global object “view” in xPages?

thanxs

Subject: Re: global view

Froim looking at the properties and what I know of XPages naming conventions, I think (though I would welcome someone correcting me) that it allows you to get a handle on the current XPage. It may just get a handle to the current XPage or custom control your code is in though. If you view the source for an XPage on the web, each element has a name such as view:_id1:_id2:_id42:StatusFilter. The methods of the view global object like getBeforePageLoad() seem to suggest that.