Uses of Class
org.apache.wicket.ThreadContext
-
Packages that use ThreadContext Package Description org.apache.wicket The core Wicket package. -
-
Uses of ThreadContext in org.apache.wicket
Methods in org.apache.wicket that return ThreadContext Modifier and Type Method Description static ThreadContextThreadContext. detach()Cleans theThreadContextand returns previous context.static ThreadContextThreadContext. get(boolean createIfDoesNotExist)INTERNAL METHODMethods in org.apache.wicket with parameters of type ThreadContext Modifier and Type Method Description static voidThreadContext. restore(ThreadContext threadContext)Restores the context
-