Using GetPageContext
Using GetPageContext
Exposes underlying J2EE engine’s PageContext Object
Allows us to do server-side includes/forwards
Among both JSP and CF templates!
Variables shared between them
Request scope, by default
Application and session, if CFAPPLICATION has no NAME
It also opens up some more possibilities because you can get the ServletContext from the PageContext...
See Sun docs for more info
http://java.sun.com/products/servlet/2.2/javadoc/javax/servlet/jsp/PageContext.html
http://java.sun.com/products/servlet/2.2/javadoc/javax/servlet/ServletContext.html
Previous slide
Next slide
Back to first slide
View graphic version
Home
Speakers
Directions
Schedule
Photos
CF Conf Central
Please send comments/questions to
[email protected]