|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use IUserInstance | |
|---|---|
| org.jasig.portal | |
| org.jasig.portal.rendering | |
| org.jasig.portal.user | |
| Uses of IUserInstance in org.jasig.portal |
|---|
| Classes in org.jasig.portal that implement IUserInstance | |
|---|---|
class |
GuestUserInstance
A multithreaded version of a UserInstance. |
class |
UserInstance
A class handling holding all user state information. |
| Methods in org.jasig.portal that return IUserInstance | |
|---|---|
static IUserInstance |
UserInstanceManager.getUserInstance(HttpServletRequest request)
Deprecated. Use IUserInstanceManager.getUserInstance(HttpServletRequest) instead. |
| Uses of IUserInstance in org.jasig.portal.rendering |
|---|
| Methods in org.jasig.portal.rendering with parameters of type IUserInstance | |
|---|---|
void |
StaticRenderingPipeline.renderState(HttpServletRequest req,
HttpServletResponse res,
IUserInstance userInstance)
|
void |
IPortalRenderingPipeline.renderState(HttpServletRequest req,
HttpServletResponse res,
IUserInstance userInstance)
renderState method orchestrates the rendering pipeline which includes worker dispatching, and the
rendering process from layout access, to channel rendering, to writing content to the browser. |
| Uses of IUserInstance in org.jasig.portal.user |
|---|
| Methods in org.jasig.portal.user that return IUserInstance | |
|---|---|
IUserInstance |
IUserInstanceManager.getUserInstance(HttpServletRequest request)
Returns the IUserInstance object that is associated with the given request. |
IUserInstance |
UserInstanceManagerImpl.getUserInstance(HttpServletRequest request)
Returns the UserInstance object that is associated with the given request. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||