ITL = InheritableThreadLocal
Here is the link of the component implementing this use case:
http://pastebin.com/0GwGXkmr
The usage is pretty simple:
new ProcessExecutorPanel("associatedFilesMigration") {
@Override
protected void execute() {
//a business logic method which takes a lot time to complete
startMigration();
}
};
--
View this message in context:
http://apache-wicket.1842946.n4.nabble.com/PROPOSAL-Application-runAs-Method-tp2230030p2234578.html
Sent from the Wicket - User mailing list archive at Nabble.com.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]