org.apache.jetspeed.portal.portlets
Class BASICAuthIFramePortlet

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

public class BASICAuthIFramePortlet
extends IFramePortlet

Same as IFramePortlet except that it allows to use basic authentication using current user name and password (or whatever is provided in portlet preferences)

Version:
$Id: BASICAuthIFramePortlet.java,v 1.3 2004/02/23 04:03:34 jford Exp $
Author:
Jacob Kjome, Mark Orciuch
See Also:
Serialized Form

Field Summary
 
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
BASICAuthIFramePortlet()
           
 
Method Summary
 org.apache.ecs.ConcreteElement getContent(org.apache.turbine.util.RunData runData)
          This methods outputs the content of the portlet for a given request.
 java.lang.String getSource(org.apache.turbine.util.RunData runData)
           
 void init()
          Initialize this portlet by setting inst.
 
Methods inherited from class org.apache.jetspeed.portal.portlets.IFramePortlet
getAlign, getFrameBorder, getFrameName, getHeight, getMarginHeight, getMarginWidth, getNotSupportedMsg, getRefresh, getScrolling, getSource, getStyle, getWidth, setAlign, setFrameBorder, setFrameName, setHeight, setMarginHeight, setMarginWidth, setRefresh, setScrolling, setSource, setStyle, setWidth
 
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, 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
 

Constructor Detail

BASICAuthIFramePortlet

public BASICAuthIFramePortlet()
Method Detail

getContent

public org.apache.ecs.ConcreteElement getContent(org.apache.turbine.util.RunData runData)
Description copied from class: IFramePortlet
This methods outputs the content of the portlet for a given request.

Specified by:
getContent in interface Portlet
Overrides:
getContent in class IFramePortlet
Parameters:
runData -
Returns:

getSource

public java.lang.String getSource(org.apache.turbine.util.RunData runData)
Parameters:
runData -
Returns:

init

public void init()
          throws PortletException
Description copied from class: IFramePortlet
Initialize this portlet by setting inst. vars from InitParamaters.

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


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