Interface ValidatedContentModelElement
- All Superinterfaces:
ContentModelElement,ExtensibilityModelElement
- All Known Implementing Classes:
DefaultContentModelElement
-
Field Summary
Fields inherited from interface org.springframework.extensions.surf.extensibility.ContentModelElement
TYPE -
Method Summary
Modifier and TypeMethodDescriptionvoidProcesses the content if required.booleanMethods inherited from interface org.springframework.extensions.surf.extensibility.ContentModelElement
flushContent, getNextContentBufferElementMethods inherited from interface org.springframework.extensions.surf.extensibility.ExtensibilityModelElement
getDirectiveName, getId, getType
-
Method Details
-
parseContent
void parseContent()Processes the content if required. For example, this might take the content string and parse it into a JSON object (such that plugins can merge into the content -
validateContent
boolean validateContent()
-