- Code: Select all
@InjectState("visit")
public abstract Visit getVisit();
However my IEngineService implementation is not an abstract class and can't inject the visit using this method.
Is there a way to inject it via the hivemodule.xml or access it via the requestCycle?
