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.
|
org.itsnat.core.tmpl |
Contains the interfaces needed to register page templates.
|
Modifier and Type | Method and Description |
---|---|
ItsNatServlet |
ItsNat.createItsNatServlet(javax.servlet.Servlet servlet)
Creates a new ItsNat servlet wrapping the specified servlet object.
|
ItsNatServlet |
ItsNatServletResponse.getItsNatServlet()
Returns the ItsNat servlet associated to this response.
|
ItsNatServlet |
ItsNatServletRequest.getItsNatServlet()
Returns the ItsNat servlet associated to this request.
|
Modifier and Type | Interface and Description |
---|---|
interface |
ItsNatHttpServlet
Is the ItsNat wrapper of the
javax.servlet.http.HttpServlet object. |
Modifier and Type | Method and Description |
---|---|
ItsNatServlet |
MarkupTemplate.getItsNatServlet()
Returns the ItsNat servlet where the template was registered.
|
Copyright © 2007 Innowhere Software Services S.L. All Rights Reserved.