Save This Page
Home » spring-framework-2.5.5-with-dependencies » org.springframework » aop » framework » [javadoc | source]
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.
Constructor:
 public PrototypePlaceholderAdvisor(String beanName) 
Method from org.springframework.aop.framework.ProxyFactoryBean$PrototypePlaceholderAdvisor Summary:
getAdvice,   getBeanName,   isPerInstance,   toString
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.springframework.aop.framework.ProxyFactoryBean$PrototypePlaceholderAdvisor Detail:
 public Advice getAdvice() 
 public String getBeanName() 
 public boolean isPerInstance() 
 public String toString()