|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ItsNatServletRequest
Is the ItsNat wrapper of the javax.servlet.ServletRequest object.
| Method Summary | |
|---|---|
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. |
| Methods inherited from interface org.itsnat.core.ItsNatUserData |
|---|
containsUserValueName, getUserValue, getUserValueNames, removeUserValue, setUserValue |
| Method Detail |
|---|
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.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||