TapestryFilter should allow sub-classes to specify additional module classes,
not just ModuleDefs
-------------------------------------------------------------------------------------------------
Key: TAP5-1350
URL: https://issues.apache.org/jira/browse/TAP5-1350
Project: Tapestry 5
Issue Type: Improvement
Components: tapestry-core
Affects Versions: 5.2.5
Reporter: Howard M. Lewis Ship
Currently, only this method is provided:
protected ModuleDef[] provideExtraModuleDefs(ServletContext context)
The problem with this is that the @SubModule annotation is not supported by
RegistryBuilder.add(ModuleDef) ... its supported by
RegistryBuilder.add(Class...).
An additional method:
protected Class provideExtraModuleClasses(ServletContext context);
would fit the bill.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.