This project has retired. For details please refer to its
Attic page .
BASICAuthIFramePortlet (Jetspeed 1 Enterprise Portal 1.6 API)
org.apache.jetspeed.portal.portlets
Class BASICAuthIFramePortlet
java.lang.Object
org.apache.jetspeed.portal.portlets.AbstractPortlet
org.apache.jetspeed.portal.portlets.AbstractInstancePortlet
org.apache.jetspeed.portal.portlets.IFramePortlet
org.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
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.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
BASICAuthIFramePortlet
public BASICAuthIFramePortlet ()
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.