public interface IPortletSequencingService
| Modifier and Type | Field and Description |
|---|---|
static String |
MBEAN_NAME
MBean name.
|
| Modifier and Type | Method and Description |
|---|---|
Object |
getAttribute(PortalControllerContext portalControllerContext,
String name)
Get sequencing attribute.
|
Map<String,Object> |
getAttributes(PortalControllerContext portalControllerContext)
Get sequencing attributes.
|
void |
removeAttribute(PortalControllerContext portalControllerContext,
String name)
Remove sequencing attribute.
|
void |
setAttribute(PortalControllerContext portalControllerContext,
String name,
Object value)
Set sequencing attribute.
|
static final String MBEAN_NAME
Object getAttribute(PortalControllerContext portalControllerContext, String name)
portalControllerContext - portal controller contextname - attribute nameMap<String,Object> getAttributes(PortalControllerContext portalControllerContext)
portalControllerContext - portal controller contextvoid setAttribute(PortalControllerContext portalControllerContext, String name, Object value)
portalControllerContext - portal controller contextname - attribute namevalue - attribute valuevoid removeAttribute(PortalControllerContext portalControllerContext, String name)
portalControllerContext - portal controller contextname - attribute nameCopyright © 2021. All rights reserved.