IEngineService still has a RequestCycle parameter in its service() method
-------------------------------------------------------------------------
Key: TAPESTRY-750
URL: http://issues.apache.org/jira/browse/TAPESTRY-750
Project: Tapestry
Type: Sub-task
Components: Framework
Versions: 4.0
Environment: 4.0-beta-13
Reporter: Leonardo Quijano Vincenzi
Priority: Minor
IEngineService still has the following method signature:
public void service(IRequestCycle cycle) throws IOException;
Shouldn't this be injected too? It's a bit confusing to have 2 RequestCycles on
the same EngineService (the one injected and the one given as parameter).
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]