Package org.wicketstuff.progressbar.spring


package org.wicketstuff.progressbar.spring
  • Class
    Description
    Simple wrapper around java.util.concurrent Executors.
    The task should always be referenced with the taskId in the Wicket page, so there is no public getTask(...) method!
    A Task is some kind of long running action that should be done in the background.
    Message is a value object for messages during task runtime.
    The severity of the message
    Use this as a model for a ProgressBar, if tasks are submitted to the task service.
    Should be registered as SESSION scoped bean to prevent memory leaks with unfinished tasks.