|
Class Summary |
| AuthenticationInterceptor |
Deze interceptor contoleert of het redactielid is ingelogd. |
| BasicCommand |
This class accepts a number of Action objects and maps them to their names, so the data binder can access them. |
| BasicCommand.MyFactory |
We have to wrap the Instationation Factory, becouse the LazyMap expects a factory of generic type Action, but
the instantiation factory has no differentiation between the type it instantiates and the type it returns. |
| BasicCommandFactory |
This class will create an instance of BasicCommand and set the action classes on it. |
| ClassBasedNameResolver |
This action mapping name resolver takes the class name, turns the first character into lower case,
and removes 'Action' if it is part of the class name |
| NamePasswordCloudFactory |
|
| ReferrerResolver |
This return page resolver will return the referrer url wiht a parameter 'nodenr' added when there is a new node in
the result container. |
| ResultContainer |
this class acts as a wrapper for everything that needs to be passed to all
the actions that need execution for a request. |
| SessionReadingCloudFactory |
This version of the cloud factory will pick the cloud from the session, that
has been set by the nl.vpro.redactie.AuthenticationInterceptor. |
| WizardController |
|