| Package | Description |
|---|---|
| org.itsnat.comp.iframe | |
| org.itsnat.core.event |
Defines event and listener classes and interfaces associated to the page lifecycle and events.
|
| 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 |
|---|---|
FileUploadRequest |
HTMLIFrameFileUpload.processFileUploadRequest(ItsNatServletRequest request,
ItsNatServletResponse response)
This method can be optionally called when a file upload request listener is being executed
to parse request headers and expose the file being uploaded as an input stream.
|
| Modifier and Type | Method and Description |
|---|---|
ItsNatServletResponse |
ItsNatEvent.getItsNatServletResponse()
Returns the associated ItsNat Servlet Response of this event.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ItsNatServletRequestListener.processRequest(ItsNatServletRequest request,
ItsNatServletResponse response)
If this listener is registered this method is invoked when a client request is received
usually for loading a new page.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
ItsNatHttpServletResponse
Is the ItsNat wrapper of the
javax.servlet.http.HttpServletResponse object. |
| Modifier and Type | Method and Description |
|---|---|
InputStream |
TemplateSource.getInputStream(ItsNatServletRequest request,
ItsNatServletResponse response)
Returns the input stream to read the markup going to be used as template to create documents
or fragments.
|
boolean |
TemplateSource.isMustReload(ItsNatServletRequest request,
ItsNatServletResponse response)
Informs whether the current template should be discarded and a new one loaded.
|
DocumentFragment |
ItsNatDocFragmentTemplate.loadDocumentFragment(ItsNatDocument docTarget,
ItsNatServletRequest request,
ItsNatServletResponse response)
Creates a
org.w3c.dom.DocumentFragment using the markup template. |
DocumentFragment |
ItsNatHTMLDocFragmentTemplate.loadDocumentFragmentBody(ItsNatDocument docTarget,
ItsNatServletRequest request,
ItsNatServletResponse response)
Creates a
org.w3c.dom.DocumentFragment using the <body>
content of the markup template. |
DocumentFragment |
ItsNatHTMLDocFragmentTemplate.loadDocumentFragmentHead(ItsNatDocument docTarget,
ItsNatServletRequest request,
ItsNatServletResponse response)
Creates a
org.w3c.dom.DocumentFragment using the <head>
content of the markup template. |
Copyright © Innowhere Software, Jose Maria Arranz Santamaria.