Liferay 6.2-ce-ga5

com.liferay.portal.spring.aop
Class ChainableMethodAdviceInjectorCollector

java.lang.Object
  extended by com.liferay.portal.spring.aop.ChainableMethodAdviceInjectorCollector

public class ChainableMethodAdviceInjectorCollector
extends Object


Field Summary
static String BEAN_NAME
           
 
Method Summary
protected  void addBeanName(String beanName)
           
static void collect(org.springframework.beans.factory.config.ConfigurableListableBeanFactory configurableListableBeanFactory)
           
 List<String> getBeanNames()
           
protected  boolean hasBeanNames()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

BEAN_NAME

public static final String BEAN_NAME
Method Detail

collect

public static void collect(org.springframework.beans.factory.config.ConfigurableListableBeanFactory configurableListableBeanFactory)

getBeanNames

public List<String> getBeanNames()

addBeanName

protected void addBeanName(String beanName)

hasBeanNames

protected boolean hasBeanNames()

Liferay 6.2-ce-ga5