|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.loom.annotation.processor.AbstractAnnotationProcessor
org.loom.annotation.processor.AbstractInjectedInterceptorAnnotationProcessor<CaptchaInterceptor>
org.loom.addons.captcha.CaptchaAnnotationProcessor
@Component public class CaptchaAnnotationProcessor
Processes Captcha annotations
| Constructor Summary | |
|---|---|
CaptchaAnnotationProcessor()
|
|
| Method Summary | |
|---|---|
void |
process(AnnotationMetadata metadata,
ActionMapping mapping)
Expands an ActionMapping with the metadata annotated to an Action class. |
void |
setMessagesRepositoryFactory(MessagesRepositoryFactory messagesRepositoryFactory)
|
| Methods inherited from class org.loom.annotation.processor.AbstractInjectedInterceptorAnnotationProcessor |
|---|
getApplicationContext, getInterceptor, getInterceptorBeanName, getInterceptorClass, setApplicationContext, setInterceptorBeanName |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CaptchaAnnotationProcessor()
| Method Detail |
|---|
public void process(AnnotationMetadata metadata,
ActionMapping mapping)
AnnotationProcessor
process in interface AnnotationProcessorprocess in class AbstractAnnotationProcessormetadata - the annotation metadata to be processedmapping - the action mapping to be modifiedpublic void setMessagesRepositoryFactory(MessagesRepositoryFactory messagesRepositoryFactory)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||