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.inspector.annotation |
Inspectors: Metawidget annotations support.
|
org.metawidget.inspector.beanvalidation |
Inspectors: Bean Validation (JSR 303) support.
|
org.metawidget.inspector.commons.validator |
Inspectors: Commons Validator support.
|
org.metawidget.inspector.composite |
Inspectors: composite inspection support.
|
org.metawidget.inspector.faces |
Inspectors: JSF annotations support.
|
org.metawidget.inspector.gwt.remote.client |
Inspectors: GWT remote inspection support (client-side).
|
org.metawidget.inspector.gwt.remote.server |
Inspectors: GWT remote inspection support (server-side).
|
org.metawidget.inspector.hibernate |
Inspectors: Hibernate support.
|
org.metawidget.inspector.hibernate.validator |
Inspectors: Hibernate Validator support.
|
org.metawidget.inspector.iface |
Inspectors: root interface.
|
org.metawidget.inspector.impl |
Inspectors: convenience implementations.
|
org.metawidget.inspector.jackson |
Inspectors: Jackson annotations support.
|
org.metawidget.inspector.jaxb |
Inspectors: JAXB annotations support.
|
org.metawidget.inspector.jbpm |
Inspectors: JBoss jBPM support.
|
org.metawidget.inspector.jpa |
Inspectors: JPA annotations support.
|
org.metawidget.inspector.json |
Inspectors: JavaScript Object Notation (JSON) support.
|
org.metawidget.inspector.json.schema |
Inspectors: JSON Schema support.
|
org.metawidget.inspector.jsp |
Inspectors: JSP annotations support.
|
org.metawidget.inspector.oval |
Inspectors: OVal support.
|
org.metawidget.inspector.propertytype |
Inspectors: property type support.
|
org.metawidget.inspector.seam |
Inspectors: Seam support.
|
org.metawidget.inspector.spring |
Inspectors: Spring annotations support.
|
org.metawidget.inspector.struts |
Inspectors: struts-config.xml support.
|
org.metawidget.inspector.swing |
Inspectors: Swing AppFramework (JSR-296) support.
|
org.metawidget.inspector.wsdl |
Inspectors: Web Services Description Language (WSDL) support.
|
org.metawidget.inspector.xml |
Inspectors: inspection-result-1.0.xsd support.
|
org.metawidget.inspector.xsd |
Inspectors: XML Schema (XSD) support.
|
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.setInspector(Inspector inspector) |
Modifier and Type | Method and Description |
---|---|
void |
UIMetawidget.setInspector(Inspector inspector) |
Modifier and Type | Method and Description |
---|---|
void |
GwtMetawidget.setInspector(Inspector inspector) |
Modifier and Type | Class and Description |
---|---|
class |
MetawidgetAnnotationInspector
Inspects annotations defined by Metawidget (declared in this same package).
|
Modifier and Type | Class and Description |
---|---|
class |
BeanValidationInspector
Inspects annotations defined by Bean Validation (JSR 303).
|
Modifier and Type | Class and Description |
---|---|
class |
CommonsValidatorInspector
Inspector to look for metadata in validation.xml files.
|
Modifier and Type | Class and Description |
---|---|
class |
CompositeInspector
Delegates inspection to one or more sub-inspectors, then combines the resulting DOMs.
|
class |
ValidatingCompositeInspector
CompositeInspector that validates the inspection result XMLs against the
inspection-result-1.0.xsd schema. |
Modifier and Type | Method and Description |
---|---|
protected Inspector[] |
CompositeInspectorConfig.getInspectors() |
Modifier and Type | Method and Description |
---|---|
protected Document |
CompositeInspector.runInspector(Inspector inspector,
Object toInspect,
String type,
String... names) |
protected Document |
ValidatingCompositeInspector.runInspector(Inspector inspector,
Object toInspect,
String type,
String... names) |
CompositeInspectorConfig |
CompositeInspectorConfig.setInspectors(Inspector... inspectors)
Sets the sub-Inspectors the CompositeInspector will call.
|
Modifier and Type | Class and Description |
---|---|
class |
FacesAnnotationInspector
Inspects annotations defined by Metawidget's Java Server Faces support (declared in this same
package).
|
Modifier and Type | Class and Description |
---|---|
class |
GwtRemoteInspectorProxy
GwtInspector that sends its objects to the server for inspection.
|
Modifier and Type | Method and Description |
---|---|
void |
GwtRemoteInspectorImpl.setInspector(Inspector inspector) |
Modifier and Type | Class and Description |
---|---|
class |
HibernateInspector
Inspector to look for relevant settings in hibernate.cfg.xml and mapping.hbm.xml files.
|
Modifier and Type | Class and Description |
---|---|
class |
HibernateValidatorInspector
Inspects annotations defined by Hibernate Validator.
|
Modifier and Type | Interface and Description |
---|---|
interface |
DomInspector<E>
Inspects the given Object and type and returns the result as a DOM Element.
|
Modifier and Type | Class and Description |
---|---|
class |
BaseObjectInspector
Convenience implementation for Inspectors that inspect Objects.
|
class |
BaseXmlInspector
Convenience implementation for Inspectors that inspect XML files.
|
Modifier and Type | Class and Description |
---|---|
class |
JacksonInspector
Inspects annotations defined by Jackson.
|
Modifier and Type | Class and Description |
---|---|
class |
JaxbInspector
Inspects annotations defined by Java API for XML Binding (JAXB).
|
Modifier and Type | Class and Description |
---|---|
class |
PageflowInspector
Inspector to look for relevant settings in JBoss jBPM pageflow jPDL files.
|
Modifier and Type | Class and Description |
---|---|
class |
JpaInspector
Inspects annotations defined by Java Persistence API (JPA).
|
Modifier and Type | Class and Description |
---|---|
class |
JsonInspector
Inspector to look for metadata in JSON files.
|
Modifier and Type | Class and Description |
---|---|
class |
JsonSchemaInspector
Inspector to look for metadata in JSON Schema files.
|
Modifier and Type | Class and Description |
---|---|
class |
JspAnnotationInspector
Inspects annotations defined by Metawidget's JSP support (declared in this same package).
|
Modifier and Type | Class and Description |
---|---|
class |
OvalInspector
Inspects annotations defined by OVal.
|
Modifier and Type | Class and Description |
---|---|
class |
PropertyTypeInspector
Inspector to look for types of properties.
|
Modifier and Type | Class and Description |
---|---|
class |
SeamInspector
Inspector to look for relevant settings in Seam XML files.
|
Modifier and Type | Class and Description |
---|---|
class |
SpringAnnotationInspector
Inspects annotations defined by Metawidget's Spring support (declared in this same package).
|
Modifier and Type | Class and Description |
---|---|
class |
StrutsAnnotationInspector
Inspects annotations defined by Metawidget's Struts support (declared in this same package).
|
class |
StrutsInspector
Inspector to look for metadata in struts-config.xml files.
|
Modifier and Type | Class and Description |
---|---|
class |
SwingAppFrameworkInspector
Inspects annotations defined by Swing AppFramework.
|
Modifier and Type | Class and Description |
---|---|
class |
WsdlInspector
Inspector to look for metadata in Web Services Description Language (WSDL) files.
|
Modifier and Type | Class and Description |
---|---|
class |
XmlInspector
Inspects
inspection-result-1.0.xsd -compliant files (such as
metawidget-metadata.xml ). |
Modifier and Type | Class and Description |
---|---|
class |
XmlSchemaInspector
Inspector to look for metadata in XML Schema (XSD) files.
|
Modifier and Type | Method and Description |
---|---|
void |
MetawidgetTag.setInspector(Inspector inspector) |
Modifier and Type | Method and Description |
---|---|
Inspector |
BasePipeline.getInspector() |
Modifier and Type | Method and Description |
---|---|
void |
BasePipeline.setInspector(Inspector inspector) |
Modifier and Type | Method and Description |
---|---|
Inspector |
StaticMetawidget.getInspector() |
Modifier and Type | Method and Description |
---|---|
void |
StaticMetawidget.setInspector(Inspector inspector) |
Modifier and Type | Method and Description |
---|---|
void |
SwingMetawidget.setInspector(Inspector inspector) |
Modifier and Type | Method and Description |
---|---|
void |
SwtMetawidget.setInspector(Inspector inspector) |
Modifier and Type | Method and Description |
---|---|
void |
VaadinMetawidget.setInspector(Inspector inspector) |
Copyright © 2015. All Rights Reserved.