8485868788899091929394
try { contextAttributes.put(StateManager.IS_SAVING_STATE, Boolean.TRUE); if (strategy != null) { result = strategy.saveView(context); } else { strategy = new JspStateManagementStrategy(context); result = strategy.saveView(context); } } finally {
8788899091929394959697
if (strategy != null) { result = strategy.saveView(context); } else { strategy = new JspStateManagementStrategy(context); result = strategy.saveView(context); } } finally { contextAttributes.remove(StateManager.IS_SAVING_STATE); } }