Ja-Jakarta
Translation

javax.servlet.jsp
クラス JspEngineInfo

java.lang.Object
  上位を拡張 javax.servlet.jsp.JspEngineInfo

public abstract class JspEngineInfo
extends java.lang.Object

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


コンストラクタの概要
JspEngineInfo()
          Sole constructor.
 
メソッドの概要
abstract  java.lang.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 java.lang.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

Ja-Jakarta
Translation

Copyright © 2000- The Apache Software Foundation. All rights Reserved.