org.springframework.aop.framework
static class: ProxyFactoryBean.PrototypePlaceholderAdvisor [javadoc |
source]
java.lang.Object
org.springframework.aop.framework.ProxyFactoryBean$PrototypePlaceholderAdvisor
All Implemented Interfaces:
Advisor, Serializable
Used in the interceptor chain where we need to replace a bean with a prototype
on creating a proxy.
| Method from org.springframework.aop.framework.ProxyFactoryBean$PrototypePlaceholderAdvisor Detail: |
public Advice getAdvice() {
throw new UnsupportedOperationException("Cannot invoke methods: " + this.message);
}
|
public String getBeanName() {
return beanName;
}
|
public boolean isPerInstance() {
throw new UnsupportedOperationException("Cannot invoke methods: " + this.message);
}
|
public String toString() {
return this.message;
}
|