Uses of Package
org.apache.sling.scripting.sightly.java.compiler
Packages that use org.apache.sling.scripting.sightly.java.compiler
Package
Description
Licensed to the Apache Software Foundation (ASF) under one or more
contributor license agreements.
-
Classes in org.apache.sling.scripting.sightly.java.compiler used by org.apache.sling.scripting.sightly.impl.engine.compiledClassDescriptionThis interface provides information about classes that will be generated by the
JavaClassBackendCompiler
. -
Classes in org.apache.sling.scripting.sightly.java.compiler used by org.apache.sling.scripting.sightly.java.compilerClassDescriptionThis interface provides information about classes that will be generated by the
JavaClassBackendCompiler
.TheCompilationOutput
encapsulates the result of a compile operation as processed by theJavaClassBackendCompiler
.TheJavaImportsAnalyzer
allows checking imports in generated HTL Java classes, in order to optimise dependencies.