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.apache.pluto.core   
org.apache.pluto.driver.portlets   
org.apache.pluto.internal   
org.apache.pluto.internal.impl   
org.apache.pluto.spi.optional   
org.apache.pluto.testsuite   
org.apache.pluto.testsuite.test   
 

Uses of PortletConfig in javax.portlet
 

Classes in javax.portlet that implement PortletConfig
 class GenericPortlet
          The GenericPortlet class provides a default implementation for the Portlet interface.
 

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 Portlet.init(PortletConfig config)
          Called by the portlet container to indicate to a portlet that the portlet is being placed into service.
 void GenericPortlet.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.apache.pluto.core
 

Methods in org.apache.pluto.core that return PortletConfig
 PortletConfig PortletContextManager.getPortletConfig(String applicationId, String portletName)
           
 

Methods in org.apache.pluto.core with parameters of type PortletConfig
 void NullPortlet.init(PortletConfig arg0)
           
 

Uses of PortletConfig in org.apache.pluto.driver.portlets
 

Classes in org.apache.pluto.driver.portlets that implement PortletConfig
 class AboutPortlet
          The pluto portal driver about portlet.
 class AdminPortlet
           
 class GenericPlutoPortlet
           
 class PageAdminPortlet
           
 

Uses of PortletConfig in org.apache.pluto.internal
 

Subinterfaces of PortletConfig in org.apache.pluto.internal
 interface InternalPortletConfig
           
 

Uses of PortletConfig in org.apache.pluto.internal.impl
 

Classes in org.apache.pluto.internal.impl that implement PortletConfig
 class PortletConfigImpl
           
 

Uses of PortletConfig in org.apache.pluto.spi.optional
 

Methods in org.apache.pluto.spi.optional that return PortletConfig
 PortletConfig PortletRegistryService.getPortletConfig(String applicationId, String portletName)
          Retrieve the portlet configuration for the specified portlet
 

Uses of PortletConfig in org.apache.pluto.testsuite
 

Classes in org.apache.pluto.testsuite that implement PortletConfig
 class TestPortlet
          Pluto testsuite's test portlet.
 

Methods in org.apache.pluto.testsuite with parameters of type PortletConfig
 void PortletTest.doHeaders(PortletConfig config, PortletContext context, RenderRequest request, RenderResponse response)
          Called by TestPortlet.doHeaders()
 void NoOpTest.doHeaders(PortletConfig config, PortletContext context, RenderRequest request, RenderResponse response)
           
 TestResults PortletTest.doTest(PortletConfig config, PortletContext context, PortletRequest request, PortletResponse response)
          Runs the test.
 TestResults NoOpTest.doTest(PortletConfig config, PortletContext context, PortletRequest request, PortletResponse response)
           
 

Uses of PortletConfig in org.apache.pluto.testsuite.test
 

Methods in org.apache.pluto.testsuite.test with parameters of type PortletConfig
protected  TestResult ResourceBundleTest.checkGetEnglishBundle(PortletConfig config, PortletRequest request)
           
protected  TestResult ResourceBundleTest.checkGetGermanBundle(PortletConfig config, PortletRequest request)
           
protected  TestResult ResourceBundleTest.checkGetNames(PortletConfig config, PortletRequest request)
           
protected  TestResult ResourceBundleTest.checkResourceBundleExists(PortletConfig config, PortletRequest request)
           
 void AbstractReflectivePortletTest.doHeaders(PortletConfig config, PortletContext context, RenderRequest request, RenderResponse response)
           
 TestResults AbstractReflectivePortletTest.doTest(PortletConfig config, PortletContext context, PortletRequest request, PortletResponse response)
          Invoke test methods using java reflection.
 



Copyright © 2003-2011 Apache Software Foundation. All Rights Reserved.