WebHelper
24252627282930
public class WebHelperInjectionHandler implements InjectionHandler { public Object getValue(ActionContext injectionContext) { return new WebHelperImpl(injectionContext.getRequest(), injectionContext.getContext()); }