Package | Description |
---|---|
com.citytechinc.cq.component.dialog.factory | |
com.citytechinc.cq.component.dialog.util |
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.
|
Modifier and Type | Method and Description |
---|---|
static File |
DialogUtil.writeDialogToFile(ComponentNameTransformer transformer,
Dialog dialog,
javassist.CtClass componentClass,
File buildDirectory,
String componentPathBase,
String defaultComponentPathSuffix)
Writes a dialog.xml file, the path of which being based on the component
Class.
|
Copyright © 2019 ICF Olson. All rights reserved.