Class AbstractMessageMatcherComposite<T>
- java.lang.Object
- 
- org.springframework.security.messaging.util.matcher.AbstractMessageMatcherComposite<T>
 
- 
- All Implemented Interfaces:
- MessageMatcher<T>
 - Direct Known Subclasses:
- AndMessageMatcher,- OrMessageMatcher
 
 public abstract class AbstractMessageMatcherComposite<T> extends java.lang.Object implements MessageMatcher<T> AbstractMessageMatchercontaining multipleMessageMatcher- Since:
- 4.0
 
- 
- 
Field SummaryFields Modifier and Type Field Description protected org.apache.commons.logging.Logloggerprotected org.apache.commons.logging.LogLOGGERDeprecated.since 5.4 in favor oflogger- 
Fields inherited from interface org.springframework.security.messaging.util.matcher.MessageMatcherANY_MESSAGE
 
- 
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<MessageMatcher<T>>getMessageMatchers()java.lang.StringtoString()- 
Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 - 
Methods inherited from interface org.springframework.security.messaging.util.matcher.MessageMatchermatches
 
- 
 
- 
- 
- 
Field Detail- 
loggerprotected final org.apache.commons.logging.Log logger 
 - 
LOGGER@Deprecated protected final org.apache.commons.logging.Log LOGGER Deprecated.since 5.4 in favor oflogger
 
- 
 - 
Method Detail- 
getMessageMatcherspublic java.util.List<MessageMatcher<T>> getMessageMatchers() 
 - 
toStringpublic java.lang.String toString() - Overrides:
- toStringin class- java.lang.Object
 
 
- 
 
-