Uses of Interface
org.apache.sling.scripting.jsp.jasper.runtime.AnnotationProcessor
Packages that use AnnotationProcessor
Package
Description
This package should only be used by compiled JSP scripts when being executed on the platform.
-
Uses of AnnotationProcessor in org.apache.sling.scripting.jsp.jasper.runtime
Fields in org.apache.sling.scripting.jsp.jasper.runtime declared as AnnotationProcessorModifier and TypeFieldDescriptionprotected AnnotationProcessor
TagHandlerPool.annotationProcessor
Methods in org.apache.sling.scripting.jsp.jasper.runtime with parameters of type AnnotationProcessorModifier and TypeMethodDescriptionstatic void
AnnotationHelper.postConstruct
(AnnotationProcessor processor, Object instance) Call postConstruct method on the specified instance.static void
AnnotationHelper.preDestroy
(AnnotationProcessor processor, Object instance) Call preDestroy method on the specified instance.