|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.loom.annotation.processor.AbstractAnnotationProcessor
org.loom.annotation.processor.AbstractSecurityAnnotationProcessor
org.loom.annotation.processor.CommonAnnotationsProcessor
public class CommonAnnotationsProcessor
Processes JSR250 Common Annotations.
Right now RolesAllowed
, PermitAll
and DenyAll
are processed
Constructor Summary | |
---|---|
CommonAnnotationsProcessor()
|
Method Summary | |
---|---|
void |
process(Event event)
Expands an ActionMapping with the metadata annotated to an Action class. |
Methods inherited from class org.loom.annotation.processor.AbstractSecurityAnnotationProcessor |
---|
createInterceptor, findInterceptor, removeInterceptor, setEventRoles |
Methods inherited from class org.loom.annotation.processor.AbstractAnnotationProcessor |
---|
compareTo, getOrder |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CommonAnnotationsProcessor()
Method Detail |
---|
public void process(Event event)
AnnotationProcessor
process
in interface AnnotationProcessor
process
in class AbstractAnnotationProcessor
event
- the event to be modified
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |