Package com.aspectran.core.support
Class BasePathFactoryBean
java.lang.Object
com.aspectran.core.support.BasePathFactoryBean
- All Implemented Interfaces:
FactoryBean<String>
,ApplicationAdapterAware
,Aware
@AvoidAdvice
public class BasePathFactoryBean
extends Object
implements ApplicationAdapterAware, FactoryBean<String>
BasePathFactoryBean
that returns the base path where the root application is running.
This can be used to reference the base path by declaring it as a bean in the Aspectran
configuration metadata.
Created: 2017. 1. 29.
-
Field Summary
Fields inherited from interface com.aspectran.core.component.bean.ablility.FactoryBean
FACTORY_METHOD_NAME
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturn an instance (possibly shared or independent) of the object managed by this factory.void
setApplicationAdapter
(ApplicationAdapter applicationAdapter)
-
Constructor Details
-
BasePathFactoryBean
public BasePathFactoryBean()
-
-
Method Details
-
setApplicationAdapter
- Specified by:
setApplicationAdapter
in interfaceApplicationAdapterAware
-
getObject
Description copied from interface:FactoryBean
Return an instance (possibly shared or independent) of the object managed by this factory. As with a BeanFactory, this allows support for both the Singleton and Prototype design pattern.- Specified by:
getObject
in interfaceFactoryBean<String>
- Returns:
- an instance of the bean (can be null)
-