Uses of Interface
org.springframework.extensions.surf.extensibility.ContentModelElement
Packages that use ContentModelElement
Package
Description
-
Uses of ContentModelElement in org.springframework.extensions.surf.extensibility
Subinterfaces of ContentModelElement in org.springframework.extensions.surf.extensibilityModifier and TypeInterfaceDescriptioninterfaceThis is aContentModelElementthat doesn't place any content at the location where it is placed in theExtensibilityModel.interfaceThis is aContentModelElementthat does not produce any content when it is first rendered by instead relies on subsequently renderedDeferredContentSourceModelElementinstances to populate it with data before its final content is flushed.interfaceMethods in org.springframework.extensions.surf.extensibility that return ContentModelElementModifier and TypeMethodDescriptionExtensibilityDirectiveData.createContentModelElement()Creates a new instance of the type ofContentModelElementfor with the associatedExtensibilityDirective.ExtensibilityModel.findContentModelElement(String id) Finds a specificContentModelElement(with the supplied identifier) in the model. -
Uses of ContentModelElement in org.springframework.extensions.surf.extensibility.impl
Classes in org.springframework.extensions.surf.extensibility.impl that implement ContentModelElementModifier and TypeClassDescriptionclassclassAContentModelElementthat despite accepting unbounded content (that is content not defined by an extensibility element) does not actually output it when flushed.classMethods in org.springframework.extensions.surf.extensibility.impl that return ContentModelElementModifier and TypeMethodDescriptionDefaultExtensibilityDirectiveData.createContentModelElement()ExtensibilityModelImpl.findContentModelElement(String id)