uPortal 2.4.1
API Documentation

org.jasig.portal.wsrp.consumer.portlet
Class ProxyPortlet

java.lang.Object
  extended byjavax.portlet.GenericPortlet
      extended byorg.apache.wsrp4j.consumer.portlet.impl.ProxyPortlet
          extended byorg.jasig.portal.wsrp.consumer.portlet.ProxyPortlet
All Implemented Interfaces:
javax.portlet.Portlet, javax.portlet.PortletConfig

public class ProxyPortlet
extends org.apache.wsrp4j.consumer.portlet.impl.ProxyPortlet

Custom version of WSRP4J Consumer Proxy Portlet that reads Portlet preferences in order to determine the producer configuration. The ID of a Producer will be derived from the Portlet preferences themselves. This is different from the WSRP4J ProxyPortlet which relies on a pre-configured Producer registry.

Version:
$Revision: 1.2 $
Author:
Ken Weiner, kweiner@unicon.net

Field Summary
 
Fields inherited from class org.apache.wsrp4j.consumer.portlet.impl.ProxyPortlet
NAVIGATIONAL_STATE
 
Constructor Summary
ProxyPortlet()
           
 
Methods inherited from class org.apache.wsrp4j.consumer.portlet.impl.ProxyPortlet
init, processAction, render
 
Methods inherited from class javax.portlet.GenericPortlet
destroy, getInitParameter, getInitParameterNames, getPortletConfig, getPortletContext, getPortletName, getResourceBundle, init
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProxyPortlet

public ProxyPortlet()

uPortal 2.4.1
API Documentation