org.apache.jetspeed.portal.portlets
Class JetspeedContent

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

public class JetspeedContent
extends FileWatchPortlet

Provides a content publication system (like Slashdot).

Version:
$Id: JetspeedContent.java,v 1.26 2004/02/23 04:03:34 jford Exp $
Author:
Kevin A. Burton
See Also:
Serialized Form

Field Summary
static java.lang.String PROVIDER_NAME_KEY
           
 
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
JetspeedContent()
           
 
Method Summary
 void init()
          Init this Portlet, set it's title, description, etc.
 
Methods inherited from class org.apache.jetspeed.portal.portlets.FileWatchPortlet
getExpire
 
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, getContent, getCreationTime, getDescription, getDescription, getExpirationMillis, getHandle, getID, getImage, getImage, getInstance, getName, getPortletConfig, getTitle, getTitle, isCacheable, isClosed, isMinimized, isShowTitleBar, providesCustomization, 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
 

Field Detail

PROVIDER_NAME_KEY

public static final java.lang.String PROVIDER_NAME_KEY
See Also:
Constant Field Values
Constructor Detail

JetspeedContent

public JetspeedContent()
Method Detail

init

public void init()
          throws PortletException
Init this Portlet, set it's title, description, etc.

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


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