Class XdocMetadataPlugin
java.lang.Object
org.codehaus.modello.metadata.AbstractMetadataPlugin
org.codehaus.modello.plugin.xdoc.metadata.XdocMetadataPlugin
- All Implemented Interfaces:
MetadataPlugin
@Named("stax-writer")
@Singleton
public class XdocMetadataPlugin
extends AbstractMetadataPlugin
implements MetadataPlugin
- Author:
- Hervé Boutemy
-
Field Summary
FieldsFields inherited from interface org.codehaus.modello.metadata.MetadataPlugin
ROLE -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetAssociationMetadata(ModelAssociation association, Map<String, String> data) getClassMetadata(ModelClass clazz, Map<String, String> data) getFieldMetadata(ModelField field, Map<String, String> data) getInterfaceMetadata(ModelInterface iface, Map<String, String> data) getModelMetadata(Model model, Map<String, String> data) Methods inherited from class org.codehaus.modello.metadata.AbstractMetadataPlugin
getBoolean, getLogger, getString
-
Field Details
-
XDOC_SEPARATOR
- See Also:
-
XDOC_ANCHORNAME
- See Also:
-
-
Constructor Details
-
XdocMetadataPlugin
public XdocMetadataPlugin()
-
-
Method Details
-
getClassMetadata
- Specified by:
getClassMetadatain interfaceMetadataPlugin
-
getInterfaceMetadata
- Specified by:
getInterfaceMetadatain interfaceMetadataPlugin
-
getAssociationMetadata
public AssociationMetadata getAssociationMetadata(ModelAssociation association, Map<String, String> data) throws ModelloException- Specified by:
getAssociationMetadatain interfaceMetadataPlugin- Throws:
ModelloException
-
getFieldMetadata
public FieldMetadata getFieldMetadata(ModelField field, Map<String, String> data) throws ModelloException- Specified by:
getFieldMetadatain interfaceMetadataPlugin- Throws:
ModelloException
-
getModelMetadata
- Specified by:
getModelMetadatain interfaceMetadataPlugin- Throws:
ModelloException
-