Package com.ptc.mvc.components
Class AbstractComponentDataBuilder
java.lang.Object
com.ptc.mvc.components.AbstractComponentDataBuilder
- All Implemented Interfaces:
com.ptc.mvc.components.ComponentConfigFactoryAware,ComponentDataBuilder
public abstract class AbstractComponentDataBuilder
extends Object
implements ComponentDataBuilder, com.ptc.mvc.components.ComponentConfigFactoryAware
Base class for components that define their data
Supported API: true
Extendable: true
-
Method Summary
Modifier and TypeMethodDescriptionReturns ComponentConfigFactory
Supported API: trueprotected final ClientMessageSourcegetMessageSource(String resourceBundle) Get a ClientMessageSource that can create localized messages for a given resource bundle
Supported API: trueMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.ptc.mvc.components.ComponentDataBuilder
buildComponentData
-
Method Details
-
getComponentConfigFactory
Returns ComponentConfigFactory
Supported API: true- Returns:
-
getMessageSource
Get a ClientMessageSource that can create localized messages for a given resource bundle
Supported API: true- Parameters:
resourceBundle- The bundle to get messages from- Returns:
- ClientMessageSource
-