Package org.wicketstuff.progressbar.spring

Interface Summary
ITaskService The task should always be referenced with the taskId in the Wicket page, so there is no public getTask(...) method!
 

Class Summary
AsynchronousExecutor Simple wrapper around java.util.concurrent Executors.
Task A Task is some kind of long running action that should be done in the background.
Task.Message Message is a value object for messages during task runtime.
TaskProgressionModel Use this as a model for a ProgressBar, if tasks are submitted to the task service.
TaskService Should be registered as SESSION scoped bean to prevent memory leaks with unfinished tasks.
 

Enum Summary
Task.Message.Severity The severity of the message
 



Copyright © 2007–2016. All rights reserved.