@java.lang.SuppressWarnings({"unchecked", "rawtypes"})
public class UrlMappingFactoryBean
extends AbstractFactoryBean
implements ApplicationContextAware
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.
| Type Params | Return Type | Name and description |
|---|---|---|
|
protected java.util.Map |
createInstance() |
|
public java.lang.Class<?> |
getObjectType() |
|
public void |
setApplicationContext(ApplicationContext applicationContext) |
|
public void |
setMappings(java.util.Map mappings) |