Java Server Pages: A Code-Intensive Premium Reference- P9 potx

Java Server Pages: A Code-Intensive Premium Reference- P9 potx

Java Server Pages: A Code-Intensive Premium Reference- P9 potx

... access request parameters. You can do this by calling the request object's getParameter() method, which is inherited from its parent javax.servlet.ServletRequest, with the parameter name ... provides accessors to several other JSP implicit objects. An instance of an implementation-dependent pageContext is created by a JSP implementation class at the beginning of the generated serv...

Ngày tải lên: 03/07/2014, 06:20

10 233 0
Pure JSP -- Java Server Pages: A Code-Intensive Premium Reference doc

Pure JSP -- Java Server Pages: A Code-Intensive Premium Reference doc

... look at the standard actions used to reference JavaBeans and an example that uses these actions. JavaBean Standard Actions There are three standard actions defined to help integrate JavaBeans ... back in, and finally displays proof that its state was maintained. Listing 3.2: SimpleJavaBeanTester .java import java. io.*; public class SimpleJavaBeanTester { public SimpleJavaBeanTest...

Ngày tải lên: 27/06/2014, 12:20

235 350 0
w