网站导航免费论文 原创论文 论文搜索 原创论文 网学软件 学术大家 资料中心 会员中心 问题解答 原创论文 大学论文导航 设计下载 最新论文 下载排行 原创论文 论文源代码
返回网学首页
网学联系
最新论文 推荐专题 热门论文 素材专题
当前位置: 网学 > 编程文档 > JSP > 正文

JSP用bean获取各种参数

来源:http://myeducs.cn 联系QQ:点击这里给我发消息 作者: 用户投稿 来源: 网络 发布时间: 14/07/14

网学网为广大网友收集整理了,JSP用bean获取各种参数,希望对大家有所帮助!

  1.包:

  package beanpackage;

  /**
  *
  * @author lucifer
  */
  public class SystemProperties {
  public String getRuntimeEnvironmentVersion(){
  return System.getProperty("java.version");
  }
  public String getRuntimeEnvironmentVendor(){
  return System.getProperty("java.vendor");
  }

   public String getVmVersion(){
  return System.getProperty("java.vm.version");
  }
  public String getVmVendor(){
  return System.getProperty("java.vm.vendor");
  }
  public String getVmName(){
  return System.getProperty("java.vm.name");
  }

   public String getVmSpecVersion(){
  return System.getProperty("java.vm.specification.version");
  }
  public String getVmSpecVendor(){
  return System.getProperty("java.vm.specification.vendor");
  }
  public String getVmSpecName(){
  return System.getProperty("java.vm.specification.name");
  }

  
  public String getRteSpecName(){
  return System.getProperty("java.specification.name");
  }
  public String getRteSpecVersion(){
  return System.getProperty("java.specification.version");
  }
  public String getRteSpecVendor(){
  return System.getProperty("java.specification.vendor");
  }

  
  public String getOperatingSystemName(){
  return System.getProperty("os.name");
  }
  public String getOperatingSystemVersion(){
  return System.getProperty("os.version");
  }
  public String getOperatingSystemArchitecture(){
  return System.getProperty("os.arch");
  }
  }

  2.JSP代码:

  <%--
  Document : usebean
  Created on : 2009-10-3, 13:06:24
  Author : lucifer
  --%>

  <%@page contentType="text/html" pageEncoding="UTF-8"%>
  <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
  "http://www.w3.org/TR/html4/loose.dtd">
  <jsp:useBean id="properties" class="beanpackage.SystemProperties"/>
  <html>
  <head>
  <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  <title>JSP Page</title>
  </head>
  <body>
  Operating System Name:
  <jsp:getProperty name="properties" property="operatingSystemName"/>
  <br>
  Operating System Version:
  <jsp:getProperty name="properties" property="operatingSystemVersion"/>
  <br>
  Operating System Architecture:
  <jsp:getProperty name="properties" property="operatingSystemArchitecture"/>
  <br>
  <br>
  Runtime Environment Version(JDK version):
  <jsp:getProperty name="properties" property="runtimeEnvironmentVersion"/>
  <br>
  Runtime Environment Vendor(JDK vendor):
  <jsp:getProperty name="properties" property="runtimeEnvironmentVendor"/>
  <br>
  <br>
  VM Version:
  <jsp:getProperty name="properties" property="vmVersion"/>
  <br>
  VM Vendor:
  <jsp:getProperty name="properties" property="vmVendor"/>
  <br>
  VM Name:
  <jsp:getProperty name="properties" property="vmName"/>
  <br>
  <br>
  RTE Specification Version:
  <jsp:getProperty name="properties" property="rteSpecVersion"/>
  <br>
  RTE Specification Vendor:
  <jsp:getProperty name="properties" property="rteSpecVendor"/>
  <br>
  RTE Specification Name:
  <jsp:getProperty name="properties" property="rteSpecName"/>
  <br>
  <br>
  VM Specification Name:
  <jsp:getProperty name="properties" property="vmSpecName"/>
  <br>
  VM Specification Version:
  <jsp:getProperty name="properties" property="vmSpecVersion"/>
  <br>
  VM Specification Vendor:
  <jsp:getProperty name="properties" property="vmSpecVendor"/>
  </body>
  </html>

  3.输出:

  Operating System Name: Windows Vista
  Operating System Version: 6.0
  Operating System Architecture: x86

  Runtime Environment Version(JDK version): 1.6.0_16
  Runtime Environment Vendor(JDK vendor): Sun Microsystems Inc.

  VM Version: 14.2-b01
  VM Vendor: Sun Microsystems Inc.
  VM Name: Java HotSpot(TM) Client VM

  RTE Specification Version: 1.6
  RTE Specification Vendor: Sun Microsystems Inc.
  RTE Specification Name: Java Platform API Specification

  VM Specification Name: Java Virtual Machine Specification
  VM Specification Version: 1.0
  VM Specification Vendor: Sun Microsystems Inc.

  • 上一篇资讯: JSP中errorPage设置方法
  • 网学推荐

    免费论文

    原创论文

    设为首页 | 加入收藏 | 论文首页 | 论文专题 | 设计下载 | 网学软件 | 论文模板 | 论文资源 | 程序设计 | 关于网学 | 站内搜索 | 网学留言 | 友情链接 | 资料中心
    版权所有 QQ:3710167 邮箱:3710167@qq.com 网学网 [Myeducs.cn] 您电脑的分辨率是 像素
    Copyright 2008-2015 myeducs.Cn www.myeducs.Cn All Rights Reserved 湘ICP备09003080号