Package | Description |
---|---|
com.citytechinc.cq.component.touchuidialog.factory | |
com.citytechinc.cq.component.touchuidialog.util |
Modifier and Type | Method and Description |
---|---|
static TouchUIDialog |
TouchUIDialogFactory.make(javassist.CtClass componentClass,
ClassLoader classLoader,
javassist.ClassPool classPool,
TouchUIWidgetRegistry widgetRegistry,
String touchUIDialogType) |
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) |
Modifier and Type | Method and Description |
---|---|
static File |
TouchUIDialogUtil.writeDialogToFile(ComponentNameTransformer transformer,
TouchUIDialog dialog,
javassist.CtClass componentClass,
File buildDirectory,
String componentPathBase,
String defaultComponentPathSuffix) |
Copyright © 2019 ICF Olson. All rights reserved.