Class DefaultPageBeanComponentInfoService
java.lang.Object
org.eclnt.jsfserver.pagebean.component.DefaultPageBeanComponentInfoService
- All Implemented Interfaces:
IPageBeanComponentInfoService
public class DefaultPageBeanComponentInfoService
extends Object
implements IPageBeanComponentInfoService
Default implementation of
IPageBeanComponentInfoService. We recommend
to use this class as base class in order to automatically adapt to future changes
of the interface.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionPackage name (example: "xxx.yyy.zzz") that contains style extensions to the default CaptainCasa styles.List of page bean component class names that should be visible in the Layout Editor when creating properties within the Code generator.
-
Constructor Details
-
DefaultPageBeanComponentInfoService
public DefaultPageBeanComponentInfoService()
-
-
Method Details
-
getPageBeanComponents
Description copied from interface:IPageBeanComponentInfoServiceList of page bean component class names that should be visible in the Layout Editor when creating properties within the Code generator.- Specified by:
getPageBeanComponentsin interfaceIPageBeanComponentInfoService
-
getPackageNameOfStyleExtensions
Description copied from interface:IPageBeanComponentInfoServicePackage name (example: "xxx.yyy.zzz") that contains style extensions to the default CaptainCasa styles. If no style extensions are available then null is to be returned.- Specified by:
getPackageNameOfStyleExtensionsin interfaceIPageBeanComponentInfoService
-