|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Request | |
org.apache.cocoon.portal.wsrp.adapter | |
org.apache.cocoon.portal.wsrp.consumer |
Uses of Request in org.apache.cocoon.portal.wsrp.adapter |
Methods in org.apache.cocoon.portal.wsrp.adapter with parameters of type Request | |
protected void |
WSRPAdapter.performBlockingInteraction(org.apache.wsrp4j.consumer.WSRPPortlet portlet,
SimplePortletWindowSession windowSession,
org.apache.wsrp4j.consumer.User user,
Request request)
Performs an blocking interaction with the given portlet and session. |
Uses of Request in org.apache.cocoon.portal.wsrp.consumer |
Classes in org.apache.cocoon.portal.wsrp.consumer that implement Request | |
class |
RequestImpl
This class implements the Request interface and used by the swing consumer to store request related information. |
Fields in org.apache.cocoon.portal.wsrp.consumer declared as Request | |
protected Request |
WSRPRequestImpl.request
Request-parameters |
Constructors in org.apache.cocoon.portal.wsrp.consumer with parameters of type Request | |
WSRPRequestImpl(SimplePortletWindowSession session,
Request request,
org.apache.wsrp4j.consumer.ConsumerEnvironment env)
Constructor |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |