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 |
---|---|
ItsNatServletRequest |
ItsNatEvent.getItsNatServletRequest()
Returns the associated ItsNat Servlet Request 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 |
ItsNatHttpServletRequest
Is the ItsNat wrapper of the
javax.servlet.http.HttpServletRequest object. |
Modifier and Type | Method and Description |
---|---|
java.io.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.
|
org.w3c.dom.DocumentFragment |
ItsNatDocFragmentTemplate.loadDocumentFragment(ItsNatDocument docTarget,
ItsNatServletRequest request,
ItsNatServletResponse response)
Creates a
org.w3c.dom.DocumentFragment using the markup template. |
org.w3c.dom.DocumentFragment |
ItsNatHTMLDocFragmentTemplate.loadDocumentFragmentBody(ItsNatDocument docTarget,
ItsNatServletRequest request,
ItsNatServletResponse response)
Creates a
org.w3c.dom.DocumentFragment using the <body>
content of the markup template. |
org.w3c.dom.DocumentFragment |
ItsNatHTMLDocFragmentTemplate.loadDocumentFragmentHead(ItsNatDocument docTarget,
ItsNatServletRequest request,
ItsNatServletResponse response)
Creates a
org.w3c.dom.DocumentFragment using the <head>
content of the markup template. |
Copyright © 2007 Innowhere Software Services S.L. All Rights Reserved.