public class BeforeControllerHandlerAdapter
extends java.lang.Object
| Constructor and Description |
|---|
BeforeControllerHandlerAdapter() |
| Modifier and Type | Method and Description |
|---|---|
void |
afterPropertiesSet() |
BeforeControllerHandlerAdaptee |
getAdaptee() |
java.lang.Object |
getObject() |
java.lang.Class<?> |
getObjectType() |
java.lang.String |
getProxyInterfaceName() |
boolean |
isSingleton() |
void |
setAdaptee(BeforeControllerHandlerAdaptee adaptee) |
void |
setProxyInterfaceName(java.lang.String interfaceName) |
public java.lang.Object getObject()
throws java.lang.Exception
java.lang.Exceptionpublic java.lang.Class<?> getObjectType()
public boolean isSingleton()
public void setProxyInterfaceName(java.lang.String interfaceName)
public java.lang.String getProxyInterfaceName()
public BeforeControllerHandlerAdaptee getAdaptee()
public void setAdaptee(BeforeControllerHandlerAdaptee adaptee)
adaptee - the adaptee to setpublic void afterPropertiesSet()
throws java.lang.Exception
java.lang.ExceptionCopyright © 2018 SAP SE. All Rights Reserved.