How this interface is used.
In other words, {@link #prepare} is called in the servlet thread, while{@link #init} is called in the event processing thread.Therefore, the typical use is retrieving thread-relevant info in {@link #prepare}, and then apply them in the event processing thread when {@link #init} is called. @author tomyeh
|
|
|
|