You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 3, 2022. It is now read-only.
linusnorton edited this page Dec 29, 2011
·
3 revisions
All xFrame requests are available on the command line by running:
$ ./script/xframe [request]
You can specify a specific configuration file to use:
$ ./script/xframe index config=dev
And you can pass parameters:
$ ./script/xframe index key=value param1
If your request has a @Params annotation all single values are mapped to the values in @Params. Key value pairs are mapped directly to the request object.