what is the best way to get a reference to the current session's visit object from an implementation of IEngineService?
on my pages/components i access it via @InjectState("visit") public abstract Visit getVisit()
.
Can i inject it into my EngineService via hivemodule.xml or access it via the RequestCycle?
As usual with tapestry, the documentation mentions nothing...