-
Method Summary
Class<? extends org.apache.wicket.Page>
execute(org.apache.wicket.Component owner)
Executes this task when the user confirms it.
-
Method Details
-
execute
Class<? extends org.apache.wicket.Page> execute(org.apache.wicket.Component owner)
throws Exception
Executes this task when the user confirms it.
- Parameters:
owner
- The confirmation page itself.
- Returns:
- Optionally return a class to use as a page redirect. If null, the owner panel of the task will be
returned
to.
- Throws:
Exception