public interface ItsNatServletRequest extends ItsNatUserData
javax.servlet.ServletRequest
object.Modifier and Type | Method and Description |
---|---|
ItsNatVariableResolver |
createItsNatVariableResolver()
Creates a variable resolver bound to this request.
|
ClientDocument |
getClientDocument()
Returns the client document, this object mirrors the user (client) document/page
sending this request.
|
ItsNatDocument |
getItsNatDocument()
Returns the ItsNat document associated to this request.
|
ItsNatDocument |
getItsNatDocumentReferrer()
Returns the document referrer.
|
ItsNatServlet |
getItsNatServlet()
Returns the ItsNat servlet associated to this request.
|
ItsNatSession |
getItsNatSession()
Returns the ItsNat session associated to this request.
|
javax.servlet.ServletRequest |
getServletRequest()
Returns the wrapped
javax.servlet.ServletRequest object. |
containsUserValueName, getUserValue, getUserValueNames, removeUserValue, setUserValue
javax.servlet.ServletRequest getServletRequest()
javax.servlet.ServletRequest
object.ItsNatServlet getItsNatServlet()
ItsNatSession getItsNatSession()
ItsNatDocument getItsNatDocument()
ClientDocument getClientDocument()
getItsNatDocument()
is null too.ItsNatVariableResolver createItsNatVariableResolver()
ItsNatDocument getItsNatDocumentReferrer()
The referrer feature and events in the source document must be enabled
(see ItsNatDocumentTemplate.setReferrerEnabled(boolean)
and
ItsNatDocumentTemplate.setEventsEnabled(boolean)
) otherwise returns null.
Document referrer is not available if the target document was requested using a direct URL (written on the browser URL bar) or, in the Internet Explorer case, the target document is the result of a reload button click.
Only the first request (the loading document phase) has access to the document referrer, subsequent requests (events) return null.
The document referrer is still live but is going to be unloaded.
Copyright © 2007 Innowhere Software Services S.L. All Rights Reserved.