public interface Disposable
Modifier and Type | Field and Description |
---|---|
static int |
EXITCODE_ERROR
This Exit-code might be used to indicate an action error from the dispose method
The code will be forwarded to the request's exit method (see below)
|
static int |
EXITCODE_SUCCESS
This exit-code might be used to indicate a successful action from the dispose method
The code will be forwarded to the WebRequest's exit method (see WebRequest.exit())
|
Modifier and Type | Method and Description |
---|---|
int |
dispose()
Cleanup resources allocated by the object
|
void |
init()
Initializes the object
Use this to initialize Action objects instead of the Action's constructor
|
static final int EXITCODE_SUCCESS
static final int EXITCODE_ERROR
Copyright © 2008–2022 Apache Software Foundation. All rights reserved.