| Interface | Description |
|---|---|
| ActionMappingResolver |
The purpose of this interface is to assist the Command instance with mapping
|
| CloudFactory | |
| Command |
This interface should be implemented by all classes that should be able to be used for
binding action html forms from the vpro-wizards.
|
| CommandFactory |
implement this interface to create a factory for creating commands of a specific type.
|
| ModelAndViewResolver |
Any number of objects of this type can be added to the WizardController.
|
| Class | Description |
|---|---|
| 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
|
| FieldError |
This is the kind of error that will be created when something went wrong with a field value, or setting a field on a node.
|
| GlobalError | |
| 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 |
| Exception | Description |
|---|---|
| AuthenticationException |
MMBase 1.9-SNAPSHOT - ${javadoctimestamp}