com.sun.portal.wsrp.consumer.markup.impl |
|
Java Source File Name | Type | Comment |
CacheManagerImpl.java | Class | |
CommonRequestParams.java | Class | This is an internal class that is collection or place holder
for all the input parameters that are common to call getMarkup and
performBlockingAction and need same logic to polulate. |
MarkupConfigManagerImpl.java | Class | |
MarkupManagerImpl.java | Class | MarkupManagerImpl is the WSRP implementation
for Container interface. |
MarkupUtil.java | Class | Common utility static methods. |
ProducerSessionInfo.java | Class | This class encapsulates session information
for all requests for a user to a producer,
that can share the same markup port. |
ProducerSessionManagerImpl.java | Class | This is the implementation of ProducerSessionManager designed that
has methods to manage the session and cookies with a WSRP Producer.
This implementation basically delegates all its functionality to
AnonProducerSessionManager if the user is anonymous/authless or
to AuthProducerSessionManagerImpl if the user is a a regular user.
Basic difference and the reason for two such implementations is
that in our portal, Anonymous is not allowed to have session, so
anonymous desktop shouldn't be configured with a portlet from
producer that requires initCookie. |
ProducerSessionManagerInitCookie.java | Class | This implementation has methods to manage the session and cookies
with a WSRP Producer for a portal user, that is allowed to have
portlets that require init cookie support. |
ProducerSessionManagerNoInitCookie.java | Class | This is the implementation of ProducerSessionManager for anonymous/authless
user that has methods to manage the session with a WSRP Producer.
When ever Anonymous is not allowed to have session, means
anonymous desktop shouldn't be configured with a portlet from
producer that requires initCookie. |
UserContextManagerImpl.java | Class | |