Package com.portal.web
package com.portal.web
Contains the source for the main Infranet WebKit servlets and servlet utility classes.
The servlet performs these functions:
-
Loads the
WebKit.properties
file. - Initializes the BAS Client Connection Pooling Service, that is, PPooledConnectionClientServices().
-
Performs an explicit login on the BAS client service based on the properties defined in the
WebKit.properties
file. - Handles the user login component, validates the user, and saves the account model handle.
- Sets up a new connection to Infranet Connection Manager from the pool.
- Saves the connection in the session and removes it when the session is invalidated.
- See Also:
-
ClassDescription
ConnectionListener
releases a connection when notified that a session has timed out.Returns an exception when a session is not present.PInfranetException
is the defaultException
class used for Infranet exceptions.PInfranetServlet
is the entrance point for WebKit server components.WebKit servlet utility class.