Package | Description |
---|---|
org.metawidget.inspectionresultprocessor.commons.jexl |
Inspection Result Processors: Commons JEXL support.
|
org.metawidget.inspectionresultprocessor.faces |
Inspection Result Processors: JSF EL expressions support.
|
org.metawidget.inspectionresultprocessor.impl |
Inspection Result Processors: convenience implementations.
|
org.metawidget.inspectionresultprocessor.json |
Inspection Result Processors: Java to JavaScript Object Notation (JSON) support.
|
org.metawidget.inspectionresultprocessor.json.schema |
Inspection Result Processors: Inspection Result to JSON Schema support.
|
org.metawidget.inspectionresultprocessor.jsp |
Inspection Result Processors: JSP EL expressions support.
|
org.metawidget.inspectionresultprocessor.sort |
Inspection Result Processors: sorting support.
|
org.metawidget.inspectionresultprocessor.type |
Inspection Result Processors: type mapping support.
|
org.metawidget.inspectionresultprocessor.xsd |
Inspection Result Processors: XML Schema (XSD) to Java support.
|
Modifier and Type | Class and Description |
---|---|
class |
JexlInspectionResultProcessor<M>
Processes the inspection result and evaluates any expressions of the form
${...}
using JEXL. |
Modifier and Type | Class and Description |
---|---|
class |
FacesInspectionResultProcessor
Processes the inspection result and evaluates any expressions of the form
#{...}
using JSF EL. |
Modifier and Type | Class and Description |
---|---|
class |
BaseInspectionResultProcessor<M>
Convenience implementation for InspectionResultProcessors.
|
Modifier and Type | Class and Description |
---|---|
class |
JsonTypeMappingProcessor<M>
TypeMappingInspectionResultProcessor to map types from Java types to JSON
types. |
Modifier and Type | Class and Description |
---|---|
class |
JsonSchemaMappingProcessor<M>
InspectionResultProcessor to map attribute names from
inspection-result.xsd to JSON Schema, ready for
XmlUtils.inspectionResultToJsonSchema . |
Modifier and Type | Class and Description |
---|---|
class |
JspInspectionResultProcessor
Processes the inspection result and evaluates any expressions of the form
${...}
using JSP EL. |
Modifier and Type | Class and Description |
---|---|
class |
ComesAfterInspectionResultProcessor<M>
Sorts an inspection result by any
comes-after attributes. |
Modifier and Type | Class and Description |
---|---|
class |
TypeMappingInspectionResultProcessor<M>
InspectionResultProcessor to map types from one domain into another. |
Modifier and Type | Class and Description |
---|---|
class |
XmlSchemaToJavaTypeMappingProcessor<M>
TypeMappingInspectionResultProcessor to map types from XML Schemas to Java types. |
Copyright © 2015. All Rights Reserved.