public class SectionDelimiter
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected NamedValueMatcher<V> |
pattern |
protected java.lang.String |
printedPatternValue |
protected java.lang.String |
requestAttribute |
protected V |
value |
Constructor and Description |
---|
SectionDelimiter(java.lang.String title) |
SectionDelimiter(java.lang.String left,
java.lang.String right) |
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
getActual() |
java.lang.String |
getMessage() |
java.lang.String |
getPrintedPatternValue() |
java.lang.String |
getRequestAttribute() |
protected boolean |
isExactMatch() |
boolean |
isForNonMatch() |
protected final java.lang.String requestAttribute
protected final NamedValueMatcher<V> pattern
protected final V value
protected final java.lang.String printedPatternValue
public SectionDelimiter(java.lang.String title)
public SectionDelimiter(java.lang.String left, java.lang.String right)
protected boolean isExactMatch()
public java.lang.String getRequestAttribute()
public java.lang.Object getActual()
public java.lang.String getPrintedPatternValue()
public boolean isForNonMatch()
public java.lang.String getMessage()