Class AutoMountAnnotationProcessor

  • All Implemented Interfaces:
    Processor

    @SupportedAnnotationTypes({"org.wicketstuff.wicket.mount.annotation.AutoMount","org.wicketstuff.wicket.mount.core.annotation.MountPath"})
    public class AutoMountAnnotationProcessor
    extends org.wicketstuff.wicket.mount.core.processor.AbstractAutoMountAnnotationProcessor
    Author:
    jsarman
    • Constructor Detail

      • AutoMountAnnotationProcessor

        public AutoMountAnnotationProcessor()
    • Method Detail

      • setPackagesToScan

        protected void setPackagesToScan​(org.wicketstuff.wicket.mount.core.processor.AutoMountContext context)
        Specified by:
        setPackagesToScan in class org.wicketstuff.wicket.mount.core.processor.AbstractAutoMountAnnotationProcessor
      • getDefaultRootPath

        protected String getDefaultRootPath​(org.wicketstuff.wicket.mount.core.processor.AutoMountContext context,
                                            TypeElement elem)
        Specified by:
        getDefaultRootPath in class org.wicketstuff.wicket.mount.core.processor.AbstractAutoMountAnnotationProcessor
      • getDefaultMimeExtension

        protected String getDefaultMimeExtension​(org.wicketstuff.wicket.mount.core.processor.AutoMountContext context,
                                                 TypeElement elem)
        Specified by:
        getDefaultMimeExtension in class org.wicketstuff.wicket.mount.core.processor.AbstractAutoMountAnnotationProcessor