API Docs for: 1.0.0
Show:

jsp Class

Module: jsp

Item Index

Methods

  • el static

Methods

el

(
  • str
  • [context]
)
String static

EL式の簡易パーサー

渡された文字列について、文字列中の ${...} 形式で埋め込まれたel式を 展開した結果の文字列を返す。

Parameters:

  • str String

    評価対象文字列

  • [context] Object optional

    コンテキスト変数を格納したオブジェクト

Returns:

String:

評価結果文字列