aino-komal / mvp4g

Automatically exported from code.google.com/p/mvp4g
0 stars 0 forks source link

You can't have subpackage for presenters, views, services or history... #8

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
If presenter, view, service or history converter isn't in the same package 
as the one describe in the parent tag, you have to write the full name of 
its class even when it is in a subpackage.

You should have the possibility to indicate that the class attribute 
should be concatenated to the package attribute even if it contains a 
package name.

If a class name starts by a dot, the package attribute will be 
concatenated to the class name. 
For example
<presenters package="com.myapp.client.presenters" >
   <presenter class=".display.MyDisplayPresenter" .../>

will give as class name: 
com.myapp.client.presenters.display.MyDisplayPresenter

Original issue reported on code.google.com by plcoir...@gmail.com on 4 Oct 2009 at 1:51

GoogleCodeExporter commented 9 years ago

Original comment by plcoir...@gmail.com on 5 Oct 2009 at 4:08