Re: where can i find the controller class or package

2018-02-24 Thread x86 wj
ho will call save() method?* > > Yes, that is confusing and sort of a hack. There is a form parameter that > carries an action name of either "bookmarkAdd" or "bookmarkEdit" and there > is a method called isAdd() which looks at that parameter and decides > whe

Re: where can i find the controller class or package

2018-02-24 Thread x86 wj
and hope make it clear. Thank you for your help. Best regards, Wuxia Jin On Sat, Feb 24, 2018 at 12:07 PM, Greg Huber <gregh3...@gmail.com> wrote: > .should be WeblogRequestMapper > > Cheers Greg > > On 24 February 2018 at 04:39, x86 wj <wj86...@gmail.com> wrote: &g

where can i find the controller class or package

2018-02-23 Thread x86 wj
Roller is in a web architecture of "presentation -> business logic -> persistent layer". But the project is complex. From the source code, I have no idea which packages(or classes) are responsible for the controller. The following will list an example to express my meaning. For example,