org.jboss.portal.api
Interface PortalRuntimeContext

All Known Implementing Classes:
PortalRuntimeContextImpl

public interface PortalRuntimeContext

The portal runtime context which provides access to runtime objects.

Version:
$Revision: 1.1 $
Author:
Julien Viet

Method Summary
 NavigationalStateContext getNavigationalStateContext()
          Returns the navigational state context or null if no navigational state is associated with the context.
 PortalSession getSession()
          Return the portal session or null if no session is associated with the context.
 java.lang.String getUserId()
          Return the user id or null if no user is associated with the context.
 

Method Detail

getUserId

java.lang.String getUserId()
Return the user id or null if no user is associated with the context.

Returns:
the user id

getSession

PortalSession getSession()
Return the portal session or null if no session is associated with the context.

Returns:
the portal session

getNavigationalStateContext

NavigationalStateContext getNavigationalStateContext()
Returns the navigational state context or null if no navigational state is associated with the context.

Returns:
the navigational state context