org.apache.jetspeed.container
Interface JetspeedPortletConfig

All Superinterfaces:
javax.portlet.PortletConfig

public interface JetspeedPortletConfig
extends javax.portlet.PortletConfig

This interface defines the Jetspeed specific methods added on the Portlet Config.

Version:
$Id: JetspeedPortletConfig.java 755550 2009-03-18 11:08:48Z ate $
Author:
David Sean Taylor

Method Summary
 PortletDefinition getPortletDefinition()
           
 void setPortletDefinition(PortletDefinition pd)
           
 
Methods inherited from interface javax.portlet.PortletConfig
getContainerRuntimeOptions, getDefaultNamespace, getInitParameter, getInitParameterNames, getPortletContext, getPortletName, getProcessingEventQNames, getPublicRenderParameterNames, getPublishingEventQNames, getResourceBundle, getSupportedLocales
 

Method Detail

getPortletDefinition

PortletDefinition getPortletDefinition()

setPortletDefinition

void setPortletDefinition(PortletDefinition pd)


Copyright © 1999-2011 The Apache Software Foundation. All Rights Reserved.