private void restorePageChanges()
{try { __CLOVER_236_0.M[1255]++;
__CLOVER_236_0.S[6104]++;int count = 0;
__CLOVER_236_0.S[6105]++;Enumeration e = _session.getAttributeNames();
__CLOVER_236_0.S[6106]++;StringSplitter splitter = null;
__CLOVER_236_0.S[6107]++;while ((((e.hasMoreElements()) && (++__CLOVER_236_0.CT[1078] != 0)) || (++__CLOVER_236_0.CF[1078] == 0))){
{
__CLOVER_236_0.S[6108]++;String key = (String) e.nextElement();
__CLOVER_236_0.S[6109]++;if ((((!key.startsWith(_attributePrefix)) && (++__CLOVER_236_0.CT[1079] != 0)) || (++__CLOVER_236_0.CF[1079] == 0))){
__CLOVER_236_0.S[6110]++;continue;}
__CLOVER_236_0.S[6111]++;if ((((LOG.isDebugEnabled()) && (++__CLOVER_236_0.CT[1080] != 0)) || (++__CLOVER_236_0.CF[1080] == 0))){
__CLOVER_236_0.S[6112]++;LOG.debug("Restoring page change from session attribute " + key);}
__CLOVER_236_0.S[6113]++;if ((((_changes == null) && (++__CLOVER_236_0.CT[1081] != 0)) || (++__CLOVER_236_0.CF[1081] == 0))){
{
__CLOVER_236_0.S[6114]++;_changes = new HashMap();
__CLOVER_236_0.S[6115]++;splitter = new StringSplitter('/');
}}
__CLOVER_236_0.S[6116]++;String[] names = splitter.splitToArray(key);
// The first name is the servlet name, which allows
// multiple Tapestry apps to share a HttpSession, even
// when they use the same page names. The second name
// is the page name, which we already know.