Package com.ptc.jca.mvc.builders
Class DefaultMiniInfoComponentBuilder
java.lang.Object
com.ptc.mvc.components.AbstractInfoConfigBuilder
com.ptc.jca.mvc.components.AbstractInfoComponentBuilder
com.ptc.jca.mvc.components.AbstractMiniInfoComponentBuilder
com.ptc.jca.mvc.builders.DefaultMiniInfoComponentBuilder
- All Implemented Interfaces:
ComponentConfigBuilder,ComponentDataBuilder,InfoComponentConfigFactoryAware,TypedAttrLayOutFactoryAware
- Direct Known Subclasses:
LiteratureMiniInfoBuilder,NovelMiniInfoBuilder,PoemMiniInfoBuilder
@TypeBased("java.lang.Object")
public class DefaultMiniInfoComponentBuilder
extends AbstractMiniInfoComponentBuilder
implements TypedAttrLayOutFactoryAware
The default builder for the mini info component. The component builder value
is "miniInfoPage" and the lookup type is for all objects. To extend or
override the default mini info component build set the component builder
value to "miniInfoPage" and the lookup type to the specific type of object.
Supported API: true
Extendable: true
Supported API: true
Extendable: true
-
Method Summary
Modifier and TypeMethodDescriptioncom.ptc.mvc.components.MiniInfoConfigbuildInfoConfig(ComponentParams params) Creates a newInfoConfigconfigured for a mini info page with MINI_INFO component mode.Methods inherited from class com.ptc.jca.mvc.components.AbstractMiniInfoComponentBuilder
getViewMethods inherited from class com.ptc.mvc.components.AbstractInfoConfigBuilder
getComponentConfigFactory, getMessageSource
-
Method Details
-
buildInfoConfig
public com.ptc.mvc.components.MiniInfoConfig buildInfoConfig(ComponentParams params) throws WTException Creates a newInfoConfigconfigured for a mini info page with MINI_INFO component mode.
Supported API: true- Specified by:
buildInfoConfigin classAbstractInfoConfigBuilder- Returns:
- Throws:
WTException
-