Uses of Class
org.nuiton.jaxx.compiler.CompilerException
-
-
Uses of CompilerException in org.nuiton.jaxx.compiler
Subclasses of CompilerException in org.nuiton.jaxx.compiler Modifier and Type Class Description classUnsupportedAttributeExceptionThrown byTagHandlerwhen an unsupported attribute is encountered.classUnsupportedTagExceptionThrown by the compiler when an unregistered tag is encountered.Methods in org.nuiton.jaxx.compiler with parameters of type CompilerException Modifier and Type Method Description voidJAXXCompiler. reportError(String extraMessage, CompilerException ex)voidJAXXCompiler. reportError(CompilerException ex)Methods in org.nuiton.jaxx.compiler that throw CompilerException Modifier and Type Method Description voidCompiledObject. addChild(CompiledObject child, String constraints, JAXXCompiler compiler)Adds a child component to this container.voidCompiledObject. addChild(CompiledObject child, String constraints, JAXXCompiler compiler, DefaultComponentHandler tagHandler)Adds a child component to this container.voidJAXXCompiler. checkOverride(CompiledObject object)StringCompiledObjectDecorator. getCreationCode(JAXXCompiler compiler, CompiledObject object)Obtain the creation code of the givenobjectfrom thecompilerto inject in generate method$initializeorcreateXXXin not inline.voidJAXXCompiler. openComponent(CompiledObject component)voidJAXXCompiler. openComponent(CompiledObject component, String constraints)StringJAXXCompiler. preprocessScript(String script)StringJAXXCompiler. processDataBindings(String stringValue)voidJAXXCompiler. registerScript(String script)voidJAXXCompiler. registerScript(String script, File sourceFile)Constructors in org.nuiton.jaxx.compiler that throw CompilerException Constructor Description CompiledObject(String id, String javaCode, ClassDescriptor objectClass, JAXXCompiler compiler, boolean force)Creates a newCompiledObject. -
Uses of CompilerException in org.nuiton.jaxx.compiler.binding
Methods in org.nuiton.jaxx.compiler.binding that throw CompilerException Modifier and Type Method Description booleanDataBinding. compile(JAXXCompiler compiler)Compiles the data binding expression.protected booleanDataSource. compile()Compiles the data source expression and listener.StringDataBindingHelper. processDataBindings(String stringValue)Examine an attribute value for data binding expressions.static StringPseudoClassDataBinding. replaceObjectReferences(String code, String id)Replaces all references to the variable "object" with the actual object ID. -
Uses of CompilerException in org.nuiton.jaxx.compiler.css
Methods in org.nuiton.jaxx.compiler.css that throw CompilerException Modifier and Type Method Description static intStylesheetHelper. appliesTo(Rule rule, CompiledObject object)static voidStylesheetHelper. applyPseudoClass(String pseudoClass, Map<String,String> properties, CompiledObject object, JAXXCompiler compiler, int priority)static voidStylesheetHelper. applyTo(CompiledObject object, JAXXCompiler compiler, Stylesheet stylesheet, Stylesheet overrides)static voidStylesheetHelper. compilePseudoClass(String pseudoClass, CompiledObject object, String propertyCode, int pos, String methodName, JAXXCompiler compiler, boolean invertTest)static Map<String,String>StylesheetHelper. getApplicableProperties(Stylesheet s, CompiledObject object)static Rule[]StylesheetHelper. getApplicablePseudoClasses(Stylesheet s, CompiledObject object)static StylesheetStylesheetHelper. processStylesheet(String stylesheetText) -
Uses of CompilerException in org.nuiton.jaxx.compiler.css.parser
Subclasses of CompilerException in org.nuiton.jaxx.compiler.css.parser Modifier and Type Class Description classParseException -
Uses of CompilerException in org.nuiton.jaxx.compiler.decorators
Methods in org.nuiton.jaxx.compiler.decorators that throw CompilerException Modifier and Type Method Description StringDefaultCompiledObjectDecorator. getCreationCode(JAXXCompiler compiler, CompiledObject object) -
Uses of CompilerException in org.nuiton.jaxx.compiler.java.parser
Subclasses of CompilerException in org.nuiton.jaxx.compiler.java.parser Modifier and Type Class Description classParseExceptionThis exception is thrown when parse errors are encountered. -
Uses of CompilerException in org.nuiton.jaxx.compiler.script
Methods in org.nuiton.jaxx.compiler.script that throw CompilerException Modifier and Type Method Description voidScriptManager. checkParse(String script)StringScriptManager. preprocessScript(String script)voidScriptManager. registerScript(String script) -
Uses of CompilerException in org.nuiton.jaxx.compiler.tags
Methods in org.nuiton.jaxx.compiler.tags that throw CompilerException Modifier and Type Method Description protected voidDefaultComponentHandler. closeComponent(CompiledObject object, Element tag, JAXXCompiler compiler)protected voidDefaultObjectHandler. compileChildrenFirstPass(Element tag, JAXXCompiler compiler)Compiles the child tags of the current tag.protected voidDefaultObjectHandler. compileChildrenSecondPass(Element tag, JAXXCompiler compiler)Compiles the child tags of the current tag.protected voidDefaultObjectHandler. compileChildTagFirstPass(Element tag, JAXXCompiler compiler)Compiles a child of the current tag.protected voidDefaultObjectHandler. compileChildTagSecondPass(Element tag, JAXXCompiler compiler)Compiles a child of the current tag.voidDefaultComponentHandler. compileFirstPass(Element tag, JAXXCompiler compiler)voidDefaultObjectHandler. compileFirstPass(Element tag, JAXXCompiler compiler)voidScriptHandler. compileFirstPass(Element tag, JAXXCompiler compiler)voidStyleHandler. compileFirstPass(Element tag, JAXXCompiler compiler)voidTagHandler. compileFirstPass(Element tag, JAXXCompiler compiler)Performs the first pass of compilation on an XML tag from a JAXX source file.voidDefaultComponentHandler. compileSecondPass(Element tag, JAXXCompiler compiler)voidDefaultObjectHandler. compileSecondPass(Element tag, JAXXCompiler compiler)voidScriptHandler. compileSecondPass(Element tag, JAXXCompiler compiler)voidStyleHandler. compileSecondPass(Element tag, JAXXCompiler compiler)voidTagHandler. compileSecondPass(Element tag, JAXXCompiler compiler)Performs the second pass of compilation on an XML tag from a JAXX source file.StringDefaultComponentHandler. getGetPropertyCode(String id, String name, JAXXCompiler compiler)ClassDescriptorDefaultComponentHandler. getPropertyType(CompiledObject object, String propertyName, JAXXCompiler compiler)StringDefaultComponentHandler. getSetPropertyCode(String id, String name, String valueCode, JAXXCompiler compiler)static DefaultObjectHandlerTagManager. getTagHandler(Class<?> klass)static TagHandlerTagManager. getTagHandler(String namespace, String tag, boolean namespacePrefix, JAXXCompiler compiler)Returns theTagHandlerthat should be used to process the specified tag.static TagHandlerTagManager. getTagHandler(String namespace, String tag, JAXXCompiler compiler)Returns theTagHandlerthat should be used to process the specified tag.static DefaultObjectHandlerTagManager. getTagHandler(ClassDescriptor beanClass)protected voidDefaultComponentHandler. openComponent(CompiledObject object, Element tag, JAXXCompiler compiler)protected voidDefaultComponentHandler. setDefaults(CompiledObject object, Element tag, JAXXCompiler compiler) -
Uses of CompilerException in org.nuiton.jaxx.compiler.tags.swing
Methods in org.nuiton.jaxx.compiler.tags.swing that throw CompilerException Modifier and Type Method Description voidJScrollPaneHandler.JScrollPaneCompiledObject. addChild(CompiledObject child, String constraints, JAXXCompiler compiler)voidJTabbedPaneHandler.CompiledTabbedPane. addChild(CompiledObject child, String constraints, JAXXCompiler compiler)protected voidJSpinnerHandler. closeComponent(CompiledObject object, Element tag, JAXXCompiler compiler)protected voidCellHandler. compileChildrenFirstPass(Element tag, JAXXCompiler compiler)protected voidItemHandler. compileChildrenFirstPass(Element tag, JAXXCompiler compiler)voidRowHandler. compileChildrenFirstPass(Element tag, JAXXCompiler compiler)protected voidTabWithValidatorHandler. compileChildrenFirstPass(Element tag, JAXXCompiler compiler)protected voidCellHandler. compileChildrenSecondPass(Element tag, JAXXCompiler compiler)protected voidItemHandler. compileChildrenSecondPass(Element tag, JAXXCompiler compiler)voidJAXXComboBoxHandler. compileChildrenSecondPass(Element tag, JAXXCompiler compiler)voidJAXXListHandler. compileChildrenSecondPass(Element tag, JAXXCompiler compiler)voidJAXXTreeHandler. compileChildrenSecondPass(Element tag, JAXXCompiler compiler)voidJComboBoxHandler. compileChildrenSecondPass(Element tag, JAXXCompiler compiler)voidJListHandler. compileChildrenSecondPass(Element tag, JAXXCompiler compiler)voidJTreeHandler. compileChildrenSecondPass(Element tag, JAXXCompiler compiler)voidRowHandler. compileChildrenSecondPass(Element tag, JAXXCompiler compiler)protected voidTabWithValidatorHandler. compileChildrenSecondPass(Element tag, JAXXCompiler compiler)protected voidCellHandler. compileChildTagFirstPass(Element tag, JAXXCompiler compiler)protected voidItemHandler. compileChildTagFirstPass(Element tag, JAXXCompiler compiler)protected voidRowHandler. compileChildTagFirstPass(Element tag, JAXXCompiler compiler)protected voidTabWithValidatorHandler. compileChildTagFirstPass(Element tag, JAXXCompiler compiler)protected voidCellHandler. compileChildTagSecondPass(Element tag, JAXXCompiler compiler)protected voidItemHandler. compileChildTagSecondPass(Element tag, JAXXCompiler compiler)protected voidRowHandler. compileChildTagSecondPass(Element tag, JAXXCompiler compiler)protected voidTabWithValidatorHandler. compileChildTagSecondPass(Element tag, JAXXCompiler compiler)voidCellHandler. compileFirstPass(Element tag, JAXXCompiler compiler)voidItemHandler. compileFirstPass(Element tag, JAXXCompiler compiler)voidRowHandler. compileFirstPass(Element tag, JAXXCompiler compiler)voidTabWithValidatorHandler. compileFirstPass(Element tag, JAXXCompiler compiler)voidCellHandler. compileSecondPass(Element tag, JAXXCompiler compiler)voidItemHandler. compileSecondPass(Element tag, JAXXCompiler compiler)voidJWindowHandler. compileSecondPass(Element tag, JAXXCompiler compiler)voidRowHandler. compileSecondPass(Element tag, JAXXCompiler compiler)voidTabHandler. compileSecondPass(Element tag, JAXXCompiler compiler)voidTabWithValidatorHandler. compileSecondPass(Element tag, JAXXCompiler compiler)protected CompiledObjectJAXXComboBoxHandler. createCompiledObject(String id, JAXXCompiler compiler)CompiledObjectJAXXListHandler. createCompiledObject(String id, JAXXCompiler compiler)CompiledObjectJAXXTreeHandler. createCompiledObject(String id, JAXXCompiler compiler)CompiledObjectJInternalFrameHandler. createCompiledObject(String id, JAXXCompiler compiler)CompiledObjectJScrollPaneHandler. createCompiledObject(String id, JAXXCompiler compiler)CompiledObjectJSpinnerHandler. createCompiledObject(String id, JAXXCompiler compiler)CompiledObjectJSplitPaneHandler. createCompiledObject(String id, JAXXCompiler compiler)CompiledObjectJTabbedPaneHandler. createCompiledObject(String id, JAXXCompiler compiler)CompiledObjectJWindowHandler. createCompiledObject(String id, JAXXCompiler compiler)CompiledObjectJXLayerHandler. createCompiledObject(String id, JAXXCompiler compiler)CompiledObjectTableHandler. createCompiledObject(String id, JAXXCompiler compiler)ClassDescriptorJRadioButtonHandler. getPropertyType(CompiledObject object, String name, JAXXCompiler compiler)ClassDescriptorJSpinnerHandler. getPropertyType(CompiledObject object, String propertyName, JAXXCompiler compiler)StringJRadioButtonHandler. getSetPropertyCode(String id, String name, String valueCode, JAXXCompiler compiler)protected voidJWindowHandler. openComponent(CompiledObject object, Element tag, JAXXCompiler compiler)voidApplicationHandler. setAttribute(CompiledObject object, String propertyName, String stringValue, boolean inline, JAXXCompiler compiler)static voidCellHandler. setAttribute(GridBagConstraints c, String name, String value)voidTableHandler. setAttribute(CompiledObject object, String propertyName, String stringValue, boolean inline, JAXXCompiler compiler)static voidTabWithValidatorHandler. setAttribute(CompiledObject compiledTabInfo, TabInfoWithValidator tabInfo, String name, String value, JAXXCompiler compiler)static voidCellHandler. setAttributes(GridBagConstraints c, Element tag)voidJInternalFrameHandler. setAttributes(CompiledObject object, Element tag, JAXXCompiler compiler)voidTabWithValidatorHandler. setAttributes(CompiledObject compiledTabInfo, TabInfo tabInfo, Element tag, JAXXCompiler compiler)protected voidAbstractButtonHandler. setDefaults(CompiledObject object, Element tag, JAXXCompiler compiler)protected voidApplicationHandler. setDefaults(CompiledObject object, Element tag, JAXXCompiler compiler)protected voidJInternalFrameHandler. setDefaults(CompiledObject object, Element tag, JAXXCompiler compiler)protected voidJSliderHandler. setDefaults(CompiledObject object, Element tag, JAXXCompiler compiler)protected voidJTextComponentHandler. setDefaults(CompiledObject object, Element tag, JAXXCompiler compiler)voidJSpinnerHandler. setProperty(CompiledObject object, String name, Object value, JAXXCompiler compiler)Constructors in org.nuiton.jaxx.compiler.tags.swing that throw CompilerException Constructor Description CompiledSpinner(String id, ClassDescriptor objectClass, JAXXCompiler compiler)CompiledTabbedPane(String id, ClassDescriptor objectClass, JAXXCompiler compiler) -
Uses of CompilerException in org.nuiton.jaxx.compiler.tags.validator
Methods in org.nuiton.jaxx.compiler.tags.validator that throw CompilerException Modifier and Type Method Description voidBeanValidatorHandler.CompiledBeanValidator. addChild(CompiledObject child, String constraints, JAXXCompiler compiler)protected voidBeanValidatorHandler. compileChildTagFirstPass(Element tag, JAXXCompiler compiler)voidExcludeFieldValidatorHandler. compileFirstPass(Element tag, JAXXCompiler compiler)voidFieldValidatorHandler. compileFirstPass(Element tag, JAXXCompiler compiler)voidBeanValidatorHandler. compileSecondPass(Element tag, JAXXCompiler compiler)voidExcludeFieldValidatorHandler. compileSecondPass(Element tag, JAXXCompiler compiler)voidFieldValidatorHandler. compileSecondPass(Element tag, JAXXCompiler compiler) -
Uses of CompilerException in org.nuiton.jaxx.compiler.tasks
Methods in org.nuiton.jaxx.compiler.tasks that throw CompilerException Modifier and Type Method Description protected voidGenerateConstructorsTask. addConstructor(JAXXCompiler compiler, String className, List<String> constructorTypes)protected voidGenerateConstructorsTask. addConstructorWithInitialContext(JAXXCompiler compiler, String className, List<String> constructorTypes, boolean superclassIsJAXXObject)
-