org.osivia.portal.api.theming
Interface IAttributesBundle


public interface IAttributesBundle

Attributes bundle interface.

Author:
Cédric Krommenhoek

Field Summary
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.
 
Method Summary
 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.
 

Field Detail

CUSTOMIZER_ID

static final java.lang.String CUSTOMIZER_ID
Regions attributes bundles customizer identifier.

See Also:
Constant Field Values

CUSTOMIZER_ATTRIBUTE_NAME

static final java.lang.String CUSTOMIZER_ATTRIBUTE_NAME
Regions attributes bundles customizer name attribute.

See Also:
Constant Field Values

CUSTOMIZER_ATTRIBUTE_RESULT

static final java.lang.String CUSTOMIZER_ATTRIBUTE_RESULT
Regions attributes bundles customizer bundle result attribute.

See Also:
Constant Field Values
Method Detail

fill

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
Fill attributes map with current region attributes.

Parameters:
renderPageCommand - render page command
pageRendition - page rendition
attributes - attributes map
Throws:
org.jboss.portal.core.controller.ControllerException

getAttributeNames

java.util.Set<java.lang.String> getAttributeNames()
Get attribute names set.

Returns:
attribute names set


Copyright © 2014. All Rights Reserved.