JspEngineInfo (Java EE 5 SDK)

Java

Java EE 5 SDK

深圳电信培训中心.徐海蛟老师.


javax.servlet.jsp Class JspEngineInfo

java.lang.Object
  extended by javax.servlet.jsp.JspEngineInfo

public abstract class JspEngineInfo
extends Object

The JspEngineInfo is an abstract class that provides information on the current JSP engine.


构造器摘要
JspEngineInfo()
          Sole constructor.
 
方法摘要
abstract  String getSpecificationVersion()
          Return the version number of the JSP specification that is supported by this JSP engine.
 
类方法继承 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

构造器详细信息

JspEngineInfo

public JspEngineInfo()
Sole constructor. (For invocation by subclass constructors, typically implicit.)

方法详细信息

getSpecificationVersion

public abstract String getSpecificationVersion()
Return the version number of the JSP specification that is supported by this JSP engine.

Specification version numbers that consists of positive decimal integers separated by periods ".", for example, "2.0" or "1.2.3.4.5.6.7". This allows an extensible number to be used to represent major, minor, micro, etc versions. The version number must begin with a number.

返回:
the specification version, null is returned if it is not known

Java EE 5 SDK

深圳电信培训中心.徐海蛟老师.


提交错误或意见

版权所有 2007 Sun Microsystems, Inc. 保留所有权利。 请遵守许可证条款。深圳电信培训中心.徐海蛟老师教学参考.