Uses of Interface
javax.portlet.Portlet

Packages that use Portlet
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.portal.admin.ui   
org.jboss.portal.portlet.samples.basic   
org.jboss.portal.portlet.samples.eventdebug   
org.jboss.portal.portlet.samples.google   
org.jboss.portal.portlet.samples.jsp   
org.jboss.portal.portlet.samples.remotecontroller   
org.jboss.portal.portlet.samples.shoppingcart   
 

Uses of Portlet in javax.portlet
 

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

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

Fields in org.jboss.portal.portlet.impl.jsr168 declared as Portlet
protected  Portlet PortletContainerImpl.portlet
          The portlet instance.
 

Methods in org.jboss.portal.portlet.impl.jsr168 that return Portlet
 Portlet PortletContainerImpl.getPortlet()
           
 

Uses of Portlet in org.jboss.portal.portlet.portal.admin.ui
 

Classes in org.jboss.portal.portlet.portal.admin.ui that implement Portlet
 class AdminPortlet
           
 class DebuggerPortlet
           
 

Uses of Portlet in org.jboss.portal.portlet.samples.basic
 

Classes in org.jboss.portal.portlet.samples.basic that implement Portlet
 class CharsetPortlet
          This portlet is used to display a form that helps to test the charset handling by the portal and the client.
 class EncodingPortlet
           
 class ExceptionPortlet
           
 class FailDuringInitPortlet
          A portlet that will fail only one time during startup (so it is possible to restart it).
 class HeaderPortlet
           
 class PrivateParameterPortlet
           
 class PublicParameterPortlet
           
 class RandomEventPortlet
           
 class SessionCounterPortlet
           
 class SessionPortlet
           
 

Uses of Portlet in org.jboss.portal.portlet.samples.eventdebug
 

Classes in org.jboss.portal.portlet.samples.eventdebug that implement Portlet
 class EventPortletA
           
 class EventPortletB
           
 class EventPortletC
           
 

Uses of Portlet in org.jboss.portal.portlet.samples.google
 

Classes in org.jboss.portal.portlet.samples.google that implement Portlet
 class GoogleClippingPortlet
          A simple portlet using Google's search services to extract interesting information (weather, map, ...) from first result.
 class GoogleWeatherClippingPortlet
           
 

Uses of Portlet in org.jboss.portal.portlet.samples.jsp
 

Classes in org.jboss.portal.portlet.samples.jsp that implement Portlet
 class JSPPortlet
           
 

Uses of Portlet in org.jboss.portal.portlet.samples.remotecontroller
 

Classes in org.jboss.portal.portlet.samples.remotecontroller that implement Portlet
 class RemoteControllerPortlet
           
 

Uses of Portlet in org.jboss.portal.portlet.samples.shoppingcart
 

Classes in org.jboss.portal.portlet.samples.shoppingcart that implement Portlet
 class CartPortlet
           
 class CatalogPortlet
           
 



Copyright © 2008. All Rights Reserved.