Liferay 6.2.0-ce-rc2

com.liferay.portal.staging
Class StagingBeanMatcher

java.lang.Object
  extended by com.liferay.portal.staging.StagingBeanMatcher
All Implemented Interfaces:
BeanMatcher

public class StagingBeanMatcher
extends Object
implements BeanMatcher


Constructor Summary
StagingBeanMatcher()
           
 
Method Summary
 boolean match(Class<?> beanClass, String beanName)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StagingBeanMatcher

public StagingBeanMatcher()
Method Detail

match

public boolean match(Class<?> beanClass,
                     String beanName)
Specified by:
match in interface BeanMatcher

Liferay 6.2.0-ce-rc2