Directory continuum-web/src/main/java/org/codehaus/continuum/web/action/

Directory Created:
2005-04-19 02:07
Directory Deleted:
2006-09-28 03:40
Total Files:
0
Deleted Files:
2
Lines of Code:
0

Browse with ViewVC

[root]/continuum-web/src/main/java/org/codehaus/continuum/web/action

Lines of Code

continuum-web/src/main/java/org/codehaus/continuum/web/action/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 7 (100.0%) 33 (100.0%) 4.7
jvanzyl 4 (57.1%) 17 (51.5%) 4.2
trygvis 1 (14.3%) 16 (48.5%) 16.0
brett 2 (28.6%) 0 (0.0%) 0.0

Most Recent Commits

brett 2006-09-28 03:40

remove old web module

0 lines of code changed in:

jvanzyl 2005-05-15 02:16

o adding licenses

o updating maven one form

15 lines of code changed in:

  • continuum-web/src/main/java/org/codehaus/continuum/web/action: Call.java (+15 -2)
jvanzyl 2005-05-15 02:04

o updating state content generator to account for the new checkout and

update states.

0 lines of code changed in:

trygvis 2005-04-21 01:41

o Adding missing license.

16 lines of code changed in:

jvanzyl 2005-04-19 02:07

o create an action that can make arbitrary calls into the application model.

the action is configured with the role of the application model and a series

of calls. each call has an id (cid) and an expression to use when calling

the application model. so you just need to specify the cid in the webapp

and the expression will be looked up and executed using the request

parameters.



So i can do something like



http://...?action=cam&cid=buildProject



and



continuum.buildProject(#id)



will be executed.



No java code required!



2 lines of code changed in:

Generated by StatSVN 0.3.2-SNAPSHOT