2010年11月23日火曜日

Prudence groovy editionでquery parameterを取得する

Prudence groovy editionでquery parameterを取得するには、以下のコードを実行します。

PRUDENCE_HOME/applications/test4/web/dynamicディレクトリに
query.htmlを以下の内容で作成
<html>
<head><title>query test</title></head>
<body>
<%
print "param1=${conversation.query['param1']}<br/>"
print "param2=${conversation.query['param2']}<br/>"
%>
</body>
</html>


ブラウザでhttp://localhost:8080/test4/query/?param1=123¶m2=abcにアクセスする。

動作環境
Prudence "Luscious Groovy" Edition R571, JDK6 Update22

関連情報
prudenceのウェブサイト
http://threecrickets.com/prudence/

0 件のコメント:

コメントを投稿