|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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
Same as IFramePortlet except that it allows to use basic authentication using current user name and password (or whatever is provided in portlet preferences)
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 |
public BASICAuthIFramePortlet()
Method Detail |
public org.apache.ecs.ConcreteElement getContent(org.apache.turbine.util.RunData runData)
IFramePortlet
getContent
in interface Portlet
getContent
in class IFramePortlet
runData
-
public java.lang.String getSource(org.apache.turbine.util.RunData runData)
runData
-
public void init() throws PortletException
IFramePortlet
init
in interface Portlet
init
in class IFramePortlet
PortletException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |