@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.
Fields inherited from class | Fields |
---|---|
class AbstractFactoryBean |
OBJECT_TYPE_ATTRIBUTE |
Type Params | Return Type | Name and description |
---|---|---|
|
protected Map |
createInstance() |
|
public Class<?> |
getObjectType() |
|
public void |
setApplicationContext(ApplicationContext applicationContext) |
|
public void |
setMappings(Map mappings) |
Methods inherited from class | Name |
---|---|
class AbstractFactoryBean |
afterPropertiesSet, destroy, equals, getClass, getObject, getObjectType, hashCode, isSingleton, notify, notifyAll, setBeanClassLoader, setBeanFactory, setSingleton, toString, wait, wait, wait |