org.apache.jetspeed.container
Class PortalAccessor

java.lang.Object
  extended by org.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 516448 2007-03-09 16:25:47Z 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-2007 Apache Software Foundation. All Rights Reserved.