Package org.apache.myfaces.trinidadinternal.util

Examples of org.apache.myfaces.trinidadinternal.util.TokenCache.clear()


      // create a map that establishes a moniker (key) between the windowId and token cache used to locate the
      // associated page state.
      Map<String, PageState> stateMap = new SubKeyMap<PageState>(sessionMap, subkey);
     
      // removes all page states known by the token cache from session
      cache.clear(stateMap);
     
      // removes the token cache
      sessionMap.remove(cacheKey);
    }
  }
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.