Class BeforeControllerHandlerAdapter
java.lang.Object
de.hybris.platform.addonsupport.interceptors.BeforeControllerHandlerAdapter
- All Implemented Interfaces:
org.springframework.beans.factory.FactoryBean<Object>,org.springframework.beans.factory.InitializingBean
-
Field Summary
Fields inherited from interface org.springframework.beans.factory.FactoryBean
OBJECT_TYPE_ATTRIBUTE -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidClass<?>booleanvoidsetAdaptee(BeforeControllerHandlerAdaptee adaptee) voidsetProxyInterfaceName(String interfaceName)
-
Constructor Details
-
BeforeControllerHandlerAdapter
public BeforeControllerHandlerAdapter()
-
-
Method Details
-
getObject
-
getObjectType
- Specified by:
getObjectTypein interfaceorg.springframework.beans.factory.FactoryBean<Object>
-
isSingleton
public boolean isSingleton()- Specified by:
isSingletonin interfaceorg.springframework.beans.factory.FactoryBean<Object>
-
setProxyInterfaceName
-
getProxyInterfaceName
- Returns:
- the interfaceClassName
-
getAdaptee
- Returns:
- the adaptee
-
setAdaptee
- Parameters:
adaptee- the adaptee to set
-
afterPropertiesSet
- Specified by:
afterPropertiesSetin interfaceorg.springframework.beans.factory.InitializingBean- Throws:
Exception
-