@SupportedAnnotationTypes(value={"org.wicketstuff.wicket.mount.annotation.AutoMount","org.wicketstuff.wicket.mount.core.annotation.MountPath"}) @SupportedSourceVersion(value=RELEASE_6) public class AutoMountAnnotationProcessor extends org.wicketstuff.wicket.mount.core.processor.AbstractAutoMountAnnotationProcessor
processingEnv| Constructor and Description |
|---|
AutoMountAnnotationProcessor() |
| Modifier and Type | Method and Description |
|---|---|
protected String |
getDefaultMimeExtension(org.wicketstuff.wicket.mount.core.processor.AutoMountContext context,
TypeElement elem) |
protected String |
getDefaultRootPath(org.wicketstuff.wicket.mount.core.processor.AutoMountContext context,
TypeElement elem) |
boolean |
process(Set<? extends TypeElement> annotations,
RoundEnvironment roundEnv) |
protected void |
setPackagesToScan(org.wicketstuff.wicket.mount.core.processor.AutoMountContext context) |
completeAbstractMountPoints, extractMountPath, generateGenericName, generateSource, getAutoMountContext, init, processMountPointgetCompletions, getSupportedAnnotationTypes, getSupportedOptions, getSupportedSourceVersion, isInitializedpublic boolean process(Set<? extends TypeElement> annotations, RoundEnvironment roundEnv)
process in interface Processorprocess in class AbstractProcessorprotected void setPackagesToScan(org.wicketstuff.wicket.mount.core.processor.AutoMountContext context)
setPackagesToScan in class org.wicketstuff.wicket.mount.core.processor.AbstractAutoMountAnnotationProcessorprotected String getDefaultRootPath(org.wicketstuff.wicket.mount.core.processor.AutoMountContext context, TypeElement elem)
getDefaultRootPath in class org.wicketstuff.wicket.mount.core.processor.AbstractAutoMountAnnotationProcessorprotected String getDefaultMimeExtension(org.wicketstuff.wicket.mount.core.processor.AutoMountContext context, TypeElement elem)
getDefaultMimeExtension in class org.wicketstuff.wicket.mount.core.processor.AbstractAutoMountAnnotationProcessorCopyright © 2017 WicketStuff. All rights reserved.