|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ActionMappingFactory
Class that creates ActionMapping and ActionMappingRepository instances
| Method Summary | |
|---|---|
void |
addAnnotationProcessor(AnnotationProcessor processor)
|
ActionMapping |
create(java.lang.String beanName,
java.lang.Class<? extends Action> actionClass)
Create an ActionMapping |
java.util.List<AnnotationProcessor> |
getAnnotationProcessors()
Initializes the available events in this action class |
| Method Detail |
|---|
ActionMapping create(java.lang.String beanName,
java.lang.Class<? extends Action> actionClass)
ActionMapping
beanName - the name of the spring bean used to create each Action instanceactionClass - the action class
java.util.List<AnnotationProcessor> getAnnotationProcessors()
mapping - the ActionMapping instance to be inspected
TODO this method should be removed from this interfacevoid addAnnotationProcessor(AnnotationProcessor processor)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||