コンテキスト データ

LANSA WAM

コンテキスト・データ

WAMとWebroutineのコンテキスト情報も利用可能です。

 

var ar = [

"action-request",

"images-path",

"language",

"partition",

"service-name",

"session-key",

"session-key-name",

"session-key-method",

"technology-service",

"user-id",

"webapplication",

"webapplication-title",

"webroutine",

"webroutine-title"];

 

// List context items

for (x in ar) alert(ar[x] + ": " + wr.context(ar[x]));