Modifier and Type | Method and Description |
---|---|
static Content |
ContentFactory.make(javassist.CtClass componentClass,
String defaultGroup) |
Modifier and Type | Method and Description |
---|---|
static List<Content> |
ContentUtil.buildContentFromClassList(List<javassist.CtClass> classList,
org.apache.commons.compress.archivers.zip.ZipArchiveOutputStream zipOutputStream,
Set<String> reservedNames,
File buildDirectory,
String componentPathBase,
String defaultComponentPathSuffix,
String defaultComponentGroup,
ComponentNameTransformer transformer)
Constructs a list of Content objects representing .content.xml files from
a list of Classes.
|
Modifier and Type | Method and Description |
---|---|
static Dialog |
DialogFactory.make(javassist.CtClass componentClass,
WidgetRegistry widgetRegistry,
ClassLoader classLoader,
javassist.ClassPool classPool) |
Modifier and Type | Method and Description |
---|---|
static List<Dialog> |
DialogUtil.buildDialogsFromClassList(ComponentNameTransformer transformer,
List<javassist.CtClass> classList,
org.apache.commons.compress.archivers.zip.ZipArchiveOutputStream zipOutputStream,
Set<String> reservedNames,
WidgetRegistry widgetRegistry,
ClassLoader classLoader,
javassist.ClassPool classPool,
File buildDirectory,
String componentPathBase,
String defaultComponentPathSuffix)
Constructs a list of Dialog objects based on Classes annotated by
Component annotations.
|
static DialogFieldConfig |
DialogUtil.getDialogFieldFromSuperClasses(javassist.CtMethod method) |
Modifier and Type | Method and Description |
---|---|
static EditConfig |
EditConfigFactory.make(javassist.CtClass componentClass,
InPlaceEditorRegistry inPlaceEditorRegistry,
ClassLoader classLoader,
javassist.ClassPool classPool) |
Modifier and Type | Method and Description |
---|---|
static List<EditConfig> |
EditConfigUtil.buildEditConfigFromClassList(List<javassist.CtClass> classList,
org.apache.commons.compress.archivers.zip.ZipArchiveOutputStream zipOutputStream,
Set<String> reservedNames,
InPlaceEditorRegistry inPlaceEditorRegistry,
ClassLoader classLoader,
javassist.ClassPool classPool,
File buildDirectory,
String componentPathBase,
String defaultComponentPathSuffix,
ComponentNameTransformer transformer)
For each class in the provided classList which is annotated with a
Component annotation, an EditConfig object is built and added to the
returned list.
|
static InPlaceEditorConfig |
EditConfigUtil.getInPlaceEditorFromSuperClasses(javassist.CtMethod method,
Set<Class<?>> registeredAnnotations) |
Modifier and Type | Method and Description |
---|---|
static void |
ComponentMojoUtil.buildArchiveFileForProjectAndClassList(List<javassist.CtClass> classList,
WidgetRegistry widgetRegistry,
TouchUIWidgetRegistry touchUIWidgetRegistry,
InPlaceEditorRegistry inPlaceEditorRegistry,
ClassLoader classLoader,
javassist.ClassPool classPool,
File buildDirectory,
String componentPathBase,
String defaultComponentPathSuffix,
String defaultComponentGroup,
File existingArchiveFile,
File tempArchiveFile,
ComponentNameTransformer transformer,
boolean generateTouchUiDialogs,
boolean useCoral3Dialogs,
boolean generateClassicUiDialogs)
Add files to the already constructed Archive file by creating a new
Archive file, appending the contents of the existing Archive file to it,
and then adding additional entries for the newly constructed artifacts.
|
Modifier and Type | Method and Description |
---|---|
static List<TouchUIDialog> |
TouchUIDialogUtil.buildDialogsFromClassList(List<javassist.CtClass> classList,
ClassLoader classLoader,
javassist.ClassPool classPool,
TouchUIWidgetRegistry widgetRegistry,
ComponentNameTransformer transformer,
File buildDirectory,
String componentPathBase,
String defaultComponentPathSuffix,
org.apache.commons.compress.archivers.zip.ZipArchiveOutputStream archiveStream,
Set<String> reservedNames,
String touchUIDialogType) |
static List<TouchUIWidgetMakerParameters> |
TouchUIDialogUtil.getWidgetMakerParametersForComponentClass(javassist.CtClass componentClass,
ClassLoader classLoader,
javassist.ClassPool classPool,
TouchUIWidgetRegistry widgetRegistry,
String touchUIDialogType) |
static boolean |
TouchUIDialogUtil.isWidgetInComponentClass(javassist.CtClass componentClass) |
Copyright © 2019 ICF Olson. All rights reserved.