net.stepniak.api.config.serviceUrl
Class ServiceUrlConfig

java.lang.Object
  extended by org.springframework.web.servlet.config.annotation.WebMvcConfigurerAdapter
      extended by net.stepniak.api.config.serviceUrl.ServiceUrlConfig
All Implemented Interfaces:
org.springframework.web.servlet.config.annotation.WebMvcConfigurer

@Configuration
public abstract class ServiceUrlConfig
extends org.springframework.web.servlet.config.annotation.WebMvcConfigurerAdapter


Constructor Summary
ServiceUrlConfig()
           
 
Method Summary
 ServiceUrl serviceUrl()
           
 
Methods inherited from class org.springframework.web.servlet.config.annotation.WebMvcConfigurerAdapter
addArgumentResolvers, addFormatters, addInterceptors, addResourceHandlers, addReturnValueHandlers, addViewControllers, configureAsyncSupport, configureContentNegotiation, configureDefaultServletHandling, configureHandlerExceptionResolvers, configureMessageConverters, getMessageCodesResolver, getValidator
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ServiceUrlConfig

public ServiceUrlConfig()
Method Detail

serviceUrl

@Bean
public ServiceUrl serviceUrl()
                      throws MalformedURLException
Throws:
MalformedURLException


Copyright © 2013. All Rights Reserved.