Java org.apache.wicket ThreadContext fields, constructors, methods, implement or subclass

Example usage for Java org.apache.wicket ThreadContext fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.wicket ThreadContext.

The text is from its open source code.

Method

ThreadContextdetach()
Cleans the ThreadContext and returns previous context.
booleanexists()
Checks if ThreadContext exists for the current thread
ApplicationgetApplication()
RequestCyclegetRequestCycle()
SessiongetSession()
voidrestore(ThreadContext threadContext)
Restores the context
voidsetApplication(Application application)
Binds the specified application to current thread.
voidsetRequestCycle(RequestCycle requestCycle)
Binds the RequestCycle to current thread.
voidsetSession(Session session)
Binds the session to current thread.