The engine exists to provide core services to the pages and components that make up the application. The engine is a delegate to the {@link ApplicationServlet} via the {@link #service(RequestContext)} method.
Engine instances are persisted in the {@link javax.servlet.http.HttpSession} and are serializable. @author Howard Lewis Ship @version $Id: IEngine.java 244167 2005-03-17 08:14:54Z pferraro $
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|