Package | Description |
---|---|
org.metawidget.android.widget |
Android support: widgets.
|
org.metawidget.faces.component |
Java Server Faces support: base widgets.
|
org.metawidget.gwt.client.ui |
GWT support.
|
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.iface |
Inspection Result Processors: root interface.
|
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.
|
org.metawidget.inspector.gwt.remote.server |
Inspectors: GWT remote inspection support (server-side).
|
org.metawidget.jsp.tagext |
JSP support: base taglibs.
|
org.metawidget.pipeline.base |
Pipeline: convenience implementations.
|
org.metawidget.statically |
Static support.
|
org.metawidget.swing |
Swing support.
|
org.metawidget.swt |
SWT support.
|
org.metawidget.vaadin.ui |
Vaadin support.
|
Modifier and Type | Method and Description |
---|---|
void |
AndroidMetawidget.setInspectionResultProcessors(InspectionResultProcessor<AndroidMetawidget>... inspectionResultProcessors) |
Modifier and Type | Method and Description |
---|---|
void |
UIMetawidget.addInspectionResultProcessor(InspectionResultProcessor<UIMetawidget> inspectionResultProcessor) |
void |
UIMetawidget.removeInspectionResultProcessor(InspectionResultProcessor<UIMetawidget> inspectionResultProcessor) |
void |
UIMetawidget.setInspectionResultProcessors(InspectionResultProcessor<UIMetawidget>... inspectionResultProcessors) |
Modifier and Type | Method and Description |
---|---|
void |
GwtMetawidget.addInspectionResultProcessor(InspectionResultProcessor<GwtMetawidget> inspectionResultProcessor) |
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 | Interface and Description |
---|---|
interface |
DomInspectionResultProcessor<E,M>
Processes the given inspection result as a DOM Element.
|
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. |
Modifier and Type | Method and Description |
---|---|
void |
GwtRemoteInspectorImpl.setInspectionResultProcessors(InspectionResultProcessor<GwtRemoteInspectorImpl>... inspectionResultProcessors) |
Modifier and Type | Method and Description |
---|---|
void |
MetawidgetTag.setInspectionResultProcessors(InspectionResultProcessor<MetawidgetTag>... inspectionResultProcessors) |
Modifier and Type | Method and Description |
---|---|
List<InspectionResultProcessor<M>> |
BasePipeline.getInspectionResultProcessors()
Gets the List of InspectionResultProcessors.
|
Modifier and Type | Method and Description |
---|---|
void |
BasePipeline.addInspectionResultProcessor(InspectionResultProcessor<M> inspectionResultProcessor) |
void |
BasePipeline.removeInspectionResultProcessor(InspectionResultProcessor<M> inspectionResultProcessors) |
void |
BasePipeline.setInspectionResultProcessors(InspectionResultProcessor<M>... inspectionResultProcessors) |
Modifier and Type | Method and Description |
---|---|
void |
StaticMetawidget.setInspectionResultProcessors(InspectionResultProcessor<? extends StaticMetawidget>... inspectionResultProcessors) |
Modifier and Type | Method and Description |
---|---|
void |
SwingMetawidget.addInspectionResultProcessor(InspectionResultProcessor<SwingMetawidget> inspectionResultProcessor) |
void |
SwingMetawidget.removeInspectionResultProcessor(InspectionResultProcessor<SwingMetawidget> inspectionResultProcessor) |
void |
SwingMetawidget.setInspectionResultProcessors(InspectionResultProcessor<SwingMetawidget>... inspectionResultProcessors) |
Modifier and Type | Method and Description |
---|---|
void |
SwtMetawidget.addInspectionResultProcessor(InspectionResultProcessor<SwtMetawidget> inspectionResultProcessor) |
void |
SwtMetawidget.removeInspectionResultProcessor(InspectionResultProcessor<SwtMetawidget> inspectionResultProcessor) |
void |
SwtMetawidget.setInspectionResultProcessors(InspectionResultProcessor<SwtMetawidget>... inspectionResultProcessors) |
Modifier and Type | Method and Description |
---|---|
void |
VaadinMetawidget.addInspectionResultProcessor(InspectionResultProcessor<VaadinMetawidget> inspectionResultProcessor) |
void |
VaadinMetawidget.removeInspectionResultProcessor(InspectionResultProcessor<VaadinMetawidget> inspectionResultProcessor) |
void |
VaadinMetawidget.setInspectionResultProcessors(InspectionResultProcessor<VaadinMetawidget>... inspectionResultProcessors) |
Copyright © 2015. All Rights Reserved.