|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PortletConfig | |
org.apache.jetspeed.portal | Represents core classes for working with Portlets. |
org.apache.jetspeed.portal.controls | |
org.apache.jetspeed.portal.portlets | |
org.apache.jetspeed.portal.security.portlets | This package is for portal implementation wrappers that do security checked access to public methods in portlet classes. |
org.apache.jetspeed.services.portaltoolkit | Services for creating new Portal objects from named Registry entries or PSML configuration entries. |
org.apache.jetspeed.services.portletfactory | Helper classes for handling the creation of Portlet objects. |
Uses of PortletConfig in org.apache.jetspeed.portal |
Classes in org.apache.jetspeed.portal that implement PortletConfig | |
class |
BasePortletConfig
Defines a configuration for Portlets. |
Methods in org.apache.jetspeed.portal that return PortletConfig | |
PortletConfig |
Portlet.getPortletConfig()
Get the config of this servlet. |
PortletConfig |
BasePortletSet.getPortletConfig()
|
Methods in org.apache.jetspeed.portal with parameters of type PortletConfig | |
void |
Portlet.setPortletConfig(PortletConfig pc)
Set's the configuration of this servlet. |
void |
BasePortletSet.setPortletConfig(PortletConfig pc)
|
Uses of PortletConfig in org.apache.jetspeed.portal.controls |
Methods in org.apache.jetspeed.portal.controls that return PortletConfig | |
PortletConfig |
AbstractPortletControl.getPortletConfig()
|
Methods in org.apache.jetspeed.portal.controls with parameters of type PortletConfig | |
void |
AbstractPortletControl.setPortletConfig(PortletConfig portletConfig)
Updates the managed portlet config object |
Uses of PortletConfig in org.apache.jetspeed.portal.portlets |
Methods in org.apache.jetspeed.portal.portlets that return PortletConfig | |
PortletConfig |
ContainerTestPortlet.getPortletConfig()
Get the config of this servlet. |
PortletConfig |
AbstractPortlet.getPortletConfig()
Get the config of this servlet |
Methods in org.apache.jetspeed.portal.portlets with parameters of type PortletConfig | |
protected java.lang.String |
WebPagePortlet2.selectUrl(org.apache.turbine.util.RunData data,
PortletConfig config)
Select the URL to use for this portlet. |
protected java.lang.String |
WebPagePortlet.selectUrl(org.apache.turbine.util.RunData data,
PortletConfig config)
Select the URL to use for this portlet. |
protected java.lang.String |
WebClippingPortlet.selectUrl(org.apache.turbine.util.RunData data,
PortletConfig config)
Select the URL to use for this portlet. |
protected void |
FileServerPortlet.initContent(PortletConfig config)
|
void |
ContainerTestPortlet.setPortletConfig(PortletConfig pc)
Set's the configuration of this servlet. |
void |
AbstractPortlet.setPortletConfig(PortletConfig pc)
Set's the configuration of this servlet. |
Uses of PortletConfig in org.apache.jetspeed.portal.security.portlets |
Methods in org.apache.jetspeed.portal.security.portlets that return PortletConfig | |
PortletConfig |
PortletWrapper.getPortletConfig()
|
Methods in org.apache.jetspeed.portal.security.portlets with parameters of type PortletConfig | |
void |
PortletWrapper.setPortletConfig(PortletConfig pc)
|
Uses of PortletConfig in org.apache.jetspeed.services.portaltoolkit |
Methods in org.apache.jetspeed.services.portaltoolkit that return PortletConfig | |
protected PortletConfig |
JetspeedPortalToolkitService.getPortletConfig(Portlets portlets)
Given a PSML Portlets, get the value of what its PortletConfig would be. |
Uses of PortletConfig in org.apache.jetspeed.services.portletfactory |
Methods in org.apache.jetspeed.services.portletfactory that return PortletConfig | |
protected PortletConfig |
JetspeedPortletFactoryService.getPortletConfig(PortletEntry portletEntry,
java.lang.String id)
Given a Registry Entry, get the value of what its PortletConfig would be. |
Methods in org.apache.jetspeed.services.portletfactory with parameters of type PortletConfig | |
protected Portlet |
JetspeedPortletFactoryService.getPortlet(java.lang.String classname,
PortletConfig pc,
java.lang.String id)
Instanciates or retrieve from memory cache a portlet corresponding to the passed parameters |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |