public interface IAttributesBundle
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
CUSTOMIZER_ATTRIBUTE_NAME
Regions attributes bundles customizer name attribute.
|
static java.lang.String |
CUSTOMIZER_ATTRIBUTE_RESULT
Regions attributes bundles customizer bundle result attribute.
|
static java.lang.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,
java.util.Map<java.lang.String,java.lang.Object> attributes)
Fill attributes map with current region attributes.
|
java.util.Set<java.lang.String> |
getAttributeNames()
Get attribute names set.
|
static final java.lang.String CUSTOMIZER_ID
static final java.lang.String CUSTOMIZER_ATTRIBUTE_NAME
static final java.lang.String CUSTOMIZER_ATTRIBUTE_RESULT
void fill(org.jboss.portal.core.model.portal.command.render.RenderPageCommand renderPageCommand,
org.jboss.portal.core.theme.PageRendition pageRendition,
java.util.Map<java.lang.String,java.lang.Object> attributes)
throws org.jboss.portal.core.controller.ControllerException
renderPageCommand - render page commandpageRendition - page renditionattributes - attributes maporg.jboss.portal.core.controller.ControllerExceptionjava.util.Set<java.lang.String> getAttributeNames()
Copyright © 2014. All Rights Reserved.