ShowGaugesAction.java (moskito-moskito-2.9.3) | : | ShowGaugesAction.java (moskito-moskito-2.10.0) | ||
---|---|---|---|---|
skipping to change at line 30 | skipping to change at line 30 | |||
* @since 23.03.15 21:38 | * @since 23.03.15 21:38 | |||
*/ | */ | |||
public class ShowGaugesAction extends BaseGaugesAction{ | public class ShowGaugesAction extends BaseGaugesAction{ | |||
@Override | @Override | |||
public ActionCommand execute(ActionMapping actionMapping, FormBean formBe an, HttpServletRequest httpServletRequest, HttpServletResponse httpServletRespon se) throws Exception { | public ActionCommand execute(ActionMapping actionMapping, FormBean formBe an, HttpServletRequest httpServletRequest, HttpServletResponse httpServletRespon se) throws Exception { | |||
httpServletRequest.setAttribute("gauges", getGaugeBeans(getGaugeA PI().getGauges())); | httpServletRequest.setAttribute("gauges", getGaugeBeans(getGaugeA PI().getGauges())); | |||
return actionMapping.success(); | return actionMapping.success(); | |||
} | } | |||
//temporarly put it under more | //temporarily put it under more | |||
@Override | @Override | |||
protected NaviItem getCurrentSubNaviItem() { | protected NaviItem getCurrentSubNaviItem() { | |||
return NaviItem.MORE_GAUGES; | return NaviItem.MORE_GAUGES; | |||
} | } | |||
@Override | @Override | |||
protected NaviItem getCurrentNaviItem() { | protected NaviItem getCurrentNaviItem() { | |||
return NaviItem.MORE; | return NaviItem.MORE; | |||
} | } | |||
End of changes. 1 change blocks. | ||||
1 lines changed or deleted | 1 lines changed or added |