Java 的servlets和jsp的软件开发包。支持jsp1.0以及servlet2.1。版本比较旧

源代码在线查看: localstrings.properties

软件大小: 320 K
上传用户: wangregret2000
关键词: jsp servlets servlet Java
下载地址: 免注册下载 普通下载 VIP

相关代码

				# $Id: LocalStrings.properties,v 1.1 1999/03/17 01:17:11 duncan Exp $
				
				# Default localized resources for example servlets
				# This locale is en_US
				
				helloworld.title=Hello World!
				
				requestinfo.title=Request Information Example
				requestinfo.label.method=Method:
				requestinfo.label.requesturi=Request URI:
				requestinfo.label.protocol=Protocol:
				requestinfo.label.pathinfo=Path Info:
				requestinfo.label.remoteaddr=Remote Address:
				
				requestheader.title=Request Header Example
				
				requestparams.title=Request Parameters Example
				requestparams.params-in-req=Parameters in this request:
				requestparams.no-params=No Parameters, Please enter some
				requestparams.firstname=First Name:
				requestparams.lastname=Last Name:
				
				cookies.title=Cookies Example
				cookies.cookies=Your browser is sending the following cookies:
				cookies.no-cookies=Your browser isn't sending any cookies
				cookies.make-cookie=Create a cookie to send to your browser
				cookies.name=Name:
				cookies.value=Value:
				cookies.set=You just sent the following cookie to your browser:
				
				sessions.title=Sessions Example
				sessions.id=Session ID:
				sessions.created=Created:
				sessions.lastaccessed=Last Accessed:
				sessions.data=The following data is in your session:
				sessions.adddata=Add data to your session
				sessions.dataname=Name of Session Attribute:
				sessions.datavalue=Value of Session Attribute:
							

相关资源