@Component public class MvcEndpoints extends Object implements ApplicationContextAware, InitializingBean
MvcEndpoint
beans, and a factory for a set of generic ones
wrapping existing Endpoint
instances that are not already exposed as MVC
endpoints.Constructor and Description |
---|
MvcEndpoints() |
Modifier and Type | Method and Description |
---|---|
void |
afterPropertiesSet() |
Set<? extends MvcEndpoint> |
getEndpoints() |
void |
setApplicationContext(ApplicationContext applicationContext) |
public void setApplicationContext(ApplicationContext applicationContext) throws BeansException
setApplicationContext
in interface ApplicationContextAware
BeansException
public void afterPropertiesSet() throws Exception
afterPropertiesSet
in interface InitializingBean
Exception
public Set<? extends MvcEndpoint> getEndpoints()
Copyright © 2019 Pivotal Software, Inc.. All rights reserved.