Liferay 6.1.2-ce-ga3

com.liferay.portal.cluster
Class ClusterableChainableMethodAdviceInjector

java.lang.Object
  extended by com.liferay.portal.spring.aop.ChainableMethodAdviceInjector
      extended by com.liferay.portal.cluster.ClusterableChainableMethodAdviceInjector

public class ClusterableChainableMethodAdviceInjector
extends ChainableMethodAdviceInjector


Constructor Summary
ClusterableChainableMethodAdviceInjector()
           
 
Method Summary
protected  ChainableMethodAdvice getNewChainableMethodAdvice()
           
protected  boolean isInjectCondition()
           
 void setServletContextName(String servletContextName)
          Deprecated.  
 
Methods inherited from class com.liferay.portal.spring.aop.ChainableMethodAdviceInjector
afterPropertiesSet, getParentChainableMethodAdvice, setInjectCondition, setNewChainableMethodAdvice, setParentChainableMethodAdvice
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ClusterableChainableMethodAdviceInjector

public ClusterableChainableMethodAdviceInjector()
Method Detail

setServletContextName

public void setServletContextName(String servletContextName)
Deprecated. 


getNewChainableMethodAdvice

protected ChainableMethodAdvice getNewChainableMethodAdvice()
Overrides:
getNewChainableMethodAdvice in class ChainableMethodAdviceInjector

isInjectCondition

protected boolean isInjectCondition()
Overrides:
isInjectCondition in class ChainableMethodAdviceInjector

Liferay 6.1.2-ce-ga3