Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

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

...

]));

...