Edit D:\app\Administrator\product\11.2.0\dbhome_1\owb\jrt\default-web-app\WEB-INF\classes\RequestParamExample.class
?? 0 ? 3 O P Q R 2 S T U V U W X Y Z [ \ ] Q ^ _ O ` a b c d e f g h i j k l m n o p q r s t u v w x y Y z { | } ~ ? ? ? 2 ? ? ? rb Ljava/util/ResourceBundle; <init> ()V Code LineNumberTable LocalVariableTable this LRequestParamExample; doGet R(Ljavax/servlet/http/HttpServletRequest;Ljavax/servlet/http/HttpServletResponse;)V request 'Ljavax/servlet/http/HttpServletRequest; response (Ljavax/servlet/http/HttpServletResponse; out Ljava/io/PrintWriter; title Ljava/lang/String; firstName lastName Exceptions ? ? doPost SourceFile RequestParamExample.java 6 7 LocalStrings ? ? ? 4 5 text/html ? ? ? ? ? <html> ? ? ? <body> <head> requestparams.title ? ? java/lang/StringBuffer <title> ? ? </title> ? ? </head> <body bgcolor="white"> .<a href="../examples/servlets/reqparams.html"> c<img src="../examples/images/code.gif" height=24 width=24 align=right border=0 alt="view code"></a> *<a href="../examples/servlets/index.html"> b<img src="../examples/images/return.gif" height=24 width=24 align=right border=0 alt="return"></a> <h3> </h3> firstname ? ? ? lastname requestparams.params-in-req <br> requestparams.firstname = ? ? ? requestparams.lastname requestparams.no-params <P> <form action=" ? ? RequestParamExample" method=POST> (<input type=text size=20 name=firstname> '<input type=text size=20 name=lastname> <input type=submit> </form> </body> </html> = > RequestParamExample javax/servlet/http/HttpServlet java/io/IOException javax/servlet/ServletException java/util/ResourceBundle getBundle .(Ljava/lang/String;)Ljava/util/ResourceBundle; &javax/servlet/http/HttpServletResponse setContentType (Ljava/lang/String;)V getWriter ()Ljava/io/PrintWriter; java/io/PrintWriter println getString &(Ljava/lang/String;)Ljava/lang/String; append ,(Ljava/lang/String;)Ljava/lang/StringBuffer; toString ()Ljava/lang/String; %javax/servlet/http/HttpServletRequest getParameter DemoUtil HTMLReplace print ! 2 3 4 5 6 7 8 <