public interface CompilerConfiguration
| Modifier and Type | Field and Description |
|---|---|
static String |
DEFAULT_CSS_EXTENSION
Default css file extension.
|
static final String DEFAULT_CSS_EXTENSION
ClassLoader getClassLoader()
Class<? extends JAXXCompiler> getCompilerClass()
Class<? extends CompiledObjectDecorator> getDefaultDecoratorClass()
Class<?> getDefaultErrorUI()
String[] getExtraImports()
String getHelpBrokerFQN()
String getValidatorFactoryFQN()
Class<? extends JAXXContext> getJaxxContextClass()
boolean getOptimize()
boolean isAutoRecurseInCss()
true if a css file with same name as jaxx file should
be included in jaxx file if found.File getTargetDirectory()
boolean isAddLogger()
true if a logger must add on each generated jaxx objectboolean isGenerateHelp()
true if we are generating helpboolean isI18nable()
true if we use the i18n systemboolean isOptimize()
true to generate optimized codeboolean isProfile()
true if a profile pass must be doneboolean isResetAfterCompile()
true if states must be reset after the compilationboolean isUseUIManagerForIcon()
true if UIManager is used to retrieve iconsboolean isVerbose()
true if compiler is verboseboolean isShowClassDescriptorLoading()
true to trace the Class descriptor loading.boolean isAddAutoHandlerUI()
true to detect and add UIHandler if found in class-path.void setAddAutoHandlerUI(boolean addAutoHandlerUI)
addAutoHandlerUI - new value of the stateboolean isGenerateMissingIdsAndStyleClassesInCss()
true to generate missing ids and style classes in the CSS filesvoid setGenerateMissingIdsAndStyleClassesInCss(boolean generateMissingIdsAndStyleClassesInCss)
generateMissingIdsAndStyleClassesInCss - new value of the stateString getEncoding()
Map<String,CompiledObjectDecorator> getDecorators()
Map<String,JAXXCompilerFinalizer> getFinalizers()
Map<String,Initializer> getInitializers()
URL getCommonCss()
String getCssExtension()
DEFAULT_CSS_EXTENSION as before).io.ultreia.java4all.i18n.spi.builder.I18nModule getI18nModule()
void setI18nModule(io.ultreia.java4all.i18n.spi.builder.I18nModule i18nModule)
Copyright © 2008–2019 Ultreia.io. All rights reserved.