// org.apache.pluto.factory.PortletContextFactory implementation ------------------------------
public PortletContext getPortletContext(javax.servlet.ServletContext servletContext,
PortletApplicationDefinition portletApplicationDefinition)
{
return new PortletContextImpl(servletContext, portletApplicationDefinition);
}