org.apache.jetspeed.container
Class PortalAccessor

java.lang.Object
  extended byorg.apache.jetspeed.container.PortalAccessor

public class PortalAccessor
extends Object

Portal Accessor - bridge used by container to communicate with Portal insulating the communications protocol between container and portlet

Version:
$Id: PortalAccessor.java 188418 2005-03-23 22:20:37Z ate $
Author:
David Sean Taylor

Constructor Summary
PortalAccessor()
           
 
Method Summary
static javax.portlet.PortletConfig createPortletConfig(javax.portlet.PortletContext portletContext, org.apache.pluto.om.portlet.PortletDefinition portletDefinition)
           
static javax.portlet.PortletContext createPortletContext(javax.servlet.ServletContext servletContext, org.apache.pluto.om.portlet.PortletApplicationDefinition application)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PortalAccessor

public PortalAccessor()
Method Detail

createPortletConfig

public static javax.portlet.PortletConfig createPortletConfig(javax.portlet.PortletContext portletContext,
                                                              org.apache.pluto.om.portlet.PortletDefinition portletDefinition)

createPortletContext

public static javax.portlet.PortletContext createPortletContext(javax.servlet.ServletContext servletContext,
                                                                org.apache.pluto.om.portlet.PortletApplicationDefinition application)


Copyright © 1999-2005 Apache Software Foundation. All Rights Reserved.