org.apache.jetspeed.portal.portlets
Class XSLPortlet

java.lang.Object
  extended byorg.apache.jetspeed.portal.portlets.AbstractPortlet
      extended byorg.apache.jetspeed.portal.portlets.AbstractInstancePortlet
          extended byorg.apache.jetspeed.portal.portlets.GenericMVCPortlet
              extended byorg.apache.jetspeed.portal.portlets.XSLPortlet
All Implemented Interfaces:
Cacheable, Portlet, PortletState, org.apache.turbine.services.cache.Refreshable, java.io.Serializable

public class XSLPortlet
extends GenericMVCPortlet

Simple portlet which does a basic XSLT transform with the stylesheet parameter and the given portlet URL.

Version:
$Id: XSLPortlet.java,v 1.12 2005/03/21 18:21:43 sgala Exp $
Author:
Raphaël Luta
See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.apache.jetspeed.portal.portlets.GenericMVCPortlet
DOC_URL, IS_CACHEABLE, PORTLET, PORTLET_CONFIG, PORTLET_ID, RENDERING_DELAYED, RUNDATA, SIMULATE_DELAY, SKIN, TEMPLATE, VIEW_TYPE
 
Fields inherited from class org.apache.jetspeed.portal.portlets.AbstractPortlet
content
 
Fields inherited from interface org.apache.jetspeed.portal.Portlet
PORTLET_MAXIMIZED, PORTLET_MINIMIZED, PORTLET_NORMAL
 
Constructor Summary
XSLPortlet()
           
 
Method Summary
 void init()
          By default don't provide any initialization
 
Methods inherited from class org.apache.jetspeed.portal.portlets.GenericMVCPortlet
buildContent, getContent, getCurrentTemplate, getViewType, isCacheable, populateRequest, providesCustomization, renderJspTemplate, setViewType, useDelayedRendering
 
Methods inherited from class org.apache.jetspeed.portal.portlets.AbstractInstancePortlet
getHandle
 
Methods inherited from class org.apache.jetspeed.portal.portlets.AbstractPortlet
allowClose, allowCustomize, allowInfo, allowMaximize, allowMinimize, allowPrintFriendly, allowView, clearContent, getAllowEdit, getAllowMaximize, getAllowView, getAttribute, getContent, getContent, getCreationTime, getDescription, getDescription, getExpirationMillis, getExpire, getHandle, getID, getImage, getImage, getInstance, getName, getPortletConfig, getTitle, getTitle, isClosed, isMinimized, isShowTitleBar, refresh, setAttribute, setCacheable, setCachedObject, setClosed, setContent, setContent, setContent, setCreationTime, setDescription, setExpirationMillis, setHandle, setID, setImage, setMinimized, setName, setPortletConfig, setTitle, setTitle, supportsType
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XSLPortlet

public XSLPortlet()
Method Detail

init

public void init()
          throws PortletException
Description copied from class: AbstractPortlet
By default don't provide any initialization

Specified by:
init in interface Portlet
Overrides:
init in class GenericMVCPortlet
Throws:
PortletException


Copyright © 2000-2005 Apache Software Foundation. All Rights Reserved.