|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.apache.jetspeed.portal.portlets.AbstractPortlet
org.apache.jetspeed.portal.portlets.admin.BadURLManagerPortlet
Shows the user what URLs are considered bad.
| Field Summary | |
static java.lang.String |
RETRY_URL
|
| 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 | |
BadURLManagerPortlet()
|
|
| Method Summary | |
boolean |
getAllowEdit(org.apache.turbine.util.RunData rundata)
Is the portled editable/customizeable. |
boolean |
getAllowMaximize(org.apache.turbine.util.RunData rundata)
Can this portlet be maximized |
org.apache.ecs.ConcreteElement |
getContent(org.apache.turbine.util.RunData rundata)
Returns an HTML representation of this portlet. |
void |
init()
By default don't provide any initialization |
| Methods inherited from class org.apache.jetspeed.portal.portlets.AbstractPortlet |
allowClose, allowCustomize, allowInfo, allowMaximize, allowMinimize, allowPrintFriendly, allowView, clearContent, getAllowView, getAttribute, getContent, getContent, getCreationTime, getDescription, getDescription, getExpirationMillis, getExpire, getHandle, 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 |
public static final java.lang.String RETRY_URL
| Constructor Detail |
public BadURLManagerPortlet()
| Method Detail |
public org.apache.ecs.ConcreteElement getContent(org.apache.turbine.util.RunData rundata)
Portlet
getContent in interface PortletgetContent in class AbstractPortletrundata - The RunData object for the current requestpublic void init()
AbstractPortlet
init in interface Portletinit in class AbstractPortletpublic boolean getAllowEdit(org.apache.turbine.util.RunData rundata)
AbstractPortlet
getAllowEdit in interface PortletgetAllowEdit in class AbstractPortletrundata - The RunData object for the current request
true Editing is allow
false Editing is NOT alowedpublic boolean getAllowMaximize(org.apache.turbine.util.RunData rundata)
AbstractPortlet
getAllowMaximize in interface PortletgetAllowMaximize in class AbstractPortletrundata - The RunData object for the current request
true Portlet can be maximizedfalse Portlet can NOT be maximized
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||