PageContext
posted 18 years ago
-
-
Number of slices to send:Optional 'thank-you' note:
-
-
i find in one book that "PageContext is container to all implicit objects and user defined objects.It Provides setters and getters to use these objects".But my dought is how it can provide getters and setters for user defined objects can any body explain me this sentence
posted 18 years ago
-
-
Number of slices to send:Optional 'thank-you' note:
-
-
PageContext is container to all implicit objects and user defined objects.It Provides setters and getters to use these objects...
I would venture to guess that this is bad editing and what the author meant was that the PageContext provides getters and setters to use the implicit objects/properties provided by the PageContext class. It can also mean that there is a getter/setter for the attribute property which is how the user defined object would be stored and retrieved, just like from the HttpServletRequest and HttpSession.
I would venture to guess that this is bad editing and what the author meant was that the PageContext provides getters and setters to use the implicit objects/properties provided by the PageContext class. It can also mean that there is a getter/setter for the attribute property which is how the user defined object would be stored and retrieved, just like from the HttpServletRequest and HttpSession.
posted 18 years ago
-
-
Number of slices to send:Optional 'thank-you' note:
-
-
The proper term for instances of objects stored in the various scopes, including page scope, is scoped variables.
And I agree with Gregg -- the passage is worded badly.
And I agree with Gregg -- the passage is worded badly.
ramesh kumar
Greenhorn
Posts: 25
| Arch enemy? I mean, I don't like you, but I don't think you qualify as "arch enemy". Here, try this tiny ad: The new gardening playing cards kickstarter is now live! https://www.kickstarter.com/projects/paulwheaton/garden-cards |













