de.innovationgate.webgate.api.templatesSee: Description
| Interface | Description |
|---|---|
| BeanCreationHandler |
Interface of a class that is responsible for creating beans for the
BeanAdapter |
| Class | Description |
|---|---|
| BeanAdapter |
A simple content source that retrieves data from a custom Java bean
|
| DefaultBeanCreationHandler |
The default bean creation handler for
BeanAdapter which just uses the default constructor of the bean |
| LoginBeanCreationHandler |
A bean creation handler for
BeanAdapter which uses a bean constructor taking three parameters:
The bean adapter itself of type BeanAdapter
The user name logged in to the OpenWGA domain (String)
The password of that user
|
de.innovationgate.webgate.api.templates