@java.lang.SuppressWarnings({ "unchecked", "rawtypes" })
public class UrlMappingsHolderFactoryBean
extends java.lang.Object
implements FactoryBean, InitializingBean, ApplicationContextAware, GrailsApplicationAware
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 java.lang.Class<UrlMappings> |
getObjectType() |
|
public void |
onApplicationEvent(ArtefactAdditionEvent event) |
|
public void |
setApplicationContext(ApplicationContext applicationContext)Set the ApplicationContext that this object runs in. |
|
public void |
setGrailsApplication(GrailsApplication grailsApplication) |
| Methods inherited from class | Name |
|---|---|
class java.lang.Object |
java.lang.Object#equals(java.lang.Object), java.lang.Object#getClass(), java.lang.Object#hashCode(), java.lang.Object#notify(), java.lang.Object#notifyAll(), java.lang.Object#toString(), java.lang.Object#wait(), java.lang.Object#wait(long), java.lang.Object#wait(long, int) |
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