Uses of Interface
javax.portlet.PortletConfig

Packages that use PortletConfig
javax.portlet The javax.portlet package defines the API for Java Portlet Specification V2.0. 
org.jboss.portal.portlet.impl.jsr168   
org.jboss.portal.portlet.impl.jsr168.api   
org.jboss.portal.portlet.impl.jsr168.taglib   
 

Uses of PortletConfig in javax.portlet
 

Methods in javax.portlet that return PortletConfig
 PortletConfig GenericPortlet.getPortletConfig()
          Returns the PortletConfig object of this portlet.
 

Methods in javax.portlet with parameters of type PortletConfig
 void GenericPortlet.init(PortletConfig config)
          Called by the portlet container to indicate to a portlet that the portlet is being placed into service.
 void Portlet.init(PortletConfig config)
          Called by the portlet container to indicate to a portlet that the portlet is being placed into service.
 

Uses of PortletConfig in org.jboss.portal.portlet.impl.jsr168
 

Fields in org.jboss.portal.portlet.impl.jsr168 declared as PortletConfig
protected  PortletConfig PortletContainerImpl.config
          The portlet config.
 

Methods in org.jboss.portal.portlet.impl.jsr168 that return PortletConfig
 PortletConfig PortletContainerImpl.getConfig()
           
 

Uses of PortletConfig in org.jboss.portal.portlet.impl.jsr168.api
 

Classes in org.jboss.portal.portlet.impl.jsr168.api that implement PortletConfig
 class PortletConfigImpl
           
 

Uses of PortletConfig in org.jboss.portal.portlet.impl.jsr168.taglib
 

Methods in org.jboss.portal.portlet.impl.jsr168.taglib that return PortletConfig
protected  PortletConfig PortletTag.getConfig()
           
 



Copyright © 2008. All Rights Reserved.