|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jboss.portal.core.controller.portlet.ControllerUserContext
public class ControllerUserContext
Constructor Summary | |
---|---|
ControllerUserContext(ControllerContext controllerContext)
|
Method Summary | |
---|---|
java.lang.String |
getId()
Retrieves the user id or null if it is not known. |
java.util.Map |
getInformations()
The user profile information keyed by P3PConstants |
java.util.Locale |
getLocale()
Return the user locale. |
java.util.List |
getLocales()
Retrieves the locales that the user is willing to receive information in. |
User |
getUser()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ControllerUserContext(ControllerContext controllerContext)
Method Detail |
---|
public java.lang.String getId()
UserContext
getId
in interface UserContext
public java.util.Map getInformations()
UserContext
getInformations
in interface UserContext
P3PConstants
public User getUser()
public java.util.Locale getLocale()
UserContext
getLocale
in interface UserContext
public java.util.List getLocales()
UserContext
getLocales
in interface UserContext
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |