|
Groovy Documentation | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.springframework.beans.factory.config.AbstractFactoryBean org.codehaus.groovy.grails.beans.factory.UrlMappingFactoryBean
@SuppressWarnings({"unchecked","rawtypes"}) public class UrlMappingFactoryBean extends AbstractFactoryBean
A factory bean that creates the URL mappings, checking if there is a bean called urlMap in the ctx and merging that with the mappings set explicitly on this bean.
Method Summary | |
---|---|
protected java.util.Map
|
createInstance()
|
java.lang.Class
|
getObjectType()
|
void
|
setApplicationContext(ApplicationContext applicationContext)
|
void
|
setMappings(java.util.Map mappings)
|
Method Detail |
---|
@Override protected java.util.Map createInstance()
@Override public java.lang.Class getObjectType()
public void setApplicationContext(ApplicationContext applicationContext)
public void setMappings(java.util.Map mappings)
Groovy Documentation