@SuppressWarnings({ "unchecked", "rawtypes" }) public class UrlMappingsHolderFactoryBean extends Object implements FactoryBean, InitializingBean, ApplicationContextAware, GrailsApplicationAware, PluginManagerAware
Constructs the UrlMappingsHolder from the registered UrlMappings class within a GrailsApplication.
Type Params | Return Type | Name and description |
---|---|---|
|
public void |
afterPropertiesSet() |
|
public UrlMappings |
getObject() |
|
public Class<UrlMappings> |
getObjectType() |
|
public boolean |
isSingleton() |
|
public void |
setApplicationContext(ApplicationContext applicationContext) Set the ApplicationContext that this object runs in. |
|
public void |
setGrailsApplication(GrailsApplication grailsApplication) |
|
public void |
setPluginManager(GrailsPluginManager pluginManager) |
|
public void |
setUrlConverter(UrlConverter urlConverter) |
Set the ApplicationContext that this object runs in. Normally this call will be used to initialize the object.
Invoked after population of normal bean properties but before an init callback such as InitializingBean.afterPropertiesSet or a custom init-method. Invoked after ResourceLoaderAware.setResourceLoader, ApplicationEventPublisherAware.setApplicationEventPublisher and MessageSourceAware, if applicable.
applicationContext
- the ApplicationContext object to be used by this object