Mini Kabibi Habibi
��� 3 �
5 \ ] Q ^
S _ ` R a b R c R d e
T f g h i
S j k
\ l
m n
o p q r s t u v w x Q y z { | } ~
� � � � �
T � � � � � � � � �
4 � � � serialVersionUID J
ConstantValue <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; rb Ljava/util/ResourceBundle; out Ljava/io/PrintWriter; title Ljava/lang/String; firstName lastName
StackMapTable � � � � �
Exceptions � � doPost
SourceFile RequestParamExample.java ; < LocalStrings � � � � text/html � � UTF-8 � � � � <!DOCTYPE html><html> � � <head> <meta charset="UTF-8" /> requestparams.title � � java/lang/StringBuilder <title> � � </title> � � </head> <body bgcolor="white"> <a href="../reqparams.html"> Z<img src="../images/code.gif" height=24 width=24 align=right border=0 alt="view code"></a> <a href="../index.html"> Y<img src="../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> B C RequestParamExample javax/servlet/http/HttpServlet %javax/servlet/http/HttpServletRequest &javax/servlet/http/HttpServletResponse java/util/ResourceBundle java/io/PrintWriter java/lang/String java/io/IOException javax/servlet/ServletException getLocale ()Ljava/util/Locale; getBundle @(Ljava/lang/String;Ljava/util/Locale;)Ljava/util/ResourceBundle; setContentType (Ljava/lang/String;)V setCharacterEncoding getWriter ()Ljava/io/PrintWriter; println getString &(Ljava/lang/String;)Ljava/lang/String; append -(Ljava/lang/String;)Ljava/lang/StringBuilder; toString ()Ljava/lang/String; getParameter util/HTMLFilter filter print ! 4 5 6 7 8 9 ; <