| Package | Description |
|---|---|
| org.itsnat.core |
Contains the fundamental interfaces and classes: provides utilities to wrap the servlet system, to control the page lifecycle, to create event listeners etc.
|
| org.itsnat.core.http |
Interfaces related to HTTP servlets.
|
| Modifier and Type | Method and Description |
|---|---|
ItsNatSession |
ItsNatServletResponse.getItsNatSession()
Returns the ItsNat session associated to this response.
|
ItsNatSession |
ItsNatServletRequest.getItsNatSession()
Returns the ItsNat session associated to this request.
|
ItsNatSession |
ClientDocument.getItsNatSession()
Returns the parent ItsNat session.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
ItsNatSessionCallback.handleSession(ItsNatSession session)
Is called by
ItsNatServletContext.enumerateSessions(ItsNatSessionCallback)
to do some processing with the submitted session. |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ItsNatHttpSession
Is the ItsNat wrapper of a
javax.servlet.http.HttpSession object. |
Copyright © Innowhere Software, Jose Maria Arranz Santamaria.