|
BEA Systems, Inc. | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
|
+--com.beasys.portal.admin.jspbeans.JspBeanBase
|
+--com.beasys.portal.admin.jspbeans.PortalJspBean
|
+--com.beasys.portal.admin.jspbeans.PortletJspBean
|
+--com.beasys.portal.admin.jspbeans.PortalPersonalizationJspBean
|
+--com.beasys.portal.admin.jspbeans.GroupPersonalizationJspBean
The <jsp:usebean> used by several Portal Admin Tools such as group_add_portlets.jsp.
| Field Summary | |
protected java.lang.String |
groupName
An HTTP request mapping attribute. |
protected boolean |
isAvailable
An HTTP request mapping attribute. |
| Fields inherited from class com.beasys.portal.admin.jspbeans.PortalPersonalizationJspBean |
debug,
IS_AVAILABLE,
IS_UNAVAILABLE,
IS_VISIBLE,
isAvailable |
| Fields inherited from class com.beasys.portal.admin.jspbeans.PortletJspBean |
alternateFooterURL,
alternateHeaderURL,
bannerURL,
categoryName,
column,
editURL,
floatable,
hasHelp,
helpURL,
iconURL,
isEditable,
isMandatory,
isMinimized,
loginRequired,
maximizeable,
maximizedURL,
minimizeable,
moveable,
row,
visible |
| Fields inherited from class com.beasys.portal.admin.jspbeans.PortalJspBean |
contentColumnCount,
contentColumnCountStr,
contentURL,
editURL,
footerURL,
headerURL,
isEditable,
name,
suspended,
suspendedURL |
| Fields inherited from class com.beasys.portal.admin.jspbeans.JspBeanBase |
DEFAULT_CATEGORY |
| Constructor Summary | |
GroupPersonalizationJspBean()
Creates a new instance. |
|
| Method Summary | |
java.lang.String |
getAlternateFooterURL()
Overrides the getAlternateFooterURL method in the PortletJspBean class since this class does not support this attribute. |
java.lang.String |
getAlternateHeaderURL()
Overrides the getAlternateHeaderURL method in the PortletJspBean class since this class does not support this attribute. |
java.lang.String |
getBannerURL()
Overrides the getBannerURL method in the PortletJspBean class since this class does not support this attribute. |
java.lang.String |
getGroupName()
Returns the group name |
java.lang.String |
getMaximizedURL()
Overrides the getMaximizedURL method from the PortletJspBean class since this class does not support this attribute. |
boolean |
isAvailable()
Returns true if available, false if not. |
protected void |
sequencePortletsForGroup(java.lang.String aPortalName,
java.lang.String aGroupName,
com.sun.java.util.collections.Vector aPortletVec)
Re-sequences a column of portlets for the group. |
void |
setAlternateFooterURL(java.lang.String ignore)
Overrides the setAlternateFooterURL method in the PortletJspBean class since this class does not support this attribute. |
void |
setAlternateHeaderURL(java.lang.String ignore)
Overrides the setAlternateHeaderURL method in the PortletJspBean class since this class does not support this attribute. |
void |
setAvailable(boolean isAvailable)
Sets the Available attribute |
void |
setBannerURL(java.lang.String ignore)
Overrides the setBannerURL method in the PortletJspBean class since this class does not support this attribute. |
void |
setGroupName(java.lang.String groupName)
Sets the group name for this bean. |
void |
setMaximizedURL(java.lang.String ignore)
Overrides the setMaximizedURL method in the PortletJspBean class since this class does not support this attribute. |
java.lang.String |
updateGroupWithPortlet(java.lang.String aPortalName,
java.lang.String aGroupName)
Updates/Adds/removes a portlet to a portal group. |
boolean |
updateGroupWithPortlets(javax.servlet.http.HttpServletRequest request,
Portal portal,
java.lang.String[] existingPortlets,
java.lang.String[] schemaPortlets)
Updates/Adds/removes portlets to a portal group based on information in the request params. |
boolean |
updatePortletGroup(java.lang.String thePortalName,
java.lang.String theGroupName,
Portlet thePortlet)
Adds/removes portlets to a portal group. |
| Methods inherited from class com.beasys.portal.admin.jspbeans.PortalPersonalizationJspBean |
calcNumCols,
calcNumRows,
makeDisplayNamesTable,
sequencePortletsForPortal,
updatePortalPortlet,
updatePortalWithPortlet,
updatePortalWithPortlets,
validate |
| Methods inherited from class com.beasys.portal.admin.jspbeans.PortletJspBean |
getCategoryName,
getColumn,
getEditURL,
getHelpURL,
getIconURL,
getRow,
hasHelp,
isEditable,
isFloatable,
isLoginRequired,
isMandatory,
isMaximizeable,
isMinimizeable,
isMinimized,
isMoveable,
isVisible,
setCategoryName,
setColumn,
setEditable,
setEditURL,
setFloatable,
setHelp,
setHelpURL,
setIconURL,
setLoginRequired,
setMandatory,
setMaximizeable,
setMinimizeable,
setMinimized,
setMoveable,
setRow,
setVisible |
| Methods inherited from class com.beasys.portal.admin.jspbeans.PortalJspBean |
getContentColumnCount,
getContentColumnCountStr,
getContentURL,
getFooterURL,
getHeaderURL,
getName,
getSuspendedURL,
isSuspended,
setContentColumnCount,
setContentColumnCountStr,
setContentURL,
setFooterURL,
setHeaderURL,
setName,
setSuspended,
setSuspendedURL |
| Methods inherited from class com.beasys.portal.admin.jspbeans.JspBeanBase |
findStringInArray,
hasSpecialHTMLChars,
isStringLetterOrDigit,
validateDoubleValue,
validateDoubleValue,
validateGroupName,
validateIntValue,
validateIntValue,
validateLength,
validateUserName |
| Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
| Field Detail |
protected boolean isAvailable
protected java.lang.String groupName
| Constructor Detail |
public GroupPersonalizationJspBean()
| Method Detail |
public java.lang.String getGroupName()
public void setGroupName(java.lang.String groupName)
groupName - The name of the group.public java.lang.String getMaximizedURL()
public void setMaximizedURL(java.lang.String ignore)
ignore - This parameter is ignored and the attribute is set
to an empty string.public java.lang.String getBannerURL()
public void setBannerURL(java.lang.String ignore)
ignore - This parameter is ignored and the attribute is set
to an empty string.public java.lang.String getAlternateHeaderURL()
public void setAlternateHeaderURL(java.lang.String ignore)
ignore - This parameter is ignored and the attribute is set
to an empty string.public java.lang.String getAlternateFooterURL()
public void setAlternateFooterURL(java.lang.String ignore)
ingore - This parameter is ignored and the attribute is set
to an empty string.public boolean isAvailable()
public void setAvailable(boolean isAvailable)
isAvailable - boolean value for the isAvailable attribute.
public boolean updatePortletGroup(java.lang.String thePortalName,
java.lang.String theGroupName,
Portlet thePortlet)
thePortalName - The name of the portal that the
portlet is associated with.theGroupName - The name of the portal group to
associate this portal.
public java.lang.String updateGroupWithPortlet(java.lang.String aPortalName,
java.lang.String aGroupName)
aPortalName - The name of the portal.aGroupName - The name of the portal group.
public boolean updateGroupWithPortlets(javax.servlet.http.HttpServletRequest request,
Portal portal,
java.lang.String[] existingPortlets,
java.lang.String[] schemaPortlets)
request - The HTTP request received by the JSP page associated with
this bean.portal - The Portal object associated with the request.existingPortlets - A String array of portlet names that represent
the existing available portlets for the portal group.schemaPortlets - A String array of portlet names that represent
the available portlets for the portal and the group.
protected void sequencePortletsForGroup(java.lang.String aPortalName,
java.lang.String aGroupName,
com.sun.java.util.collections.Vector aPortletVec)
aPortalName - The portal nameaGroupName - The portal group nameaPortalVec - A vector of portlet references for all portlets
in the column.
|
BEA Systems, Inc. | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||