com.broadleafcommerce.core.rest.api.v2.endpoint@Deprecated public abstract class BaseEndpoint extends Object implements org.springframework.context.ApplicationContextAware, org.springframework.context.MessageSourceAware
| Modifier and Type | Field and Description |
|---|---|
protected org.springframework.context.ApplicationContext |
context
Deprecated.
|
protected org.springframework.context.MessageSource |
messageSource
Deprecated.
|
| Constructor and Description |
|---|
BaseEndpoint()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
org.springframework.context.ApplicationContext |
getApplicationContext()
Deprecated.
|
org.springframework.context.MessageSource |
getMessageSource()
Deprecated.
|
void |
setApplicationContext(org.springframework.context.ApplicationContext applicationContext)
Deprecated.
|
void |
setMessageSource(org.springframework.context.MessageSource messageSource)
Deprecated.
|
protected org.springframework.context.ApplicationContext context
protected org.springframework.context.MessageSource messageSource
public void setApplicationContext(org.springframework.context.ApplicationContext applicationContext)
throws org.springframework.beans.BeansException
setApplicationContext in interface org.springframework.context.ApplicationContextAwareorg.springframework.beans.BeansExceptionpublic void setMessageSource(org.springframework.context.MessageSource messageSource)
setMessageSource in interface org.springframework.context.MessageSourceAwarepublic org.springframework.context.ApplicationContext getApplicationContext()
public org.springframework.context.MessageSource getMessageSource()
Copyright © 2019. All rights reserved.