Uses of Class
org.apache.wicket.ThreadContext

Packages that use ThreadContext
org.apache.wicket The core Wicket package. 
 

Uses of ThreadContext in org.apache.wicket
 

Methods in org.apache.wicket that return ThreadContext
static ThreadContext ThreadContext.detach()
          Cleans the ThreadContext and returns previous context.
static ThreadContext ThreadContext.get(boolean createIfDoesNotExist)
          INTERNAL METHOD
 

Methods in org.apache.wicket with parameters of type ThreadContext
static void ThreadContext.restore(ThreadContext threadContext)
          Restores the context
 



Copyright © 2006-2011 Apache Software Foundation. All Rights Reserved.