AppFuseJasperReports |
|
| Your trail: Mark |
Difference between
version 17
and
version 16:
| At line 52 changed 1 line. |
| Multi-ActionController resolves method names based on a method name resolver. The default method name resolver is InternalPathMethodNameResolver, which resolves method names based on URL patterns. But Spring comes with two other method name resolvers: |
| MultiActionController resolves method names based on a method name resolver. The default method name resolver is InternalPathMethodNameResolver, which resolves method names based on URL patterns. But Spring comes with two other method name resolvers: |
| At line 57 changed 1 line. |
| Regardless of which method name resolver you choose, you’ll need to wire it into the methodNameResolver property of the MultiActionController to override the default: |
| Regardless of which method name resolver you choose, you’ll need to wire it into the methodNameResolver property of the MultiActionController to override the default. In the configuration file action-servlet.xml, makes the following modifications - we will use the first method to decide names |
Back to AppFuseJasperReports,
or to the Page History.
|