org.apache.wsrp4j.consumer |
|
Java Source File Name | Type | Comment |
Consumer.java | Interface | The consumer provides access to consumer specific components. |
ConsumerCapabilities.java | Interface | The consumer capababilities provides access to consumer related information. |
ConsumerEnvironment.java | Interface | The consumer environment provides access to consumer specific components and data. |
GroupSession.java | Interface | Interface for a consumer based group session.A group session
is used to hold portlet session objects of portlet instances
which belong to the same group of the same producer according to their
portlet description. |
GroupSessionMgr.java | Interface | Interface for a consumer based group session.A group session
is used to hold portlet session objects of portlet instances
which belong to the same group of the same producer according to their
portlet description. |
InitCookieInfo.java | Interface | The init cookie information provides a mean to store
information if a InitCookie call is required before
performing any other wsrp call. |
InteractionRequest.java | Interface | This is the abstraction for a interaction request at a integrated
remote portlet at the consumer side. |
MarkupRequest.java | Interface | This is the abstraction for a render request at a integrated
remote portlet at the consumer side. |
PortletDriver.java | Interface | The portlet driver is a wrapper for all action which can be performed on an
portlet. |
PortletDriverRegistry.java | Interface | This interface defines a registry which can be used to store
portlet driver objects. |
PortletKey.java | Interface | Defines the information which uniquely identifies an portlet provided by a producer. |
PortletRegistry.java | Interface | This interface defines a registry which holds portlet objects. |
PortletServices.java | Interface | WSRP portlet services are all wsrp service interfaces which
are session dependent. |
PortletSession.java | Interface | Defines a session object at the consumer-side
to store remote portlet related information that
are needed to interact with the portlet. |
PortletWindowSession.java | Interface | The portlet window session is a session which is unique for
every window of a portlet instance. |
Producer.java | Interface | A consumer representation of a WSRP-producer providing WSRP-portlets.
Generally a producer can expose up to four WSRP-Interfaces. |
ProducerRegistry.java | Interface | Defines a registry which can be used to administer
producer objects. |
SessionHandler.java | Interface | Interface of a session handler on the consumer side. |
URLGenerator.java | Interface | This interface provides methods to query the consumer's urls. |
URLRewriter.java | Interface | |
URLTemplateComposer.java | Interface | This interface provides methods to generate URL templates.
The generated templates will be transmitted to Producers (or respectively portlets)
that are willing to properly write URLs for a Consumer. |
User.java | Interface | This interface defines a user with a certain
user id and a user context. |
UserRegistry.java | Interface | Defines a registry which can be used to manage users. |
UserSession.java | Interface | A consumer based session which represents a user session with a certain producer. |
UserSessionMgr.java | Interface | A consumer based session which represents a user session with a certain producer. |
WSRPBaseRequest.java | Interface | The WSRPRequest is the base interface for all
requests to a consumer side invocation of a integrated remote portlet.
Specialized interfaces exist for markup and action calls. |
WSRPPortlet.java | Interface | Defines a consumer-side representation of a remote portlet. |