After some trying I found getFoo(String value) could handle the request
public Object getFoo(String value){
   // value == "bar"
   // now what?
}

However, what to do next? without StaplerRequest and StaplerResponse 
parameters, after processing, how can display certain jelly file? how can I 
make redirection to another url?
How can I get query parameters as /foo/bar?query=xx?
How can I get more part of url as /foo/bar1/bar2?

Thanks

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-dev/6a01704e-91f4-4ab0-a9d5-74f2e6ff657a%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to