org.osivia.portal.site.customizer
Class TestAttributesBundle
java.lang.Object
org.osivia.portal.site.customizer.TestAttributesBundle
- All Implemented Interfaces:
- org.osivia.portal.api.theming.IAttributesBundle
public class TestAttributesBundle
- extends java.lang.Object
- implements org.osivia.portal.api.theming.IAttributesBundle
Test attributes bundle.
- Author:
- Cédric Krommenhoek
- See Also:
IAttributesBundle
| Fields inherited from interface org.osivia.portal.api.theming.IAttributesBundle |
CUSTOMIZER_ATTRIBUTE_NAME, CUSTOMIZER_ATTRIBUTE_RESULT, CUSTOMIZER_ID |
|
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)
|
java.util.Set<java.lang.String> |
getAttributeNames()
|
static TestAttributesBundle |
getInstance()
Singleton instance access. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
getInstance
public static TestAttributesBundle getInstance()
- Singleton instance access.
- Returns:
- singleton instance
fill
public 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
-
- Specified by:
fill in interface org.osivia.portal.api.theming.IAttributesBundle
- Throws:
org.jboss.portal.core.controller.ControllerException
getAttributeNames
public java.util.Set<java.lang.String> getAttributeNames()
-
- Specified by:
getAttributeNames in interface org.osivia.portal.api.theming.IAttributesBundle
Copyright © 2014. All Rights Reserved.