Edit C:\apache-tomcat-7.0.69\webapps\examples\WEB-INF\classes\RequestParamExample.class
???? 2 ? 2 Z [ \ ] \ ^ _ ` a b 1 c d e f g Z h i j k l m n o p q r s t u v w x y z { | } ~ ? ? ` ? ? ? ? ? ? ? ? ? 1 ? ? e ? ? ? serialVersionUID J ConstantValue 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 StackMapTable ? ? ? ? ? Exceptions ? ? doPost <clinit> SourceFile RequestParamExample.java : ; text/html ? ? ? ? ? <html> ? ? ? <head> 8 9 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> A B LocalStrings ? ? RequestParamExample javax/servlet/http/HttpServlet %javax/servlet/http/HttpServletRequest &javax/servlet/http/HttpServletResponse java/io/PrintWriter java/lang/String java/io/IOException javax/servlet/ServletException setContentType (Ljava/lang/String;)V getWriter ()Ljava/io/PrintWriter; println java/util/ResourceBundle getString &(Ljava/lang/String;)Ljava/lang/String; append -(Ljava/lang/String;)Ljava/lang/StringBuilder; toString ()Ljava/lang/String; getParameter util/HTMLFilter filter print getBundle .(Ljava/lang/String;)Ljava/util/ResourceBundle; ! 1 2 3 4 5 6 8 9 : ; <