|
Spring Web Flow | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.springframework.binding.mapping.results.AbstractMappingResult
org.springframework.binding.mapping.results.Success
public class Success
Indicates a successful mapping operation.
| Constructor Summary | |
|---|---|
Success(Mapping mapping,
java.lang.Object mappedValue,
java.lang.Object originalValue)
Creates a new success result. |
|
| Method Summary | |
|---|---|
java.lang.String |
getCode()
The mapping result code; for example, "success" , "typeMismatch", "propertyNotFound", or "evaluationException". |
java.lang.Throwable |
getErrorCause()
Get the cause of the error result |
java.lang.Object |
getMappedValue()
The actual value that was mapped to the target object. |
java.lang.Object |
getOriginalValue()
The original value of the source object that was to be mapped. |
boolean |
isError()
Indicates if this result is an error result. |
| Methods inherited from class org.springframework.binding.mapping.results.AbstractMappingResult |
|---|
getMapping, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public Success(Mapping mapping,
java.lang.Object mappedValue,
java.lang.Object originalValue)
mappedValue - the successfully mapped valueoriginalValue - the original value| Method Detail |
|---|
public java.lang.String getCode()
MappingResult
getCode in interface MappingResultgetCode in class AbstractMappingResultpublic boolean isError()
MappingResult
isError in interface MappingResultisError in class AbstractMappingResultpublic java.lang.Throwable getErrorCause()
MappingResult
getErrorCause in interface MappingResultgetErrorCause in class AbstractMappingResultpublic java.lang.Object getOriginalValue()
MappingResult
getOriginalValue in interface MappingResultgetOriginalValue in class AbstractMappingResultpublic java.lang.Object getMappedValue()
MappingResult
getMappedValue in interface MappingResultgetMappedValue in class AbstractMappingResult
|
Spring Web Flow | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||