added method PortalContext.setUserInSesssion for allowing custom servlet to read the current user, removed portal delegate

git-svn-id: https://svn.research-infrastructures.eu/d4science/gcube/trunk/portal/portal-manager@141610 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Massimiliano Assante 2017-01-17 16:27:44 +00:00
parent ef73230461
commit 77071dc4ba
1 changed files with 1 additions and 1 deletions

View File

@ -141,7 +141,7 @@ public class PortalContext {
/**
* <p>
* Please note that this method works with AJAX calls only (i.e. XMLHttpRequest to exchange data with a server behind the scenes).
* If you use standard http servlet GET or POST to exchange data with a server, you must call the methos PortalContext#setUserInSession in your portlet doView method.
* If you use standard http servlet GET or POST to exchange data with a server, you must call the method PortalContext#setUserInSession in your portlet doView method.
*
* </p>
*