public interface IAttributesBundle
| Modifier and Type | Field and Description |
|---|---|
static String |
CUSTOMIZER_ATTRIBUTE_NAME
Regions attributes bundles customizer name attribute.
|
static String |
CUSTOMIZER_ATTRIBUTE_RESULT
Regions attributes bundles customizer bundle result attribute.
|
static String |
CUSTOMIZER_ID
Regions attributes bundles customizer identifier.
|
| Modifier and Type | Method and Description |
|---|---|
void |
fill(org.jboss.portal.core.model.portal.command.render.RenderPageCommand renderPageCommand,
org.jboss.portal.core.theme.PageRendition pageRendition,
Map<String,Object> attributes)
Fill attributes map with current region attributes.
|
Set<String> |
getAttributeNames()
Get attribute names set.
|
static final String CUSTOMIZER_ID
static final String CUSTOMIZER_ATTRIBUTE_NAME
static final String CUSTOMIZER_ATTRIBUTE_RESULT
void fill(org.jboss.portal.core.model.portal.command.render.RenderPageCommand renderPageCommand,
org.jboss.portal.core.theme.PageRendition pageRendition,
Map<String,Object> attributes)
throws org.jboss.portal.core.controller.ControllerException
renderPageCommand - render page commandpageRendition - page renditionattributes - attributes maporg.jboss.portal.core.controller.ControllerExceptionCopyright © 2021. All rights reserved.