org.glassfish.apf.impl
Class ProcessingResultImpl
java.lang.Object
org.glassfish.apf.impl.ProcessingResultImpl
- All Implemented Interfaces:
- ProcessingResult
public class ProcessingResultImpl
- extends Object
- implements ProcessingResult
Implementation of the ProcessingResult interface
- Author:
- Jerome Dochez
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ProcessingResultImpl
public ProcessingResultImpl()
- Creates a new instance of ProcessingResultImpl
add
public void add(ProcessingResult pr)
add
public void add(AnnotatedElement element,
HandlerProcessingResult elementResult)
getResults
public Map<AnnotatedElement,HandlerProcessingResult> getResults()
- Specified by:
getResults in interface ProcessingResult
- Returns:
- a Map indexed by all AnnotatedElements processed and each
AnnotatedElement HandlerProcessingResult as values.
getOverallResult
public ResultType getOverallResult()
- Specified by:
getOverallResult in interface ProcessingResult
- Returns:
- the overall processing result, which is usually the most
severe ResultType for all the annotated elements processing
Copyright © 2012 GlassFish Community. All Rights Reserved.