|
|
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ActionConfiguration | |
|---|---|
| org.torweg.pulse.bundle | contains the basic classes which make up a Bundle in the pulse container. |
| Uses of ActionConfiguration in org.torweg.pulse.bundle |
|---|
| Methods in org.torweg.pulse.bundle that return ActionConfiguration | |
|---|---|
ActionConfiguration |
Bundle.getActionConfiguration(java.lang.String action)
returns the ActionConfiguration for the given action. |
| Methods in org.torweg.pulse.bundle that return types with arguments of type ActionConfiguration | |
|---|---|
java.util.Collection<ActionConfiguration> |
Bundle.getActionConfigurations()
returns the action configurations of the bundle. |
| Method parameters in org.torweg.pulse.bundle with type arguments of type ActionConfiguration | |
|---|---|
void |
Bundle.setControllerMappings(java.util.Map<java.lang.String,ActionConfiguration> actionConfs,
java.util.Set<ControllerMethodConfiguration> anyActionPreConfs,
java.util.Set<ControllerMethodConfiguration> anyActionPostConfs,
java.util.Set<java.lang.String> requireTokenActions)
sets the annotation based controller mappings. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||