| java.lang.Object org.sakaiproject.tool.gradebook.ui.ConfigurationBean
ConfigurationBean | public class ConfigurationBean implements ApplicationContextAware(Code) | | Provides a way to override UI bean definitions from the Sakai component
framework while still visibly injecting them in UI configuration files.
(If our UI logic was based on Spring beans rather than JSF backing beans,
there might be a more straightforward way to deliver this capability.)
|
getPlugin | public Object getPlugin(String key)(Code) | | Parameters: name - the bean configured to match the given plug-in key, or null if none were found |
setApplicationContext | public void setApplicationContext(ApplicationContext applicationContext) throws BeansException(Code) | | |
setServerConfigurationService | public void setServerConfigurationService(ServerConfigurationService serverConfigurationService)(Code) | | If this method is never called (as in the case of standalone builds), the
default map of property values will be used.
Parameters: serverConfigurationService - |
|
|